You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The once removed assets re-appear in the wallet soon after their removal. Happens for all removed assets (no matter if removed from the list of verified or unverified assets).
Import the account with some unverified assets
Go to the unverified asset ant click Verify asset -> Don't show (either from token list or token details)
Observe token being removed from the list (OK) and soon being listed again (NOOK).
Screen.Recording.2023-11-16.at.11.37.12.mov
Tested on: bnbspider2.crypto and 0x0581470a8b62bd35dbf121a6329d43e7edd20fc7 accounts
Taho 0.51.0 (from Chrome store) and a local build from fix-e2e-tests
The text was updated successfully, but these errors were encountered:
Resolves#3675
### What has been done
The problem was that although we were removing custom assets correctly
from the redux and marking them as removed in the databese then they
were added back with next balances update.
- added `removed` filed to metadata type for consistency
- fixed the issue: filter out balance update against a list of removed
custom assets
### Testing
Try to reproduce steps from the linked issue. The item that was removed
shouldn't go back anymore even after reload.
Latest build:
[extension-builds-3708](https://github.com/tahowallet/extension/suites/19204939996/artifacts/1126356154)
(as of Wed, 20 Dec 2023 11:38:46 GMT).
The once removed assets re-appear in the wallet soon after their removal. Happens for all removed assets (no matter if removed from the list of verified or unverified assets).
Verify asset -> Don't show
(either from token list or token details)Screen.Recording.2023-11-16.at.11.37.12.mov
Tested on:
bnbspider2.crypto
and0x0581470a8b62bd35dbf121a6329d43e7edd20fc7
accountsTaho 0.51.0 (from Chrome store) and a local build from
fix-e2e-tests
The text was updated successfully, but these errors were encountered: