Skip to content
Cosmopediaby Unity Nodes
ReleasesGaiav24.0.0GitHub ↗

v24.0.0

cosmos/gaiav24.0.030-05-2025

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.

← Back to Releases