status-go/services/wallet/transfer
Stefan 601484af3e feat: Retrieve balance history for native token
Add functionality to sample and retrieve balance history and cache
it in memory for the current transfer controller.

The end of the balance history is snapped at twice per day to
avoid having to query the blockchain again for each fetching within
12 hours interval

The functionality will be extended with DB caching, API call batching,
"smarter" cache hitting and syncing between devices

Updates: #7662
2022-11-07 22:39:21 +01:00
..
balance_cache.go feat: Retrieve balance history for native token 2022-11-07 22:39:21 +01:00
block.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
block_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
commands.go Changes necessary to make wallet work pokt networks 2022-10-19 10:40:13 +02:00
concurrent.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
concurrent_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
controller.go feat: Retrieve balance history for native token 2022-11-07 22:39:21 +01:00
database.go Add effective gas price to tx view 2022-09-27 17:15:56 +02:00
database_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
downloader.go Add effective gas price to tx view 2022-09-27 17:15:56 +02:00
events.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
iterative.go Changes necessary to make wallet work pokt networks 2022-10-19 10:40:13 +02:00
iterative_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
query.go feat: Added new BaseFee param inside transactions (#2847) 2022-09-09 20:22:59 +02:00
reactor.go Support for binance chains 2021-11-27 10:47:57 +02:00
transmitter.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
view.go Add effective gas price to tx view 2022-09-27 17:15:56 +02:00