v16.0.0
๐ 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
- Binary Builders (@binary_builders)
- Informal Systems (@informalinc)
- Hypha Worker Co-operative (@HyphaCoop)
- Stride (@stride_zone)
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.