Please read the migration doc, which provides information on updating from v1 to v2.
API Breaking
- (core) #227 Remove
sdk.Resultfrom application callbacks. - (transfer) #350 Change
FungibleTokenPacketDatato use a string for theAmountfield. This enables token transfers with amounts previously restricted byuint64. Up to the maximumuint256value is supported.
Features
- #384 Added
NegotiateAppVersionmethod toIBCModuleinterface supported by a gRPC query service in05-port. This provides routing of requests to the desired application module callback, which in turn performs application version negotiation.
To learn more about ibc-go versioning, please read our RELEASES.md.