cake_wallet/cw_bitcoin/lib
cyan f8b0c0ad2a
CW-611-Refactor-Address-Handling (#1630)
* subaddress fix

* fix subaddress generation

* rewrite usedAddresses for xmr and wow

* [skip ci] remove print statements

* refactor address handling

* do not remove manual addresses, just mark them

* monero display latest address on receive page when autogenerate is enabled [skip ci]

* WIP subaddresses, hidden addresses, and UI improvements for monero

* update configure script

* fix subaddress generation, display latest address

* Update lib/core/wallet_loading_service.dart

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>

* Exclude manually created addresses

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>

* don't call .save function multiple times

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>

* - revert usedAddress functinality
- add mutex to prevent crashes
- fix UI flashing in tx screen
- fixes from comments

* account index fixes
added code to wownero
code comment

* - added subaddress index
- fixed received count also accounting for change (we don't want that)
- fix bad state: no element
- fix search
- fix automatic generation

* prevent crashes by acquiring mutex before setting the pointer

* - fix ttDetails generation in larger/restored wallets
- show manual add icon in monero/wownero even when autogeneration is enabled
- disable colors on non-debug builds
- cache getAddress call in xmr/wow
[skip ci]

* fix: silent payment error in address setter
enable fancy new features only for xmr / wow

* refresh subaddress list, when we add new address
fix manual addresses marking

* add toggle to hide and show address

* update transaction details after restore

* show only one address in address book for xmr, wow and haven

* fix address book
reset address only when autogenerate is on

* enable isEnabledAutoGenerateSubaddress on new wallets

* hide addresses after exchange only for XMR and WOW

* fix: bad-state no element

* Update cw_monero/lib/monero_wallet_addresses.dart

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>

* Update cw_monero/lib/monero_wallet_addresses.dart

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>

* improvements to performance

* 0, 0 -> accountIndex, addressIndex

* make constant variables final

* Update cw_wownero/lib/wownero_wallet_addresses.dart [skip ci]

* Update cw_wownero/lib/wownero_wallet_addresses.dart [skip ci]

* Update cw_monero/lib/monero_wallet.dart [skip ci]

* fix potential exception

* fix after removing late

* remove orElse, replaced it with a try catch block.
fix strings

* fix valid seed function

* fix null check error [skip ci]

* fix updateSubaddressList for wow and haven

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-09-28 05:38:23 +03:00
..
address_from_output.dart Btc address types (#1263) 2024-02-23 18:13:30 +02:00
bitcoin_address_record.dart Sp enhancements (#1672) 2024-09-20 17:24:25 +03: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_hardware_wallet_service.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
bitcoin_mnemonic.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
bitcoin_mnemonics_bip39.dart Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
bitcoin_receive_page_option.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
bitcoin_transaction_credentials.dart Add rbf (#1323) 2024-04-08 16:54:58 +02:00
bitcoin_transaction_priority.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
bitcoin_unspent.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
bitcoin_wallet.dart Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
bitcoin_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
bitcoin_wallet_creation_credentials.dart CW-580: BIP39 Wallets Shared Seed Implementation: "One Seed - Multiple Wallets" (#1307) 2024-09-20 21:25:08 +03:00
bitcoin_wallet_keys.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
bitcoin_wallet_service.dart CW-580: BIP39 Wallets Shared Seed Implementation: "One Seed - Multiple Wallets" (#1307) 2024-09-20 21:25:08 +03:00
cw_bitcoin.dart Move bitcoin and monero parts into self modules. 2021-12-24 14:52:08 +02:00
electrum.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
electrum_balance.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
electrum_derivations.dart Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
electrum_transaction_history.dart CW-719 Transaction dates shows incorrectly (#1685) 2024-09-18 01:50:31 +03:00
electrum_transaction_info.dart Verify seed phrase (#1700) 2024-09-26 04:51:38 +03:00
electrum_wallet.dart CW-611-Refactor-Address-Handling (#1630) 2024-09-28 05:38:23 +03:00
electrum_wallet_addresses.dart CW-611-Refactor-Address-Handling (#1630) 2024-09-28 05:38:23 +03:00
electrum_wallet_snapshot.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
exceptions.dart add missing error messages (#1696) 2024-09-23 19:18:21 +03:00
litecoin_wallet.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
litecoin_wallet_addresses.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
litecoin_wallet_service.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
mnemonic_is_incorrect_exception.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
pending_bitcoin_transaction.dart litecoin mweb support (#1455) 2024-09-28 05:22:25 +03:00
psbt_transaction_builder.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
utils.dart fix: p2sh addr (#1607) 2024-08-15 02:40:40 +03:00