cake_wallet/cw_evm/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
..
contract CW-672: Enhance ETH Transaction Fee Calculation (#1545) 2024-07-21 02:04:22 +03:00
cw_evm.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
evm_chain_client.dart CW-672: Enhance ETH Wallet Fee Calculation - Fix ERC20 Transaction Fee (#1548) 2024-07-23 03:21:03 +03:00
evm_chain_exceptions.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
evm_chain_formatter.dart feat: Int overflow issue (#1482) 2024-06-14 16:24:10 +03:00
evm_chain_hardware_wallet_service.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
evm_chain_mnemonics.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
evm_chain_transaction_credentials.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
evm_chain_transaction_history.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
evm_chain_transaction_info.dart Erc20 token transactions are displaying incorrectly (#1493) 2024-06-21 02:13:12 +03:00
evm_chain_transaction_model.dart Erc20 token transactions are displaying incorrectly (#1493) 2024-06-21 02:13:12 +03:00
evm_chain_transaction_priority.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
evm_chain_wallet.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00
evm_chain_wallet_addresses.dart Generic fixes (#1304) 2024-02-23 19:09:24 +02:00
evm_chain_wallet_creation_credentials.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
evm_chain_wallet_service.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
evm_erc20_balance.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
evm_ledger_credentials.dart Cw 604 integrate bitcoin ledger (#1407) 2024-05-05 04:44:50 +03:00
file.dart CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
pending_evm_chain_transaction.dart Cw 537 integrate thor chain swaps (#1280) 2024-03-28 14:41:11 +02:00