mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
17d34beae9
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* 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> |
||
---|---|---|
.. | ||
wallet_connect | ||
address_label_validator.dart | ||
address_validator.dart | ||
amount.dart | ||
amount_validator.dart | ||
auth_service.dart | ||
auth_state.dart | ||
backup_service.dart | ||
contact_name_validator.dart | ||
create_trade_result.dart | ||
email_validator.dart | ||
execution_state.dart | ||
fiat_conversion_service.dart | ||
generate_wallet_password.dart | ||
key_service.dart | ||
mnemonic_length.dart | ||
monero_account_label_validator.dart | ||
new_wallet_arguments.dart | ||
new_wallet_type_arguments.dart | ||
node_address_validator.dart | ||
node_port_validator.dart | ||
seed_validator.dart | ||
selectable_option.dart | ||
socks_proxy_node_address_validator.dart | ||
sync_status_title.dart | ||
template_validator.dart | ||
totp_request_details.dart | ||
validator.dart | ||
wallet_change_listener_view_model.dart | ||
wallet_creation_service.dart | ||
wallet_creation_state.dart | ||
wallet_loading_service.dart | ||
wallet_name_validator.dart | ||
yat_service.dart |