v16.0.0-rc1
Gaia v16.0.0-rc1 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-rc1 make install ```
⚡️ Download binaries
Binaries for linux, darwin, and windows are available below.