-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage sometimes not working correctly #4287
Comments
This could be related to a stream break we saw in the past. If so, this could be reproduced by removing the debouncer from our |
Aaron has seen the first two bullet points happen live, with the app open, which suggests it may not be a storage bug at all, since we only read from storage when starting up the application. |
Could this be related to #4145? |
Hi, I've discovered a behaviour that might be related to this, but might as well be it's own issue. We have discovered that after deleting an account it can be saved by Metamask and instead of generating new wallet when creating a new account Metamask uses an old wallet, that has been removed. Reinstalling Metamask extension removes this behavior, old wallets do not appear when creating a new account after reinstall. Yesterday I've encountered a bug where 6 accounts just disappeared and after that when I was creating new accounts they had the same wallet addresses. |
@danfinlay several user reports of adding tokens then having them disappear, and having transaction history disappear as well. are these handled by the same storage mechanism, or handled separately? |
@bdresser Yes, this is almost definitely a storage failure of some kind. |
Reproduction steps:
|
Fixed by #4570 |
We've had a variety of user reports that resemble our storage strategy intermittently failing:
We should investigate how storage failures are handled, make them less likely, and maybe fail more gracefully.
The text was updated successfully, but these errors were encountered: