Skip to content

Releases: cosmos/gaia

v21.0.1

21 Nov 10:20
v21.0.1
7c0c4cb
Compare
Choose a tag to compare

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

25 Oct 13:36
v21.0.0
db2cc90
Compare
Choose a tag to compare

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

18 Oct 17:20
v21.0.0-rc1
db2cc90
Compare
Choose a tag to compare
v21.0.0-rc1 Pre-release
Pre-release

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

14 Oct 15:58
v21.0.0-rc0
f8796b6
Compare
Choose a tag to compare
v21.0.0-rc0 Pre-release
Pre-release

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

04 Oct 13:18
v20.0.1
df0e1eb
Compare
Choose a tag to compare
v20.0.1 Pre-release
Pre-release

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

20 Sep 18:54
v20.0.0
2dba9d4
Compare
Choose a tag to compare

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

20 Sep 17:36
v20.0.0-rc1
2dba9d4
Compare
Choose a tag to compare
v20.0.0-rc1 Pre-release
Pre-release

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

13 Sep 17:12
v20.0.0-rc0
ec48106
Compare
Choose a tag to compare
v20.0.0-rc0 Pre-release
Pre-release

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

04 Sep 15:47
v19.2.0
1d52b3d
Compare
Choose a tag to compare

Gaia v19.2.0 Release Notes

⚠️ This is a special point release in the v19 release series. This release fixes a bug in Interchain Security.

🕐 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.

v19.1.0

21 Aug 10:37
v19.1.0
4106e7a
Compare
Choose a tag to compare

Gaia v19.1.0 Release Notes

⚠️ This is a special point release in the v19 release series and should be used for the v19 upgrade. This release replaces the now deprecated v19.0.0 release.

🕐 Timeline

This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 21835200, which is approx. August 21st 2024, 14: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 v18.1.0 to v19.1.0.

🚀 Highlights

Bug fixes and performance enhancements.

As this release replaces v19.0.0, please refer to the v19 release notes for all the highlights from that version.

🔨 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.1.0
make install

⚡️ Download binaries

Binaries for linux and darwin amd64/arm64 are available below.