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.