-
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
WIP: use block power throughout distribution (II) #2552
WIP: use block power throughout distribution (II) #2552
Conversation
60ca663
to
47faf63
Compare
47faf63
to
1164c9e
Compare
1164c9e
to
1cc7432
Compare
Can we close #2541 then? |
GetValidator() ValAddress // validator operator address | ||
GetShares() Dec // amount of validator's shares held in this delegation | ||
GetDelegatorAddr() AccAddress // delegator AccAddress for the bond | ||
GetValidatorAddr() ValAddress // validator operator address |
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.
We should keep renaming as a separate PR - muddies being able to view the core changes
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.
even though ++ on the change here - leave for now
…n' into jae/check-supply-in-simulation
mistake
Codecov Report
@@ Coverage Diff @@
## cwgoes/check-supply-in-simulation #2552 +/- ##
=====================================================================
+ Coverage 59.84% 59.89% +0.04%
=====================================================================
Files 150 150
Lines 8632 8692 +60
=====================================================================
+ Hits 5166 5206 +40
- Misses 3112 3130 +18
- Partials 354 356 +2 |
Replaces #2541.