Skip to content

v15.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 18:20
· 78 commits to main since this release
v15.0.0-rc2
8abbae5

Gaia v15.0.0-rc2 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.9-ics-lsm, a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

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).

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.