Releases: cosmos/gaia
v22.0.0-rc0
Gaia v22.0.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 v21.x
to v22.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.4.0 which brings the following improvements to the provider module:
- Add a priority list to the power shaping parameters. This enables consumer chains to further customize their validator set by setting a list of validators that will have priority regardless of their voting power.
- Remove the governance proposal whitelisting from consumer chains. See this discussion for details on the motivation for this change.
- Enable the chain ID of a consumer chain to be updated after creation, but before launch. As a result, it brings more flexibility to consumer chain deployment, especially to chains that are not yet sure about their final chain ID.
- Enable querying the provider module for the genesis time for a consumer chain. As a result, consumer chains can set an accurate genesis time in the genesis file when bootstrapping their chain. See this issue for more details.
- Enable consumer chains to have customizable slashing and jailing (as per ADR 020). As a result, consumer chain owners will be able to customize both the jailing period and slashing factor for different types of infractions. Note that the default params will maintain the current behavior, especially the no slashing for downtime.
- Simplify the changeover from standalone to consumer chains. Basically, this feature enables consumer chains to reused the existing IBC connection to the provider (the one created as standalone chains). This simplifies the process as new clients no longer need to be created, which means the initial height initialization parameter is no longer needed.
This release also bumps the following dependencies:
- Cosmos SDK to v0.50.11-lsm. This includes the changes introduced by Cosmos SDK v0.50.10 and v0.50.11, as well as fixes for issues identified by OtterSec and Zellic during their audit of LSM. Note that none of the identified issues are critical.
- CometBFT to v0.38.15.
- IBC to v8.5.2.
- wasmd to v0.53.2.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v22.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v21.0.1
Gaia v21.0.1 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🚀 Highlights
This is a patch release in the v21.x series that bumps cosmossdk.io/math to v1.4.0 in order to address the security vulnerability described in the ASA-2024-010 advisory.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v21.0.1
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v21.0.0
Gaia v21.0.0 Release Notes
🕐 Timeline
This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 22953640, which is approx. November 6th 2024, 14:30 UTC.
📝 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 v20.x
to v21.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.3.0 which brings the following improvements:
-
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.
The release also distributes all the unaccounted known denoms from the consumer rewards pool via migration.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v21.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v21.0.0-rc1
Gaia v21.0.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 v20.x
to v21.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.3.0 which brings the following improvements:
-
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.
The release also distributes all the unaccounted known denoms from the consumer rewards pool via migration.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v21.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v21.0.0-rc0
Gaia v21.0.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 v20.x
to v21.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.2.0 which brings the following improvements:
-
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.
The release also distributes all the unaccounted known denoms from the consumer rewards pool via migration.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v21.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v20.0.1
Gaia v20.0.1 Release Notes
This is a development and testing release. Node operators do not need to run this binary.
Mainnet is running: https://github.com/cosmos/gaia/releases/tag/v20.0.0
v20.0.0
Gaia v20.0.0 Release Notes
🕐 Timeline
This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 22443500, which is approx. October 2nd 2024, 15:00 UTC.
📝 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 v19.2.x
to v20.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.1.0 which brings the following major features:
- ICS with Inactive Validators (as per prop 930) enables validators from outside the Hub’s active set to validate on Consumer Chains.
- Permissionless ICS (as per prop 945) enables users to permissionlessly launch opt-in Consumer Chains on the Cosmos Hub.
It also bumps CosmWasm/wasmd to v0.53.0 and ibc-go to v8.5.1.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v20.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v20.0.0-rc1
Gaia v20.0.0-rc1 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 v19.2.x
to v20.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.1.0 which brings the following major features:
- ICS with Inactive Validators (as per prop 930) enables validators from outside the Hub’s active set to validate on Consumer Chains.
- Permissionless ICS (as per prop 945) enables users to permissionlessly launch opt-in Consumer Chains on the Cosmos Hub.
It also bumps CosmWasm/wasmd to v0.53.0 and ibc-go to v8.5.1.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v20.0.0-rc1
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v20.0.0-rc0
Gaia v20.0.0-rc0 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 v19.2.x
to v20.x
.
🚀 Highlights
This release bumps Interchain Security (ICS) to v6.0.0 which brings the following major features:
- ICS with Inactive Validators (as per prop 930) enables validators from outside the Hub’s active set to validate on Consumer Chains.
- Permissionless ICS (as per prop 945) enables users to permissionlessly launch opt-in Consumer Chains on the Cosmos Hub.
It also bumps CosmWasm/wasmd to v0.53.0 and ibc-go to v8.5.1.
🔨 Build from source
❗You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v20.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v19.2.0
Gaia v19.2.0 Release Notes
🕐 Timeline
This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 22051400, which is approx. September 5th 2024, 15:00 UTC.
📝 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 v19.1.0
to v19.2.0
.
🚀 Highlights
This release bumps Interchain Security to v5.2.0.
🔨 Build from source
You must use Golang v1.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v19.2.0
make install
⚡️ Download binaries
Binaries for linux and darwin amd64/arm64 are available below.