status-go/services/wallet/history
Anthony Laibe 0cd140c9b2 feat: change network selection strategy
1) Only fetch history for networks that match test mode enabled
* Trade Off: it will be only refetch in 12 hours so changing test mode won't trigger a refetch until app is restarted or 12 hours.
I think it is ok as change test mode is not a common use case
2) Do not consider networks that are enabled or not as this can be change more often than every 12 hours
2023-08-02 12:45:37 +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 feat: change network selection strategy 2023-08-02 12:45:37 +02:00
service_test.go feat: remove consecutive 2023-03-31 19:22:53 +02:00