status-go/services/wallet/token
Stefan 8e63f44735 feat(wallet) filter activity by erc20
Main changes:

- Refactor activity API to propagate token identities.
- Extend service to convert token identities to symbols for filtering
  multi-transaction
- Filter transfers, pending_transactions and multi-transactions based
  on the provided token identities
- Return involved token identities in activity API
- Test token filtering

Also:

- Fixed calling cancel on a filer activity completed task to release
  resources

Notes:

- Found limitations with the token identity which complicates things
  by not allowing to filter by token groups (like token-code does)

Updates status-desktop #11025
2023-06-20 14:06:49 +02:00
..
downloader feat: load token list in code 2023-06-16 09:00:06 +01:00
gen.go feat: load token list in code 2023-06-16 09:00:06 +01:00
token.go feat(wallet) filter activity by erc20 2023-06-20 14:06:49 +02:00
token_test.go feat: load token list in code 2023-06-16 09:00:06 +01:00
tokenstore.go feat: load token list in code 2023-06-16 09:00:06 +01:00
uniswap.go feat: load token list in code 2023-06-16 09:00:06 +01:00
uniswap_tokenstore.go feat: load token list in code 2023-06-16 09:00:06 +01:00