Skip to content

v24.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 22:25
· 47 commits to main since this release
v24.0.0-rc1
ca99c9a

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.