cosmos-sdk/x/mint
likhita-809 3e3b225a5e
refactor(mint): CLI tests using Tendermint Mock (#13059)
* wip: mint CLI tests using Tendermint Mock

* try fix test

* remove query test

* add cli tests

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-09-01 18:23:43 +00:00
..
client/cli refactor(mint): CLI tests using Tendermint Mock (#13059) 2022-09-01 18:23:43 +00:00
exported feat: deprecate x/params usage in x/mint (#12363) 2022-07-04 10:59:32 -04:00
keeper chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
migrations/v2 chore: routine gofumpt (#12571) 2022-07-16 18:22:05 +00:00
simulation chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
spec docs: update sdk & tm version links in docs (#12976) 2022-08-20 08:42:13 +02:00
testutil refactor: replace app wiring yaml config by go (#12757) 2022-07-29 16:39:44 -03:00
types chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
abci.go feat(mint): Implement custom inflation function. (#10441) 2021-11-08 10:56:10 +00:00
module_test.go feat: decouple x/distribution from simapp (#12334) 2022-06-22 21:43:33 +02:00
module.go feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Mint

  • Mint - Creation of new units of staking token.