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
With comet completing PBTS we should cleanup and amend the code in the mint module to use time. Along side this we could evaluate any other changes to mint needed.
For time. Currently we use blocks to calculate how much inflation should happen. This is a poor ux because users need to calculate how many blocks they will have in a year and this is influenced by block times.
We should refactor mint to use time, as a factor on how much issuance should be done.
Problem Definition
time is more consistent than block times. Other than that there are features people are wanting out of mint and we should make it easier for them to do it
Work Breakdown
The content you are editing has changed. Please copy your edits and refresh the page.
I dont think mint module is modular, i.e. it doesn't allow people to set custom inflation designs. it only allows users to set how inflation is distributed. I have already talked to users and some have forked mint because of this.
some changes that come to mind are around how inflation is calculated and against what, staked amount or total amount.
Summary
With comet completing PBTS we should cleanup and amend the code in the mint module to use time. Along side this we could evaluate any other changes to mint needed.
For time. Currently we use blocks to calculate how much inflation should happen. This is a poor ux because users need to calculate how many blocks they will have in a year and this is influenced by block times.
We should refactor mint to use time, as a factor on how much issuance should be done.
Problem Definition
time is more consistent than block times. Other than that there are features people are wanting out of mint and we should make it easier for them to do it
Work Breakdown
Tasks
The text was updated successfully, but these errors were encountered: