status-go/services/wallet/history
Ivan Belyakov c0e922f0af fix(wallet)_: fix crash on nil db for statusd if wallet is enabled
Fixed some other issues with prevented startup of statusd:
- ensure paths for DBs are created
- ensure DBs are opened before calling `StartNode`
- ignore error if multiacc database is not available

Updates #14693
2024-05-15 10:19:25 +02:00
..
balance.go fix: Handle balance for all accounts (#4261) 2023-11-29 12:20:18 +01:00
balance_db.go fix(wallet): cleanup balance_history table on account removed 2024-03-27 14:54:30 +01:00
balance_test.go fix: Handle balance for all accounts (#4261) 2023-11-29 12:20:18 +01:00
exchange.go
service.go fix(wallet): cleanup balance_history table on account removed 2024-03-27 14:54:30 +01:00
service_test.go fix(wallet)_: fix crash on nil db for statusd if wallet is enabled 2024-05-15 10:19:25 +02:00
transfers_watcher.go