Skip to content

Releases: cosmos/interchain-security

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

📝 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

Replicated Security v5.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 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.

v4.3.1-lsm

05 Jul 08:34
v4.3.1-lsm
ad64c5e
Compare
Choose a tag to compare
v4.3.1-lsm Pre-release
Pre-release

Interchain Security v4.3.1-lsm Release Notes
Note this release is ONLY relevant to providers

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release fixes a bug in the cryptographic equivocation feature of the provider module -- it adds a height-base filter for consumer equivocation evidence.

v4.3.1

05 Jul 10:02
v4.3.1
9f2475a
Compare
Choose a tag to compare

Interchain Security v4.3.1 Release Notes
Note this release is ONLY relevant to providers

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release fixes a bug in the cryptographic equivocation feature of the provider module -- it adds a height-base filter for consumer equivocation evidence.

v4.3.0

21 Jun 10:41
v4.3.0
ec6ea32
Compare
Choose a tag to compare

Interchain Security v4.3.0 Release Notes

Note this release is ONLY relevant to providers

📝 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.2.x to v4.3.x.

🚀 Highlights

This release introduces the following noteworthy changes:

  • Add the ConsumerModification gov proposal that enables consumer chains to update the power shaping parameters.
  • Start distributing ICS rewards to validators after they have been validating for a fixed number of blocks (see the NumberOfEpochsToStartReceivingRewards param).

v4.2.0

17 May 15:06
v4.2.0
821af10
Compare
Choose a tag to compare

Interchain Security v4.2.0 Release Notes

Note this release is ONLY relevant to providers

📝 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.1.x to v4.2.x.

🚀 Highlights

This release introduces ICS 2.0, also known as the Partial Set Security (PSS) feature (cf. ADR 015). PSS allows consumer chains to leverage only a subset of validators from the provider chain and enables provider validators to opt-in to validate only on the consumer chains they want. For more details, check out the ICS docs.

This releases also introduces the power-shaping feature that gives consumer chains more flexibility in choosing their validator set. For more details, check out the ICS docs.

v5.0.0

09 May 13:17
v5.0.0
0a466e7
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

Interchain Security v5.0.0 Release Notes

❗ This release uses cosmos-sdk v0.50.x and has feature parity with ICS v4.1.0

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release upgrades ICS codebase to using cosmos-sdk v0.50.x, ibc-go v8.1.x and cometBFT v0.38.5.
In order to adhere to cosmos-sdk conventions, MsgUpdateParams was added on both the provider and consumer.

⬆️ Upgrading

Upgrade guides are available at:

Full Changelog: v4.1.0...v5.0.0

v4.2.0-rc0

02 May 09:02
v4.2.0-rc0
71666b1
Compare
Choose a tag to compare
v4.2.0-rc0 Pre-release
Pre-release

Interchain Security v4.2.0-rc0 Release Notes

Note this release is ONLY relevant to provider chains

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

🚀 Highlights

This release introduces the Partial Set Security cf. ADR 015 and power-shaping features.