Skip to content

v1.5.0

Compare
Choose a tag to compare
@crodriguezvega crodriguezvega released this 14 Jun 12:45
· 6 commits to release/v1.5.x since this release
42df17e

UPDATES

  • 1st July 2022: This release series has reached of life and will not receive any new updates. Please use version >= 2.1.0.

Please note that, according to ibc-go's semantic versioning, this release requires a coordinated upgrade because it contains state-machine breaking changes. This release requires also running a migration.

This release bumps the Go version to v1.17 and the Cosmos SDK to v0.45.4 (for more information, see Cosmos SDK v0.45.4 Release Notes), and introduces several improvements and bug fixes. We present here a summary of the most relevant changes, but please see the v1.5.0 changelog for the full set of changes included in this release.

core/02-client

  • A gRPC query method and CLI query has been added to retrieve the heights of all consensus states associated with the a given client ID.

core/04-channel

apps/transfer

  • The DenomTrace gRPC method and CLI query can now take as argument either a trace hash or a full IBC denom prefixed with ibc/.
  • The sender address is now added in the event emitted in the OnRecvPacket and OnAcknowledgementPacket callbacks.
  • A gRPC query method has been added to retrieve the escrow address for a particular channel.
  • Support for token transfers of coins whose base denomination contains slashes has been added. For the transfer of coins whose base denomination contains slashes to succeed, both the sending and the receiving chains need to upgrade to add this support. Please follow also the migration guide.

light-clients/07-tendermint

Special thanks to our external contributors on this release: @catShaark @fedekunze


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.45.4 and ibc-go v1.5.0, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration to add support for transfers of tokens whose base denomination contains slashes.