-
Notifications
You must be signed in to change notification settings - Fork 469
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
consensus: Introduce versions v37 and v38 #5397
consensus: Introduce versions v37 and v38 #5397
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5397 +/- ##
==========================================
+ Coverage 55.39% 55.41% +0.01%
==========================================
Files 452 452
Lines 63812 63822 +10
==========================================
+ Hits 35351 35365 +14
- Misses 26031 26034 +3
+ Partials 2430 2423 -7
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
v37 is blank and only exists to offset v38 by enough rounds to ensure that the stateproof recovery tracker is sufficiently populated prior to enabling recovery in v38.
7: "07" + v7Compiled, | ||
8: "08" + v8Compiled, | ||
9: "09" + v9Compiled, | ||
10: "0a" + v10Compiled, |
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.
I don't feel strongly about this, but maybe we should insert a blank line above 10: ...
so that go fmt
won't re-indent all the above lines.
Summary
New consensus versions v37 and v38 and appropriate fixes.
Test Plan
Existing tests. There are bunch of app test fixes because of
AppForbidLowResources
and online accts tests b/c of circulation rules change.