-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I've noticed that when a request can't be processed, it remains stored in the getListOfVerifyContexts() list, and there's no apparent way to clear it. This results in the list retaining records that should ideally be removed.
For example, in my case, the following contexts remain in the list and are never cleared:
[VerifyContext(id=1724284981409728, origin=https://malicious-app-verify-simulation.vercel.app, validation=VALID, verifyUrl=https://verify.walletconnect.org/, isScam=true), VerifyContext(id=1724286080110007, origin=https://malicious-app-verify-simulation.vercel.app, validation=VALID, verifyUrl=https://verify.walletconnect.org/, isScam=true)]
Questions:
- How can I clear this list?
- Why are these entries retained?
- Is this behavior intentional or a bug? Keeping these entries indefinitely seems unnecessary and could potentially lead to memory issues.
Reproduction Steps:
- Send a request of any type of transaction.
- Close the app suddenly while the modal is opened.
- Reopen the app and check the getListOfVerifyContexts() method.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working