Skip to content

Releases: cosmos/interchain-security

v6.4.0

10 Jan 15:41
v6.4.0
0257a28
Compare
Choose a tag to compare

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

18 Oct 14:45
v6.3.0
dc06eca
Compare
Choose a tag to compare

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

14 Oct 13:45
v6.2.0
8f55cd7
Compare
Choose a tag to compare

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

30 Sep 15:24
v4.5.0
0f8344d
Compare
Choose a tag to compare

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

20 Sep 17:33
v6.1.0
1e60637
Compare
Choose a tag to compare

Interchain Security v6.1.0 Release Notes

⚠️ This release in the v6 release series should be used instead of the deprecated v6.0.0 release.

📝 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

13 Sep 16:03
v6.0.0
07f2ea1
Compare
Choose a tag to compare

Interchain Security v6.0.0 Release Notes DEPRECATED

⚠️ This release is deprecated and should not be used in production. Please use v6.1.0 instead.

v5.2.0

04 Sep 13:58
v5.2.0
a221871
Compare
Choose a tag to compare

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

29 Jul 16:13
v5.1.1
99d6fdf
Compare
Choose a tag to compare

Interchain Security v5.1.1 Release Notes DEPRECATED

⚠️ This release is deprecated and should not be used in production. Please use v5.2.0 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 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

19 Jul 13:39
v5.1.0
0538ed4
Compare
Choose a tag to compare

Interchain Security v5.1.0 Release Notes DEPRECATED

⚠️ This release is deprecated and should not be used in production. Please use v5.2.0 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 v4.3.x to v5.1.x.

🚀 Highlights

Cosmos SDK v0.50 upgrade:

API-breaking change:

v4.4.0

16 Jul 12:28
v4.4.0
41c9d32
Compare
Choose a tag to compare

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.