Skip to content

Commit 087a9fe

Browse files
authored
docs: update chagelog and release notes (#1552)
update chagelog and release notes
1 parent b4daea5 commit 087a9fe

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.changelog/v3.3.0/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*December 5, 2023*
1+
*January 5, 2024*

CHANGELOG.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v3.3.0
44

5-
*December 5, 2023*
5+
*January 5, 2024*
66

77
### API BREAKING
88

@@ -32,25 +32,28 @@
3232

3333
### IMPROVEMENTS
3434

35-
- Split out consumer genesis state to reduce shared data between provider and
36-
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324))
37-
- Note: This breaks json format used by augmenting Genesis files of consumer
38-
chains with consumer genesis content exported from provider chain. Consumer
39-
Genesis content exported from a provider chain using major version 1, 2 or 3
40-
of the provider module needs to be transformed with the transformation command
41-
introduced by this PR:
35+
- General
36+
- Split out consumer genesis state to reduce shared data between provider and
37+
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324))
38+
- Note: This breaks json format used by augmenting Genesis files of consumer
39+
chains with consumer genesis content exported from provider chain. Consumer
40+
Genesis content exported from a provider chain using major version 1, 2 or 3
41+
of the provider module needs to be transformed with the transformation command
42+
introduced by this PR:
4243
```
4344
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.
44-
45+
4546
Example:
4647
$ <appd> transform /path/to/ccv_consumer_genesis.json
47-
48+
4849
Usage:
49-
interchain-security-cd genesis transform [genesis-file] [flags]
50+
interchain-security-cd genesis transform [genesis-file] [flags]
5051
```
51-
- Refactor shared events, codecs and errors assign to
52-
consumer and provider dedicated types where possible.
53-
([\#1350](https://github.com/cosmos/interchain-security/pull/1350))
52+
- Refactor shared events, codecs and errors assign to
53+
consumer and provider dedicated types where possible.
54+
([\#1350](https://github.com/cosmos/interchain-security/pull/1350))
55+
- [Provider](x/ccv/provider)
56+
- Add `QueryAllPairsValConAddrByConsumerChainID` method to get list of all pairs `valConsensus` address by `Consummer chainID`. ([\#1503](https://github.com/cosmos/interchain-security/pull/1503))
5457
5558
### STATE BREAKING
5659

RELEASE_NOTES.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
1-
<!--
2-
A release notes template that should be adapted for every release
3-
- release: <v*.*.*>
4-
- release branch: <v*.x>
5-
- the last release: <v-last>
6-
- the last release branch: <v-last.x>
7-
-->
1+
# Replicated Security v3.3.0 Release Notes
82

9-
# Replicated Security <v*.*.*> Release Notes
10-
11-
<!--
12-
Please indicate whether this release is relevant to consumers or providers.
13-
-->
14-
***Note this release is ONLY relevant to <consumers/providers>***
3+
***Note this release is ONLY relevant to providers***
154

165
## 📝 Changelog
176

18-
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/<v*.*.*>/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/release/<v-last>...<v*.*.*>) from last release.
19-
20-
<!-- Add the following line for major releases -->
21-
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/<v*.x>/UPGRADING.md) when migrating from `<v-last.x>` to `<v*.x>`.
7+
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v3.3.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v3.2.0...v3.3.0) from last release.
228

239
## 🚀 Highlights
2410

2511
<!-- Add any highlights of this release -->
2612

13+
This release introduces the following noteworthy changes:
14+
15+
- The cryptographic verification of equivocation feature is ported to SDK 0.47.
16+
The feature is already running on the Cosmos Hub as part of the [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) release.
17+
18+
- It splits out consumer genesis state to reduce shared data between provider and consumer.
19+
As a result, the consumer CCV genesis state obtained from the provider chain needs to be transformed to be compatible with different versions of consumer chains. For more details, see the [documentation](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation).
20+
21+
- A query (`QueryAllPairsValConAddrByConsumerChainID`) is added to get a list of all assigned consumer keys for a given consumer `chainId`. For more details, see the [documentation](https://cosmos.github.io/interchain-security/features/key-assignment).
22+
2723
## ❤️ Contributors
2824

25+
* Decentrio ([@decentriolabs](https://twitter.com/decentriolabs))
2926
* Informal Systems ([@informalinc](https://twitter.com/informalinc))
3027

3128
This list is non-exhaustive and ordered alphabetically.

0 commit comments

Comments
 (0)