Skip to content
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

[Epic]: Mint #19761

Closed
5 tasks done
tac0turtle opened this issue Mar 15, 2024 · 1 comment · Fixed by #20747
Closed
5 tasks done

[Epic]: Mint #19761

tac0turtle opened this issue Mar 15, 2024 · 1 comment · Fixed by #20747
Assignees
Labels
T:Epic Epics

Comments

@tac0turtle
Copy link
Member

tac0turtle commented Mar 15, 2024

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

Preview Give feedback
  1. C:x/mint
  2. C:x/mint S:proposed T:feature-request
    likhita-809
  3. C:x/mint T:Docs
    likhita-809
@tac0turtle tac0turtle added the T:Epic Epics label Mar 15, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Mar 15, 2024
@tac0turtle tac0turtle moved this from 📋 Backlog to 🤸‍♂️ In Progress in Cosmos-SDK Apr 5, 2024
@tac0turtle
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Epic Epics
Projects
None yet
3 participants