-
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!: remove vscmatured packets (#2372)
* deprecate PacketMaturityTimeKey * remove TestPacketMaturityTime * update genesis logic * remove maturity logic * add migration * fix UT * fix integration tests * update proto files * remove genesis transformation * Update testing documentation * Revert "remove genesis transformation" This reverts commit 89b1d05. * add changelog entries --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
24 changed files
with
127 additions
and
1,068 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/2101-introduce-priority-validators.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,2 @@ | ||
- `[x/provider]` Allow consumer chains to specify a list of priority validators that are included in the validator set before other validators are considered | ||
([\#2101](https://github.com/cosmos/interchain-security/pull/2101)) |
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,2 @@ | ||
- `[x/consumer]` Remove `VSCMaturedPackets`. Consumer-side changes for [ADR 018](https://cosmos.github.io/interchain-security/adrs/adr-018-remove-vscmatured#consumer-changes-r2). | ||
([\#2372](https://github.com/cosmos/interchain-security/pull/2372)) |
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,2 @@ | ||
- Allow the chain id of a consumer chain to be updated before the chain | ||
- `[x/provider]` Allow the chain id of a consumer chain to be updated before the chain | ||
launches. ([\#2378](https://github.com/cosmos/interchain-security/pull/2378)) |
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/features/provider/2101-introduce-priority-validators.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.changelog/unreleased/state-breaking/2101-introduce-priority-validators.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,2 @@ | ||
- Allow consumer chains to specify a list of priority validators that are included in the validator set before other validators are considered | ||
- `[x/provider]` Allow consumer chains to specify a list of priority validators that are included in the validator set before other validators are considered | ||
([\#2101](https://github.com/cosmos/interchain-security/pull/2101)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/2372-vscmatured-packets.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,2 @@ | ||
- `[x/consumer]` Remove `VSCMaturedPackets`. Consumer-side changes for [ADR 018](https://cosmos.github.io/interchain-security/adrs/adr-018-remove-vscmatured#consumer-changes-r2). | ||
([\#2372](https://github.com/cosmos/interchain-security/pull/2372)) |
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
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.