cake_wallet/cw_nano/lib
Omar Hatem fb33a6f23d
Cw 688 avoid wallet file corruption (#1582)
* CW-688 Store Seed and keys in .keys file

* CW-688 Open wallet from keys in .keys file and migrate wallets using the old file

* CW-688 Open wallet from keys in .keys file and migrate wallets using the old file

* CW-688 Restore .keys file from .keys.backup

* CW-688 Restore .keys file from .keys.backup

* CW-688 Move saving .keys files into the save function instead of the service

* CW-688 Handle corrupt wallets

* CW-688 Handle corrupt wallets

* CW-688 Remove code duplication

* CW-688 Reduce cache dependency

* wrap any file reading/writing function with try/catch [skip ci]

---------

Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2024-08-09 23:15:30 +03:00
..
banano_balance.dart Nano-GPT (#1336) 2024-05-08 03:00:01 +03:00
cw_nano.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
file.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_account_list.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_balance.dart Nano-GPT (#1336) 2024-05-08 03:00:01 +03:00
nano_client.dart update nano default node (#1408) 2024-07-04 22:44:08 +03:00
nano_mnemonic.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_transaction_credentials.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_transaction_history.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_transaction_info.dart Minor nano fixes + abstract nano utils out into package (#1250) 2024-01-12 01:00:41 +02:00
nano_transaction_model.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_wallet.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00
nano_wallet_addresses.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_wallet_creation_credentials.dart Bitcoin derivations (#1089) 2024-04-30 03:49:56 +03:00
nano_wallet_keys.dart CW-438 add nano (#1015) 2023-10-05 04:09:07 +03:00
nano_wallet_service.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00
pending_nano_transaction.dart Minor nano fixes + abstract nano utils out into package (#1250) 2024-01-12 01:00:41 +02:00