cake_wallet/lib/reactions
cyan 17d34beae9
Some checks are pending
Cache Dependencies / test (push) Waiting to run
CW-782: Show error report popup without cooldown (#1739)
* improve exception throwing on broken wallets
- put _lastOpenedWallet to avoid issues on windows (file is currently open by)
- don't throw corruptedWalletsSeed - instead store it inside of secureStorage
- await ExceptionHandler.onError calls where possible to makse sure that popup won't be canceled by some UI element
- adjust BaseAlertDialog to be scrollable if the text is too long
- add ExceptionHandler.resetLastPopupDate - that can be called when we want to show error report screen (bypassing cooldown)

* fix: HiveError: Box has already been closed.

* await the alerts to be sure that each one of them is being shown
fix typo in secure storage

* Update lib/core/backup_service.dart

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

* address comments on github

* don't store seeds in secure storage

* fix wallet password

* update monero_c
update corrupted seeds UI
prevent app from crashing when wallet is corrupted

* show alert with seeds

* Update corrupted wallet UI
Fix wallet opening cache

* remove unused code

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-11-28 21:28:31 +02:00
..
bip39_wallet_utils.dart CW-580: BIP39 Wallets Shared Seed Implementation: "One Seed - Multiple Wallets" (#1307) 2024-09-20 21:25:08 +03:00
bootstrap.dart Generic fixes (#1619) 2024-08-18 03:37:15 +03:00
check_connection.dart Generic fixes (#1716) 2024-10-04 23:00:36 +03:00
fiat_rate_update.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
on_authentication_state_change.dart CW-782: Show error report popup without cooldown (#1739) 2024-11-28 21:28:31 +02:00
on_current_fiat_api_mode_change.dart Update fiat API version 2023-02-28 18:23:21 +02:00
on_current_fiat_change.dart Update fiat API version 2023-02-28 18:23:21 +02:00
on_current_node_change.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
on_current_wallet_change.dart Generic fixes (#1823) 2024-11-25 18:26:41 +02:00
on_wallet_sync_status_change.dart Cw 453 (#1306) 2024-05-29 17:43:48 +03:00
wallet_connect.dart CW-584-WalletConnect-For-Solana (#1362) 2024-04-09 02:26:11 +02:00