This PR provides the implementation of the inflation module.
The module shares the same interfaces as x/mint, and serves as a drop-in replacement of Cosmos SDK's x/mint.
The module implements a different inflation function. Currently, it employs Celestia's algorithm where the inflation rate decreases gradually w.r.t. the block timestamp. It contains all necessary dependencies for implementing any inflation function.
Resolves https://github.com/babylonlabs-io/pm/issues/92
This PR provides the implementation of the inflation module.
x/mint
, and serves as a drop-in replacement of Cosmos SDK'sx/mint
.Steps for implementation:
x/mint