IvanBelyakoff
|
9d6577049f
|
Implemented balance history based on transfers (#4022)
* feat(wallet): implement balance history based on fetched transfers
* Added vendor 'ttlcache'
|
2023-10-04 15:00:12 +03:00 |
Ivan Belyakov
|
81b94b7a4e
|
fix(wallet): added ChainID to balance cache, as now it is shared between
services and contains balances for all addresses and chains.
Made rpc chain client return ChainID property on `NetworkID()` method
|
2023-09-07 15:00:19 +02:00 |
Ivan Belyakov
|
24bf9aada5
|
feat(wallet): move balance cache to a common place and make it a
parameter to share between transfers and balance history in an upcoming
commit.
Had to refactor its interface for that reason.
|
2023-09-05 12:20:49 +02:00 |