-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Persist transactions between reload #31
Comments
SeungjunWe
pushed a commit
to DcentWallet/metamask-extension
that referenced
this issue
Jul 13, 2020
…vesrion (Fix) Explicit conversion of networkID to number
aloisklink
pushed a commit
to aloisklink/metamask-extension
that referenced
this issue
Jan 19, 2022
legobeat
added a commit
to legobeat/metamask-extension
that referenced
this issue
Dec 10, 2022
Fixed CodeQL advisory MetaMask#31 Removes `][^ as valid characters
legobeat
added a commit
to legobeat/metamask-extension
that referenced
this issue
Dec 10, 2022
- Addresses CodeQL advisory MetaMask#31 - Removes `][^ as valid characters
legobeat
added a commit
to legobeat/metamask-extension
that referenced
this issue
Dec 13, 2022
- Addresses CodeQL advisory MetaMask#31 - Removes `][^ as valid characters
legobeat
added a commit
to legobeat/metamask-extension
that referenced
this issue
Dec 13, 2022
- Addresses CodeQL advisory MetaMask#31 - Removes `][^ as valid characters
legobeat
added a commit
to legobeat/metamask-extension
that referenced
this issue
Dec 13, 2022
- Addresses CodeQL advisory MetaMask#31 - Removes `][^ as valid characters
legobeat
added a commit
that referenced
this issue
Dec 16, 2022
* ui: make settings search regex range explicit - Addresses CodeQL advisory #31 - Removes `][^ as valid characters * ui: settings-search: ignore leading/trailing whitespace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently if a dapp initiates a transaction, and the user gets confused, they might reload the dapp, which currently would wipe the pending transaction to sign.
We should persist these transactions, and keep them managed in some kind of transactions view, where a user can view pending, signed, and completed transactions.
Submitted by Nick Dodson.
The text was updated successfully, but these errors were encountered: