-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove legacy marker gov proposal handlers (#1961)
* remove handler test file * remove increase/decrease supply legacy proposals, add decrease supply proposal msg, refactor proposal msgs * add SetAdministratorProposal msg and logic * add remove admin address proposal msg * add change status proposal * add escrow withdrawl gov proposal msg * make set denom metadata msg * rename with prefix handler * remove old proposal handler items, add validate basic for MsgSupplyDecreaseProposal * add validate basic for MsgSetAdministratorProposalRequest * add validate basic for MsgChangeStatusProposalRequest * add validate basic for MsgChangeStatusProposalRequest * add validate basic for WithdrawEscrowProposal * add validate basic for SetDenomMetadataProposalRequest * add msg server test for SetAdministratorProposal * add msg server test for supply increase and decrease proposals * add all msg server tests * start proposal hander tests * update proto docs * fix validate basic for increase supply prop * add increase and decrease supply proposal clis * add command * add set administor proposal * add remove admin proposal cli * add change status proposal * add withdraw escrow proposal * add set denom metadata proposal cmd * add method comments * add back codec for deprecated propopsals, fix error messages in msgfees to match * fix error wrapping * add change log * complete handler tests * update msg tests, update all msgs with proposal msgs
- Loading branch information
1 parent
ef6b255
commit 7bffaa8
Showing
24 changed files
with
8,656 additions
and
4,888 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
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
Oops, something went wrong.