Releases: cosmos/gaia
v19.0.0-rc4
Gaia v19.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 v18.1.0
to v19.0.0
.
🚀 Highlights
This release uses go1.22 and brings cosmos-sdk v0.50.x, ibc-go v8.x, interchain-security v5.1.0, and cometbft v0.38.9 to the Cosmos Hub.
Aside from the security and performance upgrades, this release will allow channel upgrades and help relayer incentivization through ibc fees on existing channels.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v19.0.0
make install
⚡️ Download binaries
Binaries for linux and darwin amd64/arm64 are available below.
v19.0.0-rc3
Gaia v19.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 v18.1.0
to v19.0.0-rc3
.
🚀 Highlights
This release uses go1.22 and brings cosmos-sdk v0.50.x, ibc-go v8.x, interchain-security v5.1.0, and cometbft v0.38.9 to the Cosmos Hub.
Aside from the security and performance upgrades, this release will allow channel upgrades and help relayer incentivization through ibc fees on existing channels.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v19.0.0-rc3
make install
⚡️ Download binaries
Binaries for linux and darwin amd64/arm64 are available below.
v19.0.0-rc2
Gaia v19.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 v18.1.0
to v19.0.0-rc2
.
🚀 Highlights
This release uses go1.22 and brings cosmos-sdk v0.50.x, ibc-go v8.x, interchain-security v5.1.0, and cometbft v0.38.9 to the Cosmos Hub.
Aside from the security and performance upgrades, this release will allow channel upgrades and help relayer incentivization through ibc fees on existing channels.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v19.0.0-rc2
make install
⚡️ Download binaries
Binaries for linux and darwin amd64/arm64 are available below.
v19.0.0-rc0
Gaia v19.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 v18.1.0
to v19.0.0
.
🚀 Highlights
This release brings cosmos-sdk v0.50.x, ibc-go v8.x, interchain-security v5.1.0, and cometbft v0.38.9 to the Cosmos Hub.
Aside from the security and performance upgrades this release brings ABCI++ (vote extensions), will allow channel upgrades and help relayer incentivization through ibc fees on existing channels.
🔨 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.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux and darwin amd64/arm64 are available below.
v18.1.0
Gaia v18.1.0 Release Notes
🕐 Timeline
This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 21330500, which is approx. July 17th 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 v17.3.x
to v18.1.x
.
🚀 Highlights
As this release replaces v18.0.0, please refer to the v18 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 v18.1.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v17.3.0
Gaia v17.3.0 Release Notes
🕐 Timeline
This is a mandatory upgrade. All validators and full node operators should upgrade ASAP.
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🚀 Highlights
This release fixes a bug in Interchain Security. For more details, check out the patch in this PR.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v17.3.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v18.0.0
Gaia v18.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 v17.2.x
to v18.x
.
🚀 Highlights
This release adds the following features:
- Permissioned CosmWasm (as per prop 895) enables the governance-gated deployment of CosmWasm contracts. See this forum discussion for more details on what contracts should be deployed on the Hub.
- Skip's feemarket module (as per prop 842) enables the dynamic adjustment of the base transaction fee based on the block utilization (the more transactions in a block, the higher the base fee). This module replaces the x/globalfee module.
- Expedited proposals (as per prop 926) enable governance proposals with a shorter voting period (i.e., one week instead of two), but with a higher tally threshold (i.e., 66.7% of Yes votes for the proposal to pass) and a higher minimum deposit (i.e., 500 ATOMs instead of the 250 for regular proposals). Initially, only
MsgSoftwareUpgrade
andMsgCancelUpgrade
can be expedited.
The release also bumps the following dependencies:
- Golang to v1.22
- Cosmos SDK to v0.47.16-ics-lsm
- IBC to v7.6.0
- ICS to v4.3.0-lsm
❤️ Contributors
- Binary Builders (@binary_builders)
- Informal Systems (@informalinc)
- Hypha Worker Co-operative (@HyphaCoop)
- Skip Protocol (@skipprotocol)
- Strangelove (@strangelovelabs)
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.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v18.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v18.0.0-rc3
Gaia v18.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 v17.2.x
to v18.x
.
🚀 Highlights
This release adds the following features:
- Permissioned CosmWasm (as per prop 895) enables the governance-gated deployment of CosmWasm contracts. See this forum discussion for more details on what contracts should be deployed on the Hub.
- Skip's feemarket module (as per prop 842) enables the dynamic adjustment of the base transaction fee based on the block utilization (the more transactions in a block, the higher the base fee). This module replaces the x/globalfee module.
- Expedited proposals (as per prop 926) enable governance proposals with a shorter voting period (i.e., one week instead of two), but with a higher tally threshold (i.e., 66.7% of Yes votes for the proposal to pass) and a higher minimum deposit (i.e., 500 ATOMs instead of the 250 for regular proposals). Initially, only
MsgSoftwareUpgrade
andMsgCancelUpgrade
can be expedited.
The release also bumps the following dependencies:
- Golang to v1.22
- Cosmos SDK to v0.47.16-ics-lsm
- IBC to v7.6.0
- ICS to v4.3.0-lsm
❤️ Contributors
- Binary Builders (@binary_builders)
- Informal Systems (@informalinc)
- Hypha Worker Co-operative (@HyphaCoop)
- Skip Protocol (@skipprotocol)
- Strangelove (@strangelovelabs)
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.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v18.0.0-rc3
make install
⚡️ Download binaries
Binaries for linux and darwin are available below.
v18.0.0-rc1
Gaia v18.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 v17.2.x
to v18.x
.
🚀 Highlights
This release adds the following features:
- Permissioned CosmWasm (as per prop 895) enables the governance-gated deployment of CosmWasm contracts. See this forum discussion for more details on what contracts should be deployed on the Hub.
- Skip's feemarket module (as per prop 842) enables the dynamic adjustment of the base transaction fee based on the block utilization (the more transactions in a block, the higher the base fee). This module replaces the x/globalfee module.
- Expedited proposals (as per prop 926) enable governance proposals with a shorter voting period (i.e., one week instead of two), but with a higher tally threshold (i.e., 66.7% of Yes votes for the proposal to pass) and a higher minimum deposit (i.e., 500 ATOMs instead of the 250 for regular proposals). Initially, only
MsgSoftwareUpgrade
andMsgCancelUpgrade
can be expedited.
The release also bumps the following dependencies:
- Golang to v1.22
- Cosmos SDK to v0.47.16-ics-lsm
- IBC to v7.6.0
- ICS to v4.3.0-lsm
❤️ Contributors
- Binary Builders (@binary_builders)
- Informal Systems (@informalinc)
- Hypha Worker Co-operative (@HyphaCoop)
- Skip Protocol (@skipprotocol)
- Strangelove (@strangelovelabs)
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.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v18.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v18.0.0-rc0
Gaia v18.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 v17.2.x
to v18.x
.
🚀 Highlights
This release adds the following features:
- Permissioned CosmWasm (as per prop 895) enables the governance-gated deployment of CosmWasm contracts. See this forum discussion for more details on what contracts should be deployed on the Hub.
- Skip's feemarket module (as per prop 842) enables the dynamic adjustment of the base transaction fee based on the block utilization (the more transactions in a block, the higher the base fee). This module replaces the x/globalfee module.
- Expedited proposals (as per prop 926) enable governance proposals with a shorter voting period (i.e., one week instead of two), but with a higher tally threshold (i.e., 66.7% of Yes votes for the proposal to pass) and a higher minimum deposit (i.e., 500 ATOMs instead of the 250 for regular proposals). Initially, only
MsgSoftwareUpgrade
andMsgCancelUpgrade
can be expedited.
The release also bumps the following dependencies:
- Golang to v1.22
- Cosmos SDK to v0.47.16-ics-lsm
- IBC to v7.6.0
- ICS to v4.3.0-lsm
❤️ Contributors
- Binary Builders (@binary_builders)
- Informal Systems (@informalinc)
- Hypha Worker Co-operative (@HyphaCoop)
- Skip Protocol (@skipprotocol)
- Strangelove (@strangelovelabs)
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.22 if building from source.
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v18.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux, darwin are available below.