-
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.
feat!: Removed legacy-submit-proposal support for consumer addition/m…
…odification/removal (#2130) * Remove legacy-submit-proposal consumer-addition * Remove legacy-submit-proposal consumer-removal * Remove legacy-submit-proposal consumer-modification * docs * fix e2e * addressed review comments * fix compatibility tests * addressed some more review comments * addressed PR comments * fix e2e when run on current ws (invalid sem version) * Apply suggestions from code review Co-authored-by: insumity <[email protected]> --------- Co-authored-by: insumity <[email protected]>
- Loading branch information
Showing
14 changed files
with
539 additions
and
374 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
- 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 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.