status-go/services/wallet/history
Patryk Osmaczko 53423e58ba fix: use proper migrations for protocol's test database
- use `appdatabse.DbInitializer{}` in tests to ensure consistent migrations

- remove protocol's open database functions due to improper
  initialization caused by missing node config migration

- introduce `PushNotificationServerConfig` to resolve cyclic dependency
  issues
2023-10-03 15:11:58 +02:00
..
balance.go feat: Estimate block number (#3973) 2023-09-04 12:18:46 +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: use proper migrations for protocol's test database 2023-10-03 15:11:58 +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 Scanning of ERC20 tail of transfers history 2023-10-01 10:09:11 +02:00
service_test.go fix(wallet): balance history used a wrong db for accessing accounts. 2023-08-30 10:17:57 +02:00