status-go/services/wallet/history
Ivan Belyakov c24c3966e2 fix(wallet): balance history used a wrong db for accessing accounts.
Balance history was not checked for all chains if no history on
some chain.
Removed `SetInitialRange` from wallet API as internal implementation.
This method was called on adding a brand new Status account to initialize
blocks_range table to avoid transfers history checks.
2023-08-30 10:17:57 +02:00
..
balance.go fix(wallet) ClientWithFallback handling state errors required by BH 2023-05-02 12:07:06 +02:00
balance_db.go feat: retrieve balance history for tokens and cache it to DB 2023-01-25 22:25:50 +04:00
balance_db_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
balance_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
exchange.go feat: add coingecko fallback 2023-02-27 09:55:04 +01:00
service.go fix(wallet): balance history used a wrong db for accessing accounts. 2023-08-30 10:17:57 +02:00
service_test.go fix(wallet): balance history used a wrong db for accessing accounts. 2023-08-30 10:17:57 +02:00