Migrating from v7.2 to v7.3
This guide provides instructions for migrating to version v7.3.0
of ibc-go.
There are four sections based on the four potential user groups of this document:
Note: ibc-go supports golang semantic versioning and therefore all imports must be updated on major version releases.
Chains
- No relevant changes were made in this release.
IBC Apps
A set of interfaces have been added that IBC applications may optionally implement. Developers interested in integrating their applications with the callbacks middleware should implement these interfaces so that the callbacks middleware can retrieve the desired callback addresses on the source and destination chains and execute actions on packet lifecycle events. The interfaces are PacketDataUnmarshaler
, PacketDataProvider
and PacketData
.
Sample implementations are available for reference. For transfer
:
For 27-interchain-accounts
: