-
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.
adding missing unreleased changes (will go in v4)
- Loading branch information
Showing
5 changed files
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.3.1](https://github.com/cosmos/ibc-go/releases/tag/v7.3.1). | ||
([\#1373](https://github.com/cosmos/interchain-security/pull/1373)) |
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 @@ | ||
- Add Quint model of Replicated Security. | ||
([\#1336](https://github.com/cosmos/interchain-security/pull/1336)) |
16 changes: 16 additions & 0 deletions
16
.changelog/unreleased/improvements/1324-consumer-genesis.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,16 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) | ||
- Note: This breaks json format used by augmenting Genesis files of consumer | ||
chains with consumer genesis content exported from provider chain. Consumer | ||
Genesis content exported from a provider chain using major version 1, 2 or 3 | ||
of the provider module needs to be transformed with the transformation command | ||
introduced by this PR: | ||
``` | ||
Transform the consumer genesis file from a provider version v1, v2 or v3 to a version supported by this consumer. Result is printed to STDOUT. | ||
Example: | ||
$ <appd> transform /path/to/ccv_consumer_genesis.json | ||
Usage: | ||
interchain-security-cd genesis transform [genesis-file] [flags] | ||
``` |
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,3 @@ | ||
- Refactor shared events, codecs and errors assign to | ||
consumer and provider dedicated types where possible. | ||
([\#1350](https://github.com/cosmos/interchain-security/pull/1350)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/1324-consumer-genesis.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 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) |