Use pico inflation for ledger-tool capitalization --enable-inflation#13215
Use pico inflation for ledger-tool capitalization --enable-inflation#13215ryoqun merged 2 commits intosolana-labs:masterfrom
Conversation
mvines
left a comment
There was a problem hiding this comment.
Yes I don't see a problem with this "breaking" change
|
@ericlwilliams FYI, this is a simulation for pico inflation with mainnet-beta's stake accounts and credits if enabled. this doesn't consider any rent/fee distribution, though. This is the balance changes what distribution of inflation rewards at the first slot in the next epoch with validator's current performance. This is formatted differently from I add this functionality mainly for cheeking implementation. As far as I'm looking the results. It seem that there is no odd things at the moment. |
|
Well, this is certainly an odd outlier:
uuum. I'm investigating now. |
But, there is inflation rewards? This looks very odd. |
Codecov Report
@@ Coverage Diff @@
## master #13215 +/- ##
=======================================
Coverage 82.1% 82.2%
=======================================
Files 375 375
Lines 86811 86814 +3
=======================================
+ Hits 71350 71369 +19
+ Misses 15461 15445 -16 |
addressed: #13233 |
Problem
ledger-toolisn't using pico inflation.Summary of Changes
Use it.
This is incompatible change but I think it's ok to break compat for
ledger-tool, right?