cake_wallet/cw_ethereum/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
..
cw_ethereum.dart Cw 78 ethereum (#862) 2023-08-04 20:01:49 +03:00
default_ethereum_erc20_tokens.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
ethereum_client.dart Erc20 token transactions are displaying incorrectly (#1493) 2024-06-21 02:13:12 +03:00
ethereum_mnemonics_exception.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
ethereum_transaction_history.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
ethereum_transaction_info.dart Erc20 token transactions are displaying incorrectly (#1493) 2024-06-21 02:13:12 +03:00
ethereum_wallet.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00
ethereum_wallet_service.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00