Matthew Fosse
a54ab674db
Merge branch 'CW-394-mac-auth' of https://github.com/cake-tech/cake_wallet into breez-latest-flutter
2024-04-16 15:53:16 -07:00
Matthew Fosse
9f927d1af5
updates for lightning and new flutter version
2024-04-16 15:23:48 -07:00
Matthew Fosse
c84df3935f
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-394-mac-auth
2024-04-16 12:08:12 -07:00
Matthew Fosse
cac6d8f0eb
Merge branch 'CW-394-mac-auth' of https://github.com/cake-tech/cake_wallet into breez
2024-04-16 12:06:02 -07:00
Omar Hatem
59d44e8c57
Generic enhancements ( #1386 )
...
* Update versions
* Show private key for electrum based wallets
* update polyseed
* fix webview page on desktop
remove private keys temporarily from electrum
* update versions
2024-04-16 01:49:49 +02:00
Serhii
a0820e8a73
pull to refresh ( #1389 )
2024-04-16 01:04:49 +02:00
Matthew Fosse
77bf710a5f
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-04-15 12:01:27 -07:00
Omar Hatem
1769db1641
Generic Fixes ( #1373 )
...
* Fix exchanges not showing
* Fix button text on Monero receive screen
* Temp fix for ERC20 and SPL tokens not having raw value
* Manually Add Trocador new providers temporarily until API integration
* properly handle nullability of n2 node [skip ci]
---------
Co-authored-by: tuxsudo <tuxsudo@tux.pizza>
2024-04-12 16:01:21 +02:00
Matthew Fosse
fce6394bca
Cw 602 nano bad rep ( #1356 )
...
* add support for paths in node settings
* update translations and fixes
* fix node path
* add rep warning flag
* update translations
* code cleanup [skip ci]
* add additional node options
* add migration
* update transaction history rpc to be under the limit
* review fixes [skip ci]
* [skip ci] updates
* move n2_node.dart
* minor code improvements
* more minor code cleanup
2024-04-12 14:36:42 +02:00
Omar Hatem
8a61ab7780
enhance UI for used addresses ( #1337 )
...
* enhance UI for used addresses
* Update electrum_wallet_addresses.dart
* fix tablet UI
---------
Co-authored-by: Serhii <borodenko.sv@gmail.com>
2024-04-10 03:28:31 +02:00
Adegoke David
2877cc160c
CW-608-Fetch-And-Save-Icons-Of-ERC20-And-SPL-Tokens-When-Adding-Them ( #1365 )
...
* feat: Fetch and save icons of SPL tokens when adding them
* feat: Implement fetch and save icons for ERC20 tokens when adding them
* fix: Add moralisApiKey to evm secrets
* Add check to ensure decimals cannot be zero
* - Fallback to adding erc20 token from web3dart
- Wrap fetching spl token icon in a try/catch block
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-04-09 00:53:14 +02:00
Matthew Fosse
8cfca294c4
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-394-mac-auth
2024-04-08 08:38:05 -07:00
Serhii
291aa710c6
Add rbf ( #1323 )
...
* Add initial checkbox for RBF
* minor progress
* minor progress
* Minor progress
* Debugging RBF
* Minor fix
* Fix RBF transaction inputs (now it's working)
* New versions
Fix issues with Monero.com
* Add sending for Solana tokens exchanges
* Add default keyword for P2WPKH [skip ci]
* chore: Switch solana commitment to confirmed to reduced blockhash expiration (#1313 )
* Modify test workflow to send arm64-v8a build only
* Fix workflow build path
* Remove unnecessary reverse of txId
* Update Replace by fee with the new bitcoin base implementation
* btc custom fee priority
* add feeRate to btc credential
* UI fixes
* add check if the change covers the fee
* Update settings_store.dart
* add check confirmation for rbf
* add a check to see if the change is sufficient for the new fee
* addressing PR comments
* update localization files
* addressing PR comments
* minor fixes
* Update transaction_details_view_model.dart
* Minor Fix for building Monero.com [skip ci]
* update localization files
* add bump fee page
* update localisation files
* Update cw_bitcoin.dart
* fix merge conflict
* fix UI issues
* Fix Conflicts, Fix RBF flow, some enhancements
* prevent default custom fee rate
* hide outputs and inputs items
* minor fix [skip ci]
* addressing PR comments
* remove rbf checkbox
* default picker value
* minor ui change [skip ci]
* min fee rate [skip ci]
* Minor fix and some minor enhancements
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
Co-authored-by: Adegoke David <64401859+Blazebrain@users.noreply.github.com>
2024-04-08 16:54:58 +02:00
Matthew Fosse
0043a91d03
version bump to 3.13.9, auth working on mac
2024-04-05 10:11:54 -07:00
Matthew Fosse
fd47d4fe9d
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-04-03 13:55:50 -07:00
Omar Hatem
62ef545fce
New versions ( #1355 )
...
* New versions
* Check for Taproot inputs when exchanging with ThorChain
* Properly handle taproot case with thorchain
* fix missing import
2024-04-01 15:31:14 +02:00
Adegoke David
a9b8c03e55
CW-596-Solana-Bug-Fixes ( #1340 )
...
* fix: Generic bug fixes across solana
* fix: Remove back and forth parsing
* fix: Add check to cut flow when estimated fee is higher than wallet balance
* Update error message for fees exception
* Remove logs
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-03-29 20:55:29 +02:00
Rafael
fd9018bcc4
Cw 598 fixes for electrum based wallets ( #1344 )
...
* fix: address book addresses, bch builder, exchange all fee estimation, bch coin control
* feat: new error framework for Electrum messages
* build: cw_bitcoin.dart
* feat: error improvements, localization, fix exchange amount mismatch
* chore: misc comment & print [skip ci]
* feat: refactor & simplify sendAll vs regular tx estimation and creation
- Since there were so many conditions inside a single function to alter its behavior if sendAll or not, it is easier and more readable to have separate sendAll and estimateTx functions that behave separately
* fix: wrong LTC dust
* feat: fee rate confirmation
* fix: wrong createTrade value when isSendAll is enabled
* fix bitcoin cash address parsing [skip ci]
* fix: form no amount validator, address book with multiple entries, exchange all below min error
* fix: improve string, fix sending with dust inputs at the top
* fix: two change outputs when re-estimating
* fix: sendAll with a little dust adds fees
* chore: sanity check [skip ci]
* fix: if the fee is higher than estimated
* Minor enhancement [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-03-29 20:51:34 +02:00
Matthew Fosse
a1ee4d88c1
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-03-29 09:07:41 -07:00
Matthew Fosse
78685b74f0
Cw 521 moonpay buy ( #1335 )
...
* save
* save
* moonpay fixes
* fix for debug mode
* code cleanup
* another fix for debug mode
* [skip ci] fixes
* test build
* code cleanup
* fix buy page
2024-03-28 15:30:41 +02:00
Serhii
cdf081edfd
Cw 537 integrate thor chain swaps ( #1280 )
...
* thorChain btc to eth swap
* eth to btc swap
* update the UI
* update localization
* Update thorchain_exchange.provider.dart
* minor fixes
* minor fix
* fix min amount bug
* revert amount_converter changes
* fetching thorChain traid info
* resolve evm related merge conflicts
* minor fix
* Fix eth transaction hash for Thorchain Integration
* add new status endpoint and refund address for eth
* Adjust affiliate fee
* Fix conflicts with main
* review comments + transaction filter item
* taproot addresses check
* added 10 outputs check
* Update thorchain_exchange.provider.dart
* minor fixes
* update thorchain title
* fix fetching rate for thorchain
* Revert "fix fetching rate for thorchain"
This reverts commit 3aa1386ecf
.
* fix thorchain exchange rate
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-03-28 14:41:11 +02:00
Matthew Fosse
26a3ebdde0
bump breez version and update code to match
2024-03-26 09:20:05 -07:00
Matthew Fosse
9b5aa9154c
add lightning warning
2024-03-25 13:15:19 -07:00
Matthew Fosse
15131c848a
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-03-25 12:14:07 -07:00
Matthew Fosse
c43ccdd177
[skipci] save
2024-03-25 12:13:54 -07:00
tuxsudo
4520f583a6
Add toggle for disabling service bulletin ( #1347 )
...
* Add toggle for disabling service bulletin
* Make the toggle functional
* Fix + add toggle to Advanced Settings
* Remove unused variable
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-03-25 20:28:45 +02:00
Matthew Fosse
8fac4e68a4
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-03-21 09:25:02 -07:00
Matthew Fosse
9f782956ca
just set hard cap on invoice max
2024-03-21 09:18:48 -07:00
Matthew Fosse
d0c2c2802b
revert and fix
2024-03-21 08:38:39 -07:00
Matthew Fosse
381363c3cc
update error message to be more clear
2024-03-21 08:36:14 -07:00
Omar Hatem
5a7a0e01a7
Litcoin bitcoin cash fix ( #1339 )
...
* Make address to output script a single entry point
Fix network type for bitcoin cash
* Add MoonPay to sell polygon
* Normalize currency for moonpay widget
* Minor fix
* fix: litecoin & bch address types
* fix: remove print
* fix: network decode location
* fix: missing place additional network type
* fix: wrong initial address page type
* fix: initial address generation
* fix: btc exchange sending all, bch without change addresses
* Minor fixes
* Update app versions [skip ci]
---------
Co-authored-by: Rafael Saes <git@rafael.saes.dev>
2024-03-21 04:51:57 +02:00
Serhii
a0c0ede099
Cw 588 show popup for adding to address book ( #1326 )
...
* popup for adding to address book
* update localization files
2024-03-20 00:44:00 +02:00
Matthew Fosse
d1ab9e3827
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-03-18 08:40:27 -07:00
Omar Hatem
50b5ebc622
Monero update ( #1325 )
...
* New price API
* Fix test app package id
* Fix workflow
* change environment variable to use pr number [skip ci]
* Fix un-needed padding
* Fix raw value for usdtSol
* Remove duplicate fetching for balance and transactions at start [skip ci]
* Fix address validation of spl tokens
* Add Service Status
* Update lib/src/widgets/service_status_tile.dart
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
* Update lib/src/widgets/services_updates_widget.dart
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
* Update monero version
* update sodium script
* Change automatic priority fee rate
* New versions [skip ci]
* Update monero version
* Temp remove split per abi
* Specifically build monero.com
* Revert monero dependencies trial fix
* Update Monero
Fix Monero Automatic Priority
* Fix android script
* Fix build_monero.sh android
Add svg notification icon
* trial 1
* trial 2
* trial 3
* trial 4
* Trial 5
* Trial
* revert
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-03-14 20:26:00 +02:00
Matthew Fosse
06bdf3f97c
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into breez
2024-03-13 08:51:20 -07:00
Omar Hatem
6414364602
Generic fixes ( #1320 )
...
* New price API
* Fix test app package id
* Fix workflow
* change environment variable to use pr number [skip ci]
* Fix un-needed padding
* Fix raw value for usdtSol
* Remove duplicate fetching for balance and transactions at start [skip ci]
* Fix address validation of spl tokens
* Add Service Status
* Update lib/src/widgets/service_status_tile.dart
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
* Update lib/src/widgets/services_updates_widget.dart
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
* Update monero version
* update sodium script
* Change automatic priority fee rate
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-03-10 04:02:30 +02:00
Matthew Fosse
eb1654c8f0
remove manage nodes from lightning wallets
2024-03-08 10:42:14 -08:00
Matthew Fosse
21da36f268
[skipci] save
2024-03-07 10:17:56 -08:00
Matthew Fosse
32350b8ab2
disable exchange for lightning + save before translation updates
2024-03-07 09:26:23 -08:00
Matthew Fosse
29fc88d841
fix
2024-03-07 07:40:08 -08:00
Matthew Fosse
3feac41c61
fix
2024-03-07 07:38:27 -08:00
Matthew Fosse
c7dd20fa41
fixes
2024-03-06 22:47:24 -08:00
Matthew Fosse
3fd8430e83
fixes
2024-03-06 22:10:40 -08:00
Matthew Fosse
8828262ee0
fixes
2024-03-06 21:26:43 -08:00
Matthew Fosse
7dc999bdb1
send updates
2024-03-06 10:38:11 -08:00
Matthew Fosse
c65d8c43bc
monero.com fixes
2024-03-05 09:51:20 -08:00
Matthew Fosse
b763328354
review fixes
2024-03-05 09:21:08 -08:00
Matthew Fosse
fb913eb65d
more fixes
2024-03-04 23:13:19 -08:00
Matthew Fosse
7f7a941f45
fiat api fix, attempt icon fix, other review fixes
2024-03-04 23:07:10 -08:00
Matthew Fosse
e32203945a
fix min sats being stuck at 2500
2024-03-04 15:37:22 -08:00