-
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: Distr-PR-3 More staking hooks #2381
Conversation
Codecov Report
@@ Coverage Diff @@
## rigel/truncate-decimal #2381 +/- ##
=========================================================
Coverage ? 64.64%
=========================================================
Files ? 136
Lines ? 8506
Branches ? 0
=========================================================
Hits ? 5499
Misses ? 2631
Partials ? 376 |
x/stake/keeper/validator.go
Outdated
|
||
// XXX remove this code - this is should be superceded by commission work that bez is doing | ||
// get a single validator | ||
func (k Keeper) UpdateValidatorCommission(ctx sdk.Context, addr sdk.ValAddress, newCommission sdk.Dec) sdk.Error { |
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.
This will be removed before this PR is merged - just need to work from #2365 to update properly
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 @rigelrozanski -- left some feedback.
For distribution PR (ref #2236)
Merge to
develop
(change base required) after Distr-PR-2 (ref #2379) mergedTargeted 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 (n/a I think here)
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerFor Admin Use: