Skip to content

v16.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 17:37
· 38 commits to main since this release
v16.0.0
ebebaac

๐Ÿ• Timeline

This is a mandatory upgrade for all validators and full node operators.
The target upgrade height is 20440500, which is approx. May 15th 2024, 15:00 UTC.

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

๐Ÿš€ Highlights

This releases adds several features made possible by the upgrade to Cosmos SDK v0.47:

  • The IBC rate limit module prevents massive inflows or outflows of IBC tokens in a short time frame to add an extra layer of protection on IBC transfers.
  • The ICA controller sub-module enables Hub users to perform actions on other chains using their Hub accounts.
  • The IBC fee middleware enables creating IBC channels with in-protocol incentivization for relayers.

This release also bumps ICS to v4.1.0-lsm, which introduces ICS epochs to reduce the relaying cost for ICS.

โค๏ธ Contributors

This list is non-exhaustive and ordered alphabetically.
Thank you to everyone who contributed to this release!

๐Ÿ”จ Build from source

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

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

โšก๏ธ Download binaries

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