-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(x/mint): remove inflation_rewards_ratio
param
#305
feat(x/mint): remove inflation_rewards_ratio
param
#305
Conversation
// Track inflation rewards | ||
k.rewardsKeeper.TrackInflationRewards(ctx, dappRewards[0]) | ||
// Update the minimum consensus fee | ||
k.rewardsKeeper.UpdateMinConsensusFee(ctx, dappRewards[0]) |
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.
Now the MinConsensusFee
is not tracked. We need to find a way to track it again.
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.
Yup. Mentioned this in the BeginBlocker issue. #287 (comment) so that when actual minting is implemented, it is handled.
} | ||
|
||
// Track inflation rewards | ||
k.rewardsKeeper.TrackInflationRewards(ctx, dappRewards[0]) |
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 need to track the inflation rewards too
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.
Implantation tracked in #287 (comment) issue
inflation_rewards_ratio
param from x/rewards as now x/mint params.inflationrecipients will store this info