Skip to content

Releases: cosmos/gaia

v17.0.0-rc0

03 May 10:31
v17.0.0-rc0
f3630f6
Compare
Choose a tag to compare
v17.0.0-rc0 Pre-release
Pre-release

Gaia v17.0.0-rc0 Release Notes

❗ This is a pre-release - do not attempt to run this release on mainnet❗

📝 Changelog

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

🚀 Highlights

This release adds Partial Set Security (PSS) features to the Cosmos Hub blockchain.

When the PSS enabled chain binary lands on mainnet, new consumer chains will be able to:

  • choose the % of Cosmos Hub's voting power that is required to operate the consumer chain
  • use allow/denylists to customize validator participation
  • choose a per-validator voting power maximum (voting power cap)
  • use a different number of validators compared to the Cosmos Hub (validator number cap)
  • choose to run as an "Opt-in" chain (running the chain is not mandatory for validators)
  • have validators choose a different commission rate on their chain

🔨 Build from source

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

⚡️ Download binaries

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

v16.0.0

24 Apr 17:37
v16.0.0
ebebaac
Compare
Choose a tag to compare
v16.0.0 Pre-release
Pre-release

🕐 Timeline

This is a mandatory upgrade for all validators and full node operators.
The target upgrade height is 20440500, which is approx. May 15th 2024, 15:00 UTC.

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

🚀 Highlights

This releases adds several features made possible by the upgrade to Cosmos SDK v0.47:

  • The IBC rate limit module prevents massive inflows or outflows of IBC tokens in a short time frame to add an extra layer of protection on IBC transfers.
  • The ICA controller sub-module enables Hub users to perform actions on other chains using their Hub accounts.
  • The IBC fee middleware enables creating IBC channels with in-protocol incentivization for relayers.

This release also bumps ICS to v4.1.0-lsm, which introduces ICS epochs to reduce the relaying cost for ICS.

❤️ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

🔨 Build from source

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

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

⚡️ Download binaries

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

v16.0.0-rc2

23 Apr 08:53
v16.0.0-rc2
ebebaac
Compare
Choose a tag to compare
v16.0.0-rc2 Pre-release
Pre-release

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

🚀 Highlights

This releases adds several features made possible by the upgrade to Cosmos SDK v0.47:

  • The IBC rate limit module prevents massive inflows or outflows of IBC tokens in a short time frame to add an extra layer of protection on IBC transfers.
  • The ICA controller sub-module enables Hub users to perform actions on other chains using their Hub accounts.
  • The IBC fee middleware enables creating IBC channels with in-protocol incentivization for relayers.

This release also bumps ICS to v4.1.0-lsm, which introduces ICS epochs to reduce the relaying cost for ICS.

❤️ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

🔨 Build from source

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

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

⚡️ Download binaries

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

v16.0.0-rc1

22 Apr 10:48
v16.0.0-rc1
fb5269f
Compare
Choose a tag to compare
v16.0.0-rc1 Pre-release
Pre-release

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

🚀 Highlights

This releases adds several features made possible by the upgrade to Cosmos SDK v0.47:

  • The IBC rate limit module prevents massive inflows or outflows of IBC tokens in a short time frame to add an extra layer of protection on IBC transfers.
  • The ICA controller sub-module enables Hub users to perform actions on other chains using their Hub accounts.
  • The IBC fee middleware enables creating IBC channels with in-protocol incentivization for relayers.

This release also bumps ICS to v4.1.0-lsm, which introduces ICS epochs to reduce the relaying cost for ICS.

❤️ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

🔨 Build from source

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

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

⚡️ Download binaries

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

v16.0.0-rc0

17 Apr 17:21
v16.0.0-rc0
ee514e1
Compare
Choose a tag to compare
v16.0.0-rc0 Pre-release
Pre-release

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

🚀 Highlights

  • IBC rate limit
  • ICA controller
  • IBC fee middleware
  • ICS epochs

❤️ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

🔨 Build from source

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

⚡️ Download binaries

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

v15.2.0

08 Apr 12:01
v15.2.0
7281c9b
Compare
Choose a tag to compare

Gaia v15.2.0 Release Notes

This is a special point release in the v15 release series.

🕐 Timeline

This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 19939000, which is approx. April 10th 2024, 15:00 CET.

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

🚀 Highlights

This release fixes two issues identified after the v15 upgrade:

  • Increases x/gov metadata fields length to 10200.
  • Fixes parsing of historic Txs with TxExtensionOptions.

As both fixes are state breaking, a coordinated upgrade is necessary.

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

⚡️ Download binaries

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

v15.2.0-rc0

29 Mar 11:57
v15.2.0-rc0
a571940
Compare
Choose a tag to compare
v15.2.0-rc0 Pre-release
Pre-release

Gaia v15.2.0-rc0 (release candidate)

Please do not use this release in a production environment.

📝 Changelog

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

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

⚡️ Download binaries

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

v15.1.0

19 Mar 09:59
v15.1.0
1e7b517
Compare
Choose a tag to compare

Gaia v15.1.0 Release Notes

⚠️ This is a special point release in the v15 release series. It contains the changes introduced by the v14.2.0 emergency release and it replaces the v15.0.0 release, which is deprecated.

🕐 Timeline

This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 19639600, which is approx. Mar 20th 2024, 11:30am CET.

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

v15.1.0-rc1

18 Mar 09:07
v15.1.0-rc1
1e7b517
Compare
Choose a tag to compare
v15.1.0-rc1 Pre-release
Pre-release

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.

v15.1.0-rc0

15 Mar 13:57
v15.1.0-rc0
b798ad9
Compare
Choose a tag to compare
v15.1.0-rc0 Pre-release
Pre-release

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.