This document is intended to highlight significant changes which may require more information than presented in the CHANGELOG. Any changes that must be done by a user of ibc-go should be documented here. There are four sections based on the four potential user groups of this document: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.
- Chains
- IBC Apps
- Relayers
- IBC Light Clients
Chains
- No relevant changes were made in this release.
IBC Apps
A new function has been added to the app module interface:sdk.Result removed
sdk.Result has been removed as a return value in the application callbacks. Previously it was being discarded by core IBC and was thus unused.
Relayers
A new gRPC has been added to 05-port,AppVersion. It returns the negotiated app version. This function should be used for the ChanOpenTry channel handshake step to decide upon the application version which should be set in the channel.
IBC Light Clients
- No relevant changes were made in this release.