-
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
R4R: Terminate Update Bonded Validators Iteration Properly #2023
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2023 +/- ##
===========================================
+ Coverage 64.86% 64.86% +<.01%
===========================================
Files 115 115
Lines 6862 6863 +1
===========================================
+ Hits 4451 4452 +1
Misses 2127 2127
Partials 284 284 |
f2f37f9
to
039b52d
Compare
039b52d
to
8a9a5da
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.
utACK
Please don't squash each time, we can do that once when we merge to develop. I guess the PR checkboxes are confusing. |
@cwgoes you mean squash right after approvals but right before merge? If so, who does the squashing? Indeed, it's a bit confusing, but I agree nonetheless -- apologies. |
The person who merges does the squashing; it's a button on the GitHub UI (or easy enough from a shell too). |
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.
reviewed - logic lookin' gud~!
Terminate iteration loop in
UpdateBondedValidators
andUpdateBondedValidatorsFull
when the first revoked validator is encountered and perform a sanity check.closes: #1974
docs/
)PENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: