status-go/services/wallet/history
Ivan Belyakov d07f9b5b16 fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used
instead.

Fixed padding points being removed from final result, regression.
Edge points not added per address as it does not make sense.
Fixed padding points number with respect to edge points number.
Padding points now duplicate previous entry.
Fixed timestamp boundaries to ignore addresses, as we want the whole
range for all passed addresses.
Fixed missing indices in balance_history table and clean up of
duplicate rows.
Removed ERC1155 from balance history sql query
2024-07-18 13:11:02 +02:00
..
balance.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
balance_db.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
balance_test.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
exchange.go feat: add coingecko fallback 2023-02-27 09:55:04 +01:00
service.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
service_test.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
transfers_watcher.go Implemented balance history based on transfers (#4022) 2023-10-04 15:00:12 +03:00