Skip to content
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

calculate nonce from confirmed only #262

Open
ligi opened this issue Jul 18, 2018 · 1 comment
Open

calculate nonce from confirmed only #262

ligi opened this issue Jul 18, 2018 · 1 comment

Comments

@ligi
Copy link
Member

ligi commented Jul 18, 2018

when one transaction fails for a reason - all the following ones will never be confirmed as there is the nonce of the failed missing. I think UX can be improved by only counting nonces of confirmed tx

@omarbenhamid
Copy link

omarbenhamid commented Mar 28, 2019

I ran into this issue in fact, and worst : when a transaction is pending (for too low gas price for example) all following ones will not be mined neither. What do you think of :

  1. Offer a button to "cancel" pending transactions by sending a 0ETH transaction with higher gaz price and same nonce.
  2. Showing an alert when we sign a transaction if the nonce is not likely to be mined directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants