-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
27 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 |
---|---|---|
@@ -1,37 +1,23 @@ | ||
<!-- | ||
A release notes template that should be adapted for every release | ||
- release: <v*.*.*> | ||
- release branch: <v*.x> | ||
- the last release: <v-last> | ||
- the last release branch: <v-last.x> | ||
--> | ||
|
||
# Interchain Security <v*.*.*> Release Notes | ||
|
||
<!-- | ||
Please indicate whether this release is relevant to consumers or providers. | ||
--> | ||
❗ ***Note this release is ONLY relevant to <consumers/providers>*** | ||
# Interchain Security v6.4.0 Release Notes | ||
|
||
## 📝 Changelog | ||
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** | ||
<!-- markdown-link-check-disable --> | ||
|
||
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. | ||
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. | ||
|
||
<!-- Add the following line for major or minor releases --> | ||
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>`. | ||
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`. | ||
|
||
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** | ||
<!-- markdown-link-check-enable --> | ||
## 🚀 Highlights | ||
|
||
<!-- Add any highlights of this release --> | ||
|
||
## ❤️ Contributors | ||
<!-- markdown-link-check-disable --> | ||
* Informal Systems ([@informalinc](https://twitter.com/informalinc)) | ||
<!-- markdown-link-check-enable --> | ||
This is a major ICS release that brings a series of improvements to both provider and consumer chains. | ||
|
||
- 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)). | ||
- Add a priority list to the power shaping parameters. | ||
- Remove the governance proposal whitelisting from consumer chains. | ||
- Enable the chain ID of a consumer chain to be updated after creation, but before launch. | ||
- Enable querying the provider module for the genesis time for a consumer chain. | ||
- 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)). | ||
- Simplify the changeover from standalone to consumer chains by reusing the existing IBC connection to the provider. | ||
|
||
This list is non-exhaustive and ordered alphabetically. | ||
Thank you to everyone who contributed to this release! | ||
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. |