Releases: cosmos/gaia
v15.1.0
Gaia v15.1.0 Release Notes
🕐 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
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
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
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
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
Gaia v15.0.0 Release Notes DEPRECATED
📝 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:
- IBC to v7.3.1
- CometBFT to v0.37.4
- Interchain Security to v3.3.3-lsm
- Packet Forward Middleware to v7.1.2
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 of0.01
) and now deposits are required to be at leastMinDepositRatio*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
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:
- IBC to v7.3.1
- CometBFT to v0.37.4
- Interchain Security to v3.3.3-lsm
- Packet Forward Middleware to v7.1.2
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 of0.01
) and now deposits are required to be at leastMinDepositRatio*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
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:
- IBC to v7.3.1
- CometBFT to v0.37.4
- Interchain Security to v3.3.2-lsm
- Packet Forward Middleware to v7.1.2
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 of0.01
) and now deposits are required to be at leastMinDepositRatio*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
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:
- IBC to v7.3.1
- CometBFT to v0.37.4
- Interchain Security to v3.3.1-lsm
- Packet Forward Middleware to v7.1.2
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 of0.01
) and now deposits are required to be at leastMinDepositRatio*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
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.