Please read the migration doc, which provides information on updating from v1 to v2.
API Breaking
- (core) #227 Remove
sdk.Result
from application callbacks. - (transfer) #350 Change
FungibleTokenPacketData
to use a string for theAmount
field. This enables token transfers with amounts previously restricted byuint64
. Up to the maximumuint256
value is supported.
Features
- #384 Added
NegotiateAppVersion
method toIBCModule
interface 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.