cake_wallet/cw_bitcoin/lib
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
..
address_from_output.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
address_to_output_script.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
bitcoin_address_record.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
bitcoin_amount_format.dart Fix incorrect amount parsing due to bytes approximation 2023-02-15 23:16:21 +02:00
bitcoin_commit_transaction_exception.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
bitcoin_mnemonic.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
bitcoin_receive_page_option.dart New versions (#1312) 2024-03-04 19:32:10 +02:00
bitcoin_transaction_credentials.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
bitcoin_transaction_priority.dart CW-432-Add-Bitcoin-Cash-BCH (#1041) 2023-10-13 01:50:16 +03:00
bitcoin_unspent.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
bitcoin_wallet.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
bitcoin_wallet_addresses.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
bitcoin_wallet_creation_credentials.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
bitcoin_wallet_keys.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
bitcoin_wallet_service.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
cw_bitcoin.dart Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
electrum.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
electrum_balance.dart Cw 553 update inappwebview (#1252) 2024-01-08 16:03:46 +02:00
electrum_transaction_history.dart Bug missing polyseed (#1214) 2023-12-02 03:02:55 +02:00
electrum_transaction_info.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
electrum_wallet.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
electrum_wallet_addresses.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
electrum_wallet_snapshot.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
exceptions.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
litecoin_network.dart Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
litecoin_wallet.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
litecoin_wallet_addresses.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
litecoin_wallet_service.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
mnemonic_is_incorrect_exception.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
pending_bitcoin_transaction.dart Cw 598 fixes for electrum based wallets (#1344) 2024-03-29 20:51:34 +02:00
script_hash.dart Litcoin bitcoin cash fix (#1339) 2024-03-21 04:51:57 +02:00
utils.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00