-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 #6287 sending multiple transactions from an account make nonce sequence stuck #6291
Conversation
…nce sequence stuck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ahmedaly113. Can we add unit tests to ante pkg? Also integration test in baseapp. Finally, a changelog entry stating a bug fix 👍
Codecov Report
@@ Coverage Diff @@
## master #6291 +/- ##
==========================================
- Coverage 55.66% 55.66% -0.01%
==========================================
Files 447 447
Lines 26881 26879 -2
==========================================
- Hits 14964 14962 -2
Misses 10850 10850
Partials 1067 1067 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved - pending baseapp
test case
I'd wait for @AdityaSripal's review before merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Description
This PR is to fix nonce stuck issue when sending multiple transactions from an account in a same block. Issue behavior is "unauthorized: signature verification failed" for correctly signed transaction. Detailed discussions are available on closing issue.
closes: #6287