Releases: cosmos/gaia
v24.0.0
Gaia v24.0.0 Release Notes
The governance proposal for the mainnet v24.0.0 upgrade contains block height 26131400
.
📝 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 v23.3.0
to v24.0.0
.
🚀 Highlights
This is the first of the series of two major release versions which will move gaia off of a custom Cosmos SDK branch. In order to accomplish that we've moved the LSM functionality into its own dedicated module, x/liquid
. The existing types and APIs for the custom LSM functionality still exist, but have been disabled.
Please refer to the migration guide for additional details.
Additionally, this release removes the requirement for expedited gov props to contain strictly chain upgrade message types. Now all message types can be submitted as part of an expedited gov prop.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v24.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v24.0.0-rc1
Gaia v24.0.0-rc1 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🚀 Highlights
This is the first of the series of two major release versions which will move gaia off of a custom Cosmos SDK branch. In order to accomplish that we've moved the LSM functionality into its own dedicated module, x/liquid
. The existing types and APIs for the custom LSM functionality still exist, but have been disabled.
Please refer to the migration guide for additional details.
Additionally, this release removes the requirement for expedited gov props to contain strictly chain upgrade message types. Now all message types can be submitted as part of an expedited gov prop.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v24.0.0-rc1
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v24.0.0-rc0
Gaia v24.0.0-rc0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🚀 Highlights
This is the first of the series of two major release versions which will move gaia off of a custom Cosmos SDK branch. In order to accomplish that we've moved the LSM functionality into its own dedicated module, x/liquid
. The existing types and APIs for the custom LSM functionality still exist, but have been disabled.
Please refer to the migration guide for additional details.
Additionally, this release removes the requirement for expedited gov props to contain strictly chain upgrade message types. Now all message types can be submitted as part of an expedited gov prop.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v24.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v23.3.0
Gaia v23.3.0 Release Notes
If the Cosmos Hub Mainnet proposal passes, the upgrade for v23.2.0 will be executed on block 25734200
.
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.3.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v23.2.0
Gaia v23.2.0 Release Notes
If the Cosmos Hub Mainnet proposal passes, the upgrade for v23.2.0
will be executed on block 25602300
.
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.2.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
What's Changed
Full Changelog: v23.1.1...v23.2.0
v23.1.1
Gaia v23.1.1 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.1.1
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
What's Changed
- chore: bump rate-limiting and pfm (backport #3696) by @mergify in #3697
- fix: IBC v1 transfer stack (ics4wrapper) (backport #3695) by @mergify in #3699
- chore: Add upgrade handler by @Eric-Warehime in #3705
Full Changelog: v23.0.1...v23.1.1
v23.1.0
Gaia v23.1.0 Release Notes
📝 Changelog
Check out the changelog for a list of relevant changes or compare all changes from last release.
🚀 Highlights
This release includes fixes for various parts of the IBC application stacks.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.1.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
What's Changed
- chore: bump rate-limiting and pfm (backport #3696) by @mergify in #3697
- fix: IBC v1 transfer stack (ics4wrapper) (backport #3695) by @mergify in #3699
Full Changelog: v23.0.1...v23.1.0
v23.0.1
Gaia v23.0.1 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 v22.x
to v23.x
.
This release bumps the following dependencies:
- ibc-go to v10.1.0
- ibc-apps/modules/rate-limiting to v10.0.0
- ibc-apps/middleware/packet-forward-middleware to v10.0.0
- ibc-go/modules/light-clients/08-wasm to v10.0.0
- interchain-security to v7.0.0
This release adds the following dependencies:
Specific to the v23.0.1
release:
- Add linker flags for noexec linux builds (#3666)
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.0.1
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v23.0.0-rc4
Gaia v23.0.0-rc3 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 v22.x
to v23.x
.
This release bumps the following dependencies:
- ibc-go to v10.1.0
- ibc-apps/modules/rate-limiting to v10.0.0
- ibc-apps/middleware/packet-forward-middleware to v10.0.0
- ibc-go/modules/light-clients/08-wasm to v10.0.0
- interchain-security to v7.0.0
- cosmos-sdk to v0.50.13
This release adds the following dependencies:
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.0.0-rc4
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v23.0.0
Gaia v23.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 v22.x
to v23.x
.
This release bumps the following dependencies:
- ibc-go to v10.1.0
- ibc-apps/modules/rate-limiting to v10.0.0
- ibc-apps/middleware/packet-forward-middleware to v10.0.0
- ibc-go/modules/light-clients/08-wasm to v10.0.0
- interchain-security to v7.0.0
This release adds the following dependencies:
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v23.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.