Skip to content

v2.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@crodriguezvega crodriguezvega released this 06 Oct 05:21
· 19 commits to release/v2.0.x since this release
4e9752d

Please read the migration doc, which provides information on updating from v1 to v2.

Dependencies

  • #455 Bump SDK version to v0.44.1.

API Breaking

  • (core) #227 Remove sdk.Result from application callbacks.
  • (transfer) #350 Change FungibleTokenPacketData to use a string for the Amount field. This enables token transfers with amounts previously restricted by uint64. Up to the maximum uint256 value is supported.

Features

  • #384 Added NegotiateAppVersion method to IBCModule interface supported by a gRPC query service in 05-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.