-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fixes #721, Unstage Transaction with same signer's lower nonce. #728
Conversation
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
==========================================
+ Coverage 86.61% 86.69% +0.07%
==========================================
Files 222 222
Lines 18753 18815 +62
==========================================
+ Hits 16243 16311 +68
+ Misses 1353 1347 -6
Partials 1157 1157
|
835df4b
to
fcc94fe
Compare
CI Failed with following reasons:
|
fcc94fe
to
c659d03
Compare
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.
LGTM!
…once during Append phase
c659d03
to
b6fe7e8
Compare
Thanks for your contribution! |
Added the unstage logic when BlockChain.Append() called (from Non-miner's Swarm.AppendBlockAsync() and Miner's BlockChain.MineBlock())