-
Notifications
You must be signed in to change notification settings - Fork 608
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
chore: x/mint docs and clean up, excluding mint keeper (backport #1857) #2119
Conversation
1033ee6
to
febf8d8
Compare
@stackman27 thanks for the suggestions. I think all of these are valid and we should integrate them with a new PR to Applying them here does not make sense since this is a backport. They would all get lost in that case |
yessir i will do so |
[ (gogoproto.moretags) = "yaml:\"halven_started_epoch\"" ]; | ||
// reduction_started_epoch is the first epoch in which the reduction of mint | ||
// begins. | ||
int64 reduction_started_epoch = 3 |
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 might be state-braking due to this proto change. Is this not backport acceptable?
let's just close this since this is proto breaking |
Closes: #XXX
What is the purpose of the change
Manual backport of #1857.
(Mergify would not open another PR for this, the original was closed due to protos not being generated on
v10.x
)This does not contain any additional changes.
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? no