Skip to content

Commit 0257a28

Browse files
authored
docs: prepare v6.4.0 release (#2462)
* add v6.4.0 section to changelog * upgrading instructions * release notes
1 parent 9a22b97 commit 0257a28

28 files changed

+100
-999
lines changed

.changelog/v6.4.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*January 7, 2025*

CHANGELOG.md

Lines changed: 84 additions & 970 deletions
Large diffs are not rendered by default.

RELEASE_NOTES.md

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,23 @@
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-
-->
8-
9-
# Interchain 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>***
1+
# Interchain Security v6.4.0 Release Notes
152

163
## 📝 Changelog
17-
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
18-
<!-- markdown-link-check-disable -->
194

20-
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/<v-last>...<v*.*.*>) from last release.
5+
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v6.4.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v6.3.0...v6.4.0) from last release.
216

22-
<!-- Add the following line for major or minor releases -->
23-
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+
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v6.4.x/UPGRADING.md) when migrating from `v6.3.x` to `v6.4.x`.
248

25-
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
26-
<!-- markdown-link-check-enable -->
279
## 🚀 Highlights
2810

2911
<!-- Add any highlights of this release -->
3012

31-
## ❤️ Contributors
32-
<!-- markdown-link-check-disable -->
33-
* Informal Systems ([@informalinc](https://twitter.com/informalinc))
34-
<!-- markdown-link-check-enable -->
13+
This is a major ICS release that brings a series of improvements to both provider and consumer chains.
14+
15+
- Remove the `VSCMaturedPackets` from the consumer module (as per [ADR 018](https://cosmos.github.io/interchain-security/adrs/adr-018-remove-vscmatured#consumer-changes-r2)).
16+
- Add a priority list to the power shaping parameters.
17+
- Remove the governance proposal whitelisting from consumer chains.
18+
- Enable the chain ID of a consumer chain to be updated after creation, but before launch.
19+
- Enable querying the provider module for the genesis time for a consumer chain.
20+
- Enable consumer chains to have customizable slashing and jailing (as per [ADR 020](https://cosmos.github.io/interchain-security/adrs/adr-020-cutomizable_slashing_and_jailing)).
21+
- Simplify the changeover from standalone to consumer chains by reusing the existing IBC connection to the provider.
3522

36-
This list is non-exhaustive and ordered alphabetically.
37-
Thank you to everyone who contributed to this release!
23+
In addition to the above improvements, this release also adds [interchain tests](https://github.com/strangelove-ventures/interchaintest) to ICS. This is an effort to simplify the testing framework and increase the confidence of ICS releases.

UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Upgrading Interchain Security
22

3-
## Unreleased
3+
## v6.4.x
44

55
### Provider
66

7-
Upgrading a provider from v6.2.0 requires state migrations. The following migrators should be added to the upgrade handler of the provider chain:
7+
Upgrading a provider from `v6.2.x / v6.3.x` requires state migrations. The following migrators should be added to the upgrade handler of the provider chain:
88

99
```golang
1010
// Initializes infraction parameters for each active consumer. During slashing and jailing of validators for misbehavior on the consumer chain, the parameters defined for that specific consumer will be used. Initially, default values are set, which can later be customized for each consumer as needed.

0 commit comments

Comments
 (0)