Skip to content
Cosmopediaby Unity Nodes
ReleasesGaiav15.0.0-rc3GitHub ↗

v15.0.0-rc3

cosmos/gaiav15.0.0-rc328-02-2024prerelease

Gaia v15.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 `v14.x` to `v15.x`.

🚀 Highlights

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses v0.47.10-ics-lsm , a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

• IBC to v7.3.1

• CometBFT to v0.37.4

• Interchain Security to v3.3.3-lsm

• Packet Forward Middleware to v7.1.2

In addition, this release migrates the following state:

• Sets the min commission rate staking parameter to `5%` and updates the commission rate for all validators accordingly (according to governance proposal 826 ).

• Migrates the vesting funds from cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498

to the community pool (according to governance proposal 860 ).

Also, this release adds support for metaprotocols using the transaction extension options. See the docs of the x/metaprotocols module for more details.

Finally, this releases fixes a series of issues found during the Oak Security audit of SDK 0.47 . As a result, this release introduces the following API changes:

• Reject `MsgVote` messages from accounts with less than 1 ATOM staked.

• A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted.

🔨 Build from source

You must use Golang `v1.21` if building from source.

``` git clone https://github.com/cosmos/gaia cd gaia && git checkout v15.0.0 make install ```

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

← Back to Releases