Skip to content
Cosmopediaby Unity Nodes
ReleasesICSv2.0.0-rc1GitHub ↗

v2.0.0-rc1

cosmos/interchain-securityv2.0.0-rc101-06-2023prerelease

The rc1 release candidate for replicated security v2.0.0.

Date: June 1st, 2023

Unlike prior releases, the ICS `v2.0.0` release will be based on the main branch. `v2.0.0` will contain all the accumulated feat PRs from previous releases, along with other PRs that were merged to main, but not released to production. After `v2.0.0`, we plan to revamp release practices, and how we modularize the repo for consumer/provider.

Upgrading a provider from `v1.1.0-multiden` to `v2.0.0` will require state migrations. See migration.go . See the provider module's `ConsensusVersion` in module

Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations. See the consumer module's `ConsensusVersion` in module

From changelog ...

High level changes included in v2.0.0

• MVP for standalone to consumer changeover, see EPIC

• MVP for soft opt out, see EPIC

• Various fixes, critical and non-critical

• Docs updates which should not affect production code

Notable PRs included in v2.0.0

• (feat) v1->v2 migrations to accommodate a bugfix having to do with store keys, introduce new params, and deal with consumer genesis state schema changes #975

•

Excerpt of 3,091 characters under the source licence. Read the whole release on GitHub ↗

← Back to Releases