Cosmos Gaia Versions Save

Cosmos Hub

v15.1.0-rc0

2 months ago

Gaia v15.1.0 Release Notes

This release contains the changes introduced by the v14.2.0 emergency release and should be used for the v15 upgrade (instead of v15.0.0).

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

🚀 Highlights

As this release replaces the v15.0.0 release, please check out the release notes for all the highlights.

In addition, this release bumps Packet Forward Middleware to v7.1.3-0.20240228213828-cce7f56d000b, which contains the same fix as the one introduced by the v14.2.0 emergency release. It also fixes a series of escrow accounts by minting and transfering the missing assets to reach parity with counterparty chain supply.

🔨 Build from source

You must use Golang v1.21 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.1.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.2.0

3 months ago

Gaia v14.2.0 Release Notes

This is an emergency release and should be applied only at height 19460500.

Upgrade notes: https://github.com/cosmos/gaia/blob/v14.2.0/UPGRADING.md

📝 Changelog

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

🚀 Highlights

This is an emergency release that fixes an issue with PFM.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.2.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.2.0-rc0

3 months ago

Gaia v14.2.0 Release Notes

This is an emergency release and should be applied only at height 19460500.

Upgrade notes: https://github.com/cosmos/gaia/blob/v14.2.0-rc0/UPGRADING.md

📝 Changelog

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

🚀 Highlights

This is an emergency release that fixes an issue with PFM.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.2.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v15.0.0

3 months ago

Gaia v15.0.0 Release Notes DEPRECATED

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

🚀 Highlights

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses v0.47.10-ics-lsm, a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

In addition, this release migrates the following state:

  • Sets the min commission rate staking parameter to 5% and updates the commission rate for all validators accordingly (according to governance proposal 826).
  • Migrates the vesting funds from cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498 to the community pool (according to governance proposal 860).

Also, this release adds support for metaprotocols using the transaction extension options. See the docs of the x/metaprotocols module for more details.

Finally, this releases fixes a series of issues found during the Oak Security audit of SDK 0.47. As a result, this release introduces the following API changes:

  • Reject MsgVote messages from accounts with less than 1 ATOM staked.
  • A new MinDepositRatio param is added (with a default value of 0.01) and now deposits are required to be at least MinDepositRatio*MinDeposit to be accepted.

🔨 Build from source

You must use Golang v1.21 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v15.0.0-rc3

3 months ago

Gaia v15.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 v14.x to v15.x.

🚀 Highlights

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses v0.47.10-ics-lsm, a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

In addition, this release migrates the following state:

  • Sets the min commission rate staking parameter to 5% and updates the commission rate for all validators accordingly (according to governance proposal 826).
  • Migrates the vesting funds from cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498 to the community pool (according to governance proposal 860).

Also, this release adds support for metaprotocols using the transaction extension options. See the docs of the x/metaprotocols module for more details.

Finally, this releases fixes a series of issues found during the Oak Security audit of SDK 0.47. As a result, this release introduces the following API changes:

  • Reject MsgVote messages from accounts with less than 1 ATOM staked.
  • A new MinDepositRatio param is added (with a default value of 0.01) and now deposits are required to be at least MinDepositRatio*MinDeposit to be accepted.

🔨 Build from source

You must use Golang v1.21 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v15.0.0-rc2

3 months ago

Gaia v15.0.0-rc2 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 v14.x to v15.x.

🚀 Highlights

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses v0.47.9-ics-lsm, a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

In addition, this release migrates the following state:

  • Sets the min commission rate staking parameter to 5% and updates the commission rate for all validators accordingly (according to governance proposal 826).
  • Migrates the vesting funds from cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498 to the community pool (according to governance proposal 860).

Finally, this releases fixes a series of issues found during the Oak Security audit of SDK 0.47. As a result, this release introduces the following API changes:

  • Reject MsgVote messages from accounts with less than 1 ATOM staked.
  • A new MinDepositRatio param is added (with a default value of 0.01) and now deposits are required to be at least MinDepositRatio*MinDeposit to be accepted.

🔨 Build from source

You must use Golang v1.21 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.0.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v15.0.0-rc1

4 months ago

Gaia v15.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 v14.x to v15.x.

🚀 Highlights

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses v0.47.8-ics-lsm, a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

In addition, this release migrates the following state:

  • Sets the min commission rate staking parameter to 5% and updates the commission rate for all validators accordingly (according to governance proposal 826).
  • Migrates the vesting funds from cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498 to the community pool (according to governance proposal 860).

Finally, this releases fixes a series of issues found during the Oak Security audit of SDK 0.47. As a result, this release introduces the following API changes:

  • Reject MsgVote messages from accounts with less than 1 ATOM staked.
  • A new MinDepositRatio param is added (with a default value of 0.01) and now deposits are required to be at least MinDepositRatio*MinDeposit to be accepted.

🔨 Build from source

You must use Golang v1.21 if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.0.0-rc1
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v15.0.0-rc0

4 months ago

Gaia v15.0.0-rc0 Release Notes

📝 Changelog

Compare all changes from last release.

This is a release candidate for v15.0.0. major release containing upgrades to cosmos-sdk (v0.47), ICS (v3.3-lsm), IBC (v.7.30).

🚀 Highlights

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v15.0.0-rc0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.1.0

6 months ago

Gaia v14.1.0 Release Notes

This is a special point release in the v14 release series. It replaces the v14.0.0 release, which is deprecated.

🕐 Timeline

This is a mandatory upgrade for all validators and full node operators. The upgrade height is 18262000, which is approx. Dec 13th 2023, 12:00 CET.

A live countdown can be found here: https://www.mintscan.io/cosmos/block/18262000

📝 Changelog

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

🚀 Highlights

This release upgrade ICS to v2.4.0-lsm adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.

🚚 Migration Instructions

The migration instructions can be found here: https://hub.cosmos.network/migration/cosmoshub-4-v14-upgrade

All Hermes relayer operators, please update your Hermes installation to use Hermes v1.7.3, further details are in the migration instructions above and in the Hermes release notes.

🔨 Build from source

You must use Golang v1.20.x if building from source.

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.1.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

v14.1.0-rc0

6 months ago

Gaia v14.1.0 Release Notes

This is a special point release in the v14 release series. It replaces the v14.0.0 release, which is deprecated.

📝 Changelog

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

🚀 Highlights

This release upgrade ICS to v2.4.0-lsm adding the cryptographic verification of equivocation feature and deprecating the equivocation proposals.

🔨 Build from source

git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.1.0
make install

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.