-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
110 additions
and
50 deletions.
There are no files selected for viewing
25 changes: 24 additions & 1 deletion
25
.changelog/unreleased/api-breaking/provider/2130-remove-legacy-proposal.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
- Remove support for legacy-proposal to add/modify/remove consumer proposals | ||
- Remove support for legacy-proposal to add/modify/remove consumer proposals and change reward denoms | ||
([\#2130](https://github.com/cosmos/interchain-security/pull/2130)) | ||
To submit a proposal to add/modify/remove a consumer use the following command | ||
```shell | ||
interchain-security-pd tx gov submit-proposal [proposal-file] | ||
``` | ||
|
||
Run `interchain-security-pd tx gov draft-proposal` command and select in `other` one of the following | ||
message types to generate a draft proposal json file: | ||
- `/interchain_security.ccv.provider.v1.MsgConsumerAddition` | ||
|
||
- `/interchain_security.ccv.provider.v1.MsgConsumerModification` | ||
|
||
- `/interchain_security.ccv.provider.v1.MsgConsumerRemoval` | ||
|
||
- `/interchain_security.ccv.provider.v1.MsgChangeRewardDenoms` | ||
|
||
This replaces the following command which are not supported anymore: | ||
|
||
```shell | ||
interchain-security-pd tx gov submit-legacy-proposal consumer-addition [proposal-file] | ||
interchain-security-pd tx gov submit-legacy-proposal consumer-modification [proposal-file] | ||
interchain-security-pd tx gov submit-legacy-proposal consumer-removal [proposal-file] | ||
interchain-security-pd tx gov submit-legacy-proposal change-reward-denoms [proposal-file] | ||
``` |
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 was deleted.
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