Releases: cosmos/interchain-security
v6.4.0
Interchain Security v6.4.0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v6.3.x
to v6.4.x
.
🚀 Highlights
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). - 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).
- Simplify the changeover from standalone to consumer chains by reusing the existing IBC connection to the provider.
In addition to the above improvements, this release also adds interchain tests to ICS. This is an effort to simplify the testing framework and increase the confidence of ICS releases.
v6.3.0
Interchain Security v6.3.0 Release Notes
❗ Note this release is ONLY relevant to providers.
Consumer chains can safely use ICS v6.2.0.
Provider chains are recommended to use this release instead.
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v6.2.x
to v6.3.x
.
🚀 Highlights
This releases brings a series of bug fixes and improvements to the provider module.
v6.2.0
Interchain Security v6.2.0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v6.1.x
to v6.2.x
.
🚀 Highlights
This release introduces the following features:
-
Enable consumer chains to use the memo field of the IBC transfer packets to tag ICS rewards with the consumer ID. As a result, consumer chains can send ICS rewards in any denomination and on any IBC channel. For example, a consumer chain could send USDC as ICS rewards.
-
Enable each consumer chain to permissionlessly add up to three denoms that will be accepted as ICS rewards.
v4.5.0
Replicated Security v4.5.0 Release Notes
❗ Note this release is ONLY relevant to consumers
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v4.4.x
to v4.5.x
.
🚀 Highlights
This release improves the reward distribution logic for PSS by allowing consumer chains to be identified from the IBC transfer packet memo, see #2290 for more details.
v6.1.0
Interchain Security v6.1.0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v5.2.x
to v6.1.x
.
🚀 Highlights
This release introduces the following features:
- Permissionless (as described in ADR 019) enables users to permissionlessly launch opt-in consumer chains. Note that Top N consumer chains will still need to go through governance.
- Inactive Provider Validators (as described in ADR 017) enables validators from outside the provider's active validator set to validate on consumer chains.
- Removal of Unbonding Pausing (i.e., the provider-side changes of ADR 018) reduces the complexity of the ICS protocol and removes the dependency between the liveness of undelegation operations on the Cosmos Hub and the liveness of consumer chains.
In addition, it bumps the following dependencies:
v6.0.0
v5.2.0
Interchain Security v5.2.0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v5.1.x
to v5.2.x
.
🚀 Highlights
This release fixes a security vulnerability found in the provider module -- it improves the provider message validation
v5.1.1
Interchain Security v5.1.1 Release Notes DEPRECATED
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v4.3.x
to v5.1.x
.
🚀 Highlights
API- and state-breaking change:
This release fixes some bugs found in the message definitions of the provider module, see #2095 for more details.
v5.1.0
Interchain Security v5.1.0 Release Notes DEPRECATED
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
Refer to the upgrading guide when migrating from v4.3.x
to v5.1.x
.
🚀 Highlights
Cosmos SDK v0.50 upgrade:
- (deps) #2013 Bump multiple dependencies.
API-breaking change:
-
(feat) #1998 Change the UX of the provider's key assignment feature to return an error if a validator tries to reuse the same consumer key.
-
(feat) #1995 Deprecate the Soft opt-out Feature.
v4.4.0
Replicated Security v4.4.0 Release Notes
❗ Note this release is ONLY relevant to consumers
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from the ICS v4.0.0, which is the last version for consumers.
Upgrading the consumer from v4.0.0
to v4.4.0
will not require state migration.
🚀 Highlights
This release deprecates the Soft Opt-out feature.