Releases: cosmos/gaia
v25.1.0
Gaia v25.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 bumps the Cosmos SDK to v0.53.3
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v25.1.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v25.0.0
Gaia v25.0.0 Release Notes
The governance proposal for the mainnet v25.0.0 upgrade contains block height 26440900
.
📝 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 v24.0.0
to v25.0.0
.
🚀 Highlights
This major version upgrade of Gaia brings us up to date with the latest upstream version of the Cosmos SDK!
Please note that the --x-crisis-skip-assert-invariants
flag has been deprecated and the node will not start with it in place. Make sure you are not using this flag before you start a v25 node.
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v25.0.0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
v25.0.0-rc0
Gaia v25.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 major version upgrade of Gaia brings us up to date with the latest upstream version of the Cosmos SDK!
🔨 Build from source
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v25.0.0-rc0
make install
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.
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