-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
RecheckTx Optimizations #5196
RecheckTx Optimizations #5196
Conversation
@AdityaSripal tests are failing |
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.
Missing changelog entry & unit tests would be ideal to test the new mode in addition to fixing the existing unit tests 👍
Codecov Report
@@ Coverage Diff @@
## master #5196 +/- ##
==========================================
- Coverage 53.55% 53.54% -0.02%
==========================================
Files 290 290
Lines 17719 17738 +19
==========================================
+ Hits 9489 9497 +8
- Misses 7489 7502 +13
+ Partials 741 739 -2 |
Co-Authored-By: Bot from GolangCI <[email protected]>
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.
minor comment
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.
Looks good @AdityaSripal. Take a look at @fedekunze's comments
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
Co-Authored-By: Federico Kunze <[email protected]>
Co-Authored-By: Federico Kunze <[email protected]>
runTxModeSimulate runTxMode = iota | ||
// Deliver a transaction | ||
runTxModeDeliver runTxMode = iota | ||
runTxModeCheck runTxMode = iota // Check a transaction |
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.
runTxModeCheck runTxMode = iota // Check a transaction | |
runTxModeCheck runTxMode = iota + 1 // Check a transaction |
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.
why? This is ineffectual.
closes: #4933
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry to the
Unreleased
section inCHANGELOG.md
Re-reviewed
Files changed
in the github PR explorerFor Admin Use: