cake_wallet/cw_monero/lib
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
..
api CW-782: Show error report popup without cooldown (#1739) 2024-11-28 21:28:31 +02:00
exceptions Generic fixes and enhancements (#1083) 2023-09-14 22:14:16 +03:00
mnemonics Fixes for validation of monero seed. Add French and Italian seeds validation. 2022-01-19 16:25:58 +02:00
ledger.dart Better Ledger Connection handling (#1802) 2024-11-13 10:44:43 +01:00
monero_account_list.dart Wownero (#1485) 2024-07-04 22:43:17 +03:00
monero_subaddress_list.dart CW-611-Refactor-Address-Handling (#1630) 2024-09-28 05:38:23 +03:00
monero_transaction_creation_credentials.dart Flutter upgrade 2022-10-12 13:09:57 -04:00
monero_transaction_history.dart CW-214-Monero-wallet-rescan-bug (#945) 2023-07-11 20:56:01 +03:00
monero_transaction_info.dart Monero stability and cleanup (#1572) 2024-08-09 22:15:54 +03:00
monero_unspent.dart CW-766 fix coin freezing (#1751) 2024-11-27 17:34:36 +02:00
monero_wallet.dart CW-766 fix coin freezing (#1751) 2024-11-27 17:34:36 +02:00
monero_wallet_addresses.dart transaction description key id address (#1755) 2024-10-18 05:58:57 +03:00
monero_wallet_service.dart CW-782: Show error report popup without cooldown (#1739) 2024-11-28 21:28:31 +02:00
pending_monero_transaction.dart CW-826 Fix missing tx keys in monero (#1828) 2024-11-26 15:43:56 +02:00