Skip to content

Commit

Permalink
docs: adding missing unreleased changes (will go in v4) (#1420)
Browse files Browse the repository at this point in the history
adding missing unreleased changes (will go in v4)
  • Loading branch information
mpoke committed Nov 14, 2023
1 parent 5591849 commit b78a8cb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/dependencies/1373-bump-ibc.md
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))
2 changes: 2 additions & 0 deletions .changelog/unreleased/features/1336-quint-model.md
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 .changelog/unreleased/improvements/1324-consumer-genesis.md
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]
```
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/1350-cleanup-types.md
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 .changelog/unreleased/state-breaking/1324-consumer-genesis.md
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))

0 comments on commit b78a8cb

Please sign in to comment.