status-go/services/wallet/token
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
..
balancefetcher test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
downloader feat: add token list 2023-11-15 09:02:36 +01:00
mock feat(metrics)_: add centralized metrics 2024-07-11 10:05:31 +01:00
balance_persistence.go chore(wallet)_: tests for wallet.Reader fetching balances 2024-06-19 16:57:50 +01:00
balance_persistence_test.go fix(premissions)_: convert balance from GetCachedBalancesByChain (#5415) 2024-06-25 10:14:40 +02:00
gen.go feat: load token list in code 2023-06-16 09:00:06 +01:00
token.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
token_test.go fix(wallet)_: no balance chart for tokens, due to wrong symbol (ETH) used 2024-07-18 13:11:02 +02:00
tokenstore.go chore_: add missing token 2024-07-04 09:28:18 +02:00
uniswap.go feat: add token list 2023-11-15 09:02:36 +01:00
uniswap_tokenstore.go feat: add token list 2023-11-15 09:02:36 +01:00