cake_wallet/cw_bitcoin/lib
David Adegoke 4e2e5e708c
CW-580: BIP39 Wallets Shared Seed Implementation: "One Seed - Multiple Wallets" (#1307)
* feat: Implement creating new BIP39 wallet with same seed used for other owned BIP39 wallets

* feat: Use same seed for BIP39 Wallets

* Update pre_existing_seeds_page.dart

* Feat: BIP39 Same seed wallet creation using the Common Parent Wallet Strategy

* feat: Finalize implementing preexisting seeds

* feat: Implement shared bip39 wallet seed for Bitcoin wallet type

* feat: Implement shared bip39 wallet seed for Litecoin wallet type

* feat: Implement shared bip39 wallet seed for BitcoinCash wallet type

* feat: Implement shared bip39 wallet seed for Nano wallet type, although disabled entry for now

* fix: Remove non bip39 seed wallet type from listing

* feat: Implement grouped and single wallets lists in wallets listing page and implement editing and saving group names

* fix: Issue where the ontap always references the leadwallet, also make shared seed wallets section header only display when the multi wallet groups list is not empty

* fix: Add translation and adjust the way the groups display

* feat: Activate bip39 as an option for creating Nano wallet types

* fix: Handle edgecase with creating new wallet with group address, handle case where only bip39 derivation type is allowed with child wallets, activate nano wallet type for shared seed

* chore: Modify the UI to fit adjustment made on figma

* fix: Disposed box triggering error in hive and causing wallet list view to display error

* fix: Switch wallet groups title in wallets list page and also fix issue with renaming groups

* Update lib/reactions/bip39_wallet_utils.dart [skip ci]

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

* Update lib/router.dart [skip ci]

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

* fix: Review fixes: Combine New Wallet Page Type arguments into a single model

* fix: Review fixes: Add failure guard when fetching mnemonic for selected wallet in pre-existing wallets page

* fix: Review fixes - Add loading indicator when mnemonic is being selected for wallet

* fix: Review fixes - Modify variable name to avoid clashes

* fix: Review fixes - Access WalletManager through dependency injection instead of service location

* fix: Review fixes - Add testnet to convertWalletInfoToWalletlistItem function, and adjust according where used

* fix: Review fixes - Add walletPassword to nano, tron and wownero wallets and confirm it is properly handled as it should be

* fix: Remove leadWallet, modify filtering flow to reflect this and not depend on leadWallet, and adjust privacy settings

* fix: Review Fixes - Modify restore flow to reflect current nature of bip39 as default for majority of wallet types

* fix: QA Fixes - Modify preexisting page to display wallet group names if set, and display them in incremental order if not set

* fix: Add wallet group description page and rename pre-existingseeds page to wallet group display page

* fix: Product Fix - Rename pre-existing seeds file name to wallet group display filename

* fix: Product fix - Separate multiwallets groups from single wallets and display separately

* fix - Product Fix - Add empty state for wallet group listing when creating a new wallet, adjust CTAs across buttons relating to the flow also

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-09-20 21:25:08 +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 Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
bitcoin_mnemonics_bip39.dart Cw 488 seed offset (#1631) 2024-08-26 20:06:54 +03:00
bitcoin_receive_page_option.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
bitcoin_transaction_credentials.dart Add rbf (#1323) 2024-04-08 16:54:58 +02:00
bitcoin_transaction_priority.dart Fix estimated fee calculation for customs fee rate (#1406) 2024-04-26 19:18:26 +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 Sp enhancements (#1672) 2024-09-20 17:24:25 +03:00
electrum_balance.dart Cw 453 (#1306) 2024-05-29 17:43:48 +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 Sp enhancements (#1672) 2024-09-20 17:24:25 +03:00
electrum_wallet.dart Sp enhancements (#1672) 2024-09-20 17:24:25 +03:00
electrum_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
electrum_wallet_snapshot.dart CW-676 Add Linux scripts to build monero_c for linux platform (#1527) 2024-08-13 01:18:14 +03:00
exceptions.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
litecoin_wallet.dart Sp enhancements (#1672) 2024-09-20 17:24:25 +03:00
litecoin_wallet_addresses.dart Fixes node connection, and sp, and electrum (#1577) 2024-08-12 02:49:45 +03:00
litecoin_wallet_service.dart CW-580: BIP39 Wallets Shared Seed Implementation: "One Seed - Multiple Wallets" (#1307) 2024-09-20 21:25:08 +03:00
mnemonic_is_incorrect_exception.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
pending_bitcoin_transaction.dart Sp enhancements (#1672) 2024-09-20 17:24: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