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
As a developer and one of the validators in the Story protocol, I would like to request the addition of mint module queries, similar to those provided by the Cosmos SDK mint queries. These queries offer valuable insights into the inflation rate and token minting details, which are crucial for transparency and community engagement in any blockchain ecosystem.
The inclusion of mint-related queries will enhance the protocol's transparency and empower users to gain deeper insights into the economic model of the Story blockchain.
Suggested solution
The suggested solution is to implement the following mint module queries:
Params: This query should return the parameters of the mint module.
Inflation: This query should provide the current inflation rate from the mint module.
AnnualProvisions: This query should return the annual provisions as calculated by the mint module.
Definition of done
Implement the requested queries (Params, Inflation, AnnualProvisions) in the mint module.
The new functionality should be merged, deployed, and included in a release.
The text was updated successfully, but these errors were encountered:
Description and context
As a developer and one of the validators in the Story protocol, I would like to request the addition of mint module queries, similar to those provided by the Cosmos SDK mint queries. These queries offer valuable insights into the inflation rate and token minting details, which are crucial for transparency and community engagement in any blockchain ecosystem.
Currently supported queries by Story:
story/client/server/server.go
Lines 115 to 124 in 108d58c
The inclusion of mint-related queries will enhance the protocol's transparency and empower users to gain deeper insights into the economic model of the Story blockchain.
Suggested solution
The suggested solution is to implement the following mint module queries:
Definition of done
Params
,Inflation
,AnnualProvisions
) in the mint module.The text was updated successfully, but these errors were encountered: