Documentation Index
Fetch the complete documentation index at: https://cosmos-docs-evm-upgrade-7.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This page tracks releases and changes for v11.0.0. For the full release history, see the CHANGELOG on GitHub.
Features
- #8573 Support custom address codecs in transfer, PFM, and rate limiting.
- #8285 Packet forward middleware.
- #8545 Support sending multiple payloads in the same packet for atomic payload execution.
- #8473 Support sending v2 packets on v1 channel identifiers using aliasing.
Improvements
- #8734 Add extra validation for ProtoJSON unmarshalling in ICS-27 ICA.
- #8774 Add length validation to
MsgCreateClientandCounterpartyMerklePrefix.
Dependencies
- #8451 Bump go to 1.24
- (light-clients/08-wasm)#8500 Bump github.com/prysmaticlabs/prysm/v5 to github.com/OffchainLabs/prysm/v6@v6.0.4
API Breaking
- #8820 Bump ibc-go to v11 and use
sdk.ValidateAuthorityin msg_server handlers. - (apps) #8476 Remove
ParamSubspacefrom allKeeperconstructors - (light-clients/08-wasm) #8511 Remove deprecated
Checksumstype - (core/02-client) #8516 Remove deprecated
SubmitMisbehaviourmessage handler
Testing API
- #8366 - Replaced the deprecated
codec.ProtoMarshalerinterface withproto.Message.