Open ten-nex opened 2 months ago
I've created a pull request to address this issue. Here's a summary of the changes:
The following code changes to x/mint/spec/README.md
provided a comprehensive specification for the x/mint
module:
Minter
state parameters including inflation
and annual_provisions
.Params
structure allowing governance to modify minting parameters.MsgUpdateParams
for governance updates.Mint
to log minting activities.QueryInflation
) and annual provisions (QueryAnnualProvisions
).GenesisState
for initializing the module.BeginBlock
and EndBlock
.You can view the pull request here: https://github.com/ten-nex/archway/pull/17
If you want me to try again, just reassign the issue to me. If I wasn't helpful, please update the issue description with more context.
If you're experiencing any problems with Pilot, please open an issue here: https://github.com/ten-nex/pilot-issues/issues
write the SPEC for the x/mint module. make sure it follow Cosmos SDK spec conventions. Understand how the x/mint module works and ensure to document it properly.