-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: mint large amount of coins(gov mint) (#709)
* feat: implement one time mint * docs: add changelog * chore: fix lint error * chore: reflect pr review * test: fix failed test case * refactor: change oneTimeMaxCount to oneTimeLeftCount * test: fix msg oneTimeMint server test * refactor: change oneTimeMint to govMint * docs: update statik * feat: add govmint query * feat: restore GovMint in tx.proto in foundation module * chore: remove leftcount init from genesis.go * apply pr review * feat: add gov mint tx for cli * test: set gov mint left count to 1 for cli test
- Loading branch information
Showing
35 changed files
with
1,912 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.