Skip to content

v21.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 13:36
· 16 commits to main since this release
v21.0.0
db2cc90

Gaia v21.0.0 Release Notes

๐Ÿ• Timeline

This is a mandatory upgrade for all validators and full node operators.
The upgrade height is 22953640, which is approx. November 6th 2024, 14:30 UTC.

๐Ÿ“ 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 v20.x to v21.x.

๐Ÿš€ Highlights

This release bumps Interchain Security (ICS) to v6.3.0 which brings the following improvements:

  • Enable consumer chains to use the memo field of the IBC transfer packets to tag ICS rewards with the consumer ID. As a result, consumer chains can send ICS rewards in any denomination and on any IBC channel. For example, a consumer chain could send USDC as ICS rewards.

  • Enable each consumer chain to permissionlessly add up to three denoms that will be accepted as ICS rewards.

The release also distributes all the unaccounted known denoms from the consumer rewards pool via migration.

๐Ÿ”จ Build from source

โ—You must use Golang v1.22 if building from source.

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

โšก๏ธ Download binaries

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