You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the code in this repo to account for CIP-29 which reduces the inflation and disinflation. The inflation reduction will take effect at the v4 activation height so we need to calculate inflation with the previous constants until that date and then use the new constants after that date.
Add unit tests
The text was updated successfully, but these errors were encountered:
Context
https://github.com/celestiaorg/CIPs/blob/main/cips/cip-029.md
Problem
supply/internal/cumulative_inflation.go
Lines 3 to 19 in 36b196b
does not account for the reduction in inflation
Proposal
The text was updated successfully, but these errors were encountered: