cake_wallet/cw_tron/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_tron.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
default_tron_tokens.dart Generic enhancements (#1435) 2024-05-08 17:26:57 +03:00
file.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
pending_tron_transaction.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_abi.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_balance.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_client.dart fix: Tron Timeout Issue (#1448) 2024-05-15 02:54:39 +03:00
tron_exception.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_http_provider.dart CW-653-Migrate-Tron-And-Solana-To-NowNodes (#1492) 2024-06-29 00:36:12 +03:00
tron_token.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_transaction_credentials.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_transaction_history.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_transaction_info.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_transaction_model.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_wallet.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00
tron_wallet_addresses.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_wallet_creation_credentials.dart CW-525-Add-Tron-Wallet (#1327) 2024-05-03 21:00:05 +03:00
tron_wallet_service.dart Cw 688 avoid wallet file corruption (#1582) 2024-08-09 23:15:30 +03:00