- 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.