-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: Nonce too low error on Approve ERC20 and ERC721 transactions #6592
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
hi @blackdevelopa ! I've been QAing this PR. I've seen the behaviour seems fixed, but, I've encountered several issues, around it, but I confirm they are also reproduceable on
|
Development & PR Process
release-xx
label to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-review
label when work is completedneeds-qa
label when dev review is completedQA Passed
label when QA has signed offDescription
Approve Nonce issue was previously fixed in Nonce Too Low for Approve Transaction, but Custom Spend Allowance reintroduced the similar bug by repopulating the transaction proposed nonce (already used nonce value) when component mounts.
Screenshots/Recordings
Screen.Recording.2023-06-13.at.17.01.23.mov
If applicable, add screenshots and/or recordings to visualize the before and after of your change
Issue
Progresses #6537
Checklist