status-go/services/wallet/history
Stefan a6d553c937 fix(wallet) ClientWithFallback handling state errors required by BH
The "not found" and "no contract" expected error is caught and wrapped
by ClientWithFallback. The fetching of balance history of next blocks
is aborted which is not desired.

Fix by not treating the error as a connection error in
ClientWithFallback.
2023-05-02 12:07:06 +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 feat: retrieve balance history for tokens and cache it to DB 2023-01-25 22:25:50 +04:00
balance_test.go chore(wallet) increase the all-time fetching sample count 2023-03-01 19:55:07 +04:00
exchange.go feat: add coingecko fallback 2023-02-27 09:55:04 +01:00
service.go fix(wallet) ClientWithFallback handling state errors required by BH 2023-05-02 12:07:06 +02:00
service_test.go feat: remove consecutive 2023-03-31 19:22:53 +02:00