-
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
Browser doesn't know when a transaction is replaced (retried) #3347
Comments
I have the same issue, from the dapp point of view the transaction is "stuck", what is the best way to handle the once there were overwritten? Etherscan shows "Nonce: XXX (Also found 1 other dropped Tx with the same So maybe looking for tx with same nonce would be one of the solutions? |
see also #7227 |
Need a way to know a) the "retired" transaction and b) the new transaction. |
See also the related Web3 issue: web3/web3.js#3585 |
I've created EIP-2831 in attempt to address this (still making edits) |
We're going to try using EIP-2831 for this, which is being tracked in #9174. Please follow that discussion for further updates. |
There doesn't seem to be a way to know when a user retries with higher gas..?
The tx is replaced with a new tx. Is there any way to get notified about this? Or poll / query it..?
The text was updated successfully, but these errors were encountered: