-
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
GoS point release #3165
GoS point release #3165
Conversation
This reverts commit 86a214f.
Revert remove gov slashing
* Withdraw commission on self bond removal * Update PENDING.md
* Add boolean for LoadLatestVersion * Update PENDING.md
Codecov Report
@@ Coverage Diff @@
## master #3165 +/- ##
=========================================
- Coverage 55.05% 55% -0.06%
=========================================
Files 133 133
Lines 9430 9432 +2
=========================================
- Hits 5192 5188 -4
- Misses 3921 3927 +6
Partials 317 317 |
Simulation passed. Please do a release |
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 👍
Needs more comments and tests but LGTM for now. We should comment and test more. |
// before the validator is deleted (and the corresponding ValidatorDistInfo removed). | ||
// If we change other parts of the code such that a self-delegation might remain after | ||
// a validator is deleted, this logic will no longer be safe. | ||
// TODO: Consider instead implementing this in a "BeforeValidatorRemoved" hook. |
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.
👍
Point release for GoS fixes (which will be breaking, so
v0.29
I suppose).This should see further review and simulation testing.
PR back to develop: #3166.
For Admin Use: