|
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 |
15 | 2 |
|
16 | 3 | ## 📝 Changelog
|
17 |
| -** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** |
18 |
| -<!-- markdown-link-check-disable --> |
19 | 4 |
|
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. |
21 | 6 |
|
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`. |
24 | 8 |
|
25 |
| -** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** |
26 |
| -<!-- markdown-link-check-enable --> |
27 | 9 | ## 🚀 Highlights
|
28 | 10 |
|
29 | 11 | <!-- Add any highlights of this release -->
|
30 | 12 |
|
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. |
35 | 22 |
|
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. |
0 commit comments