Sourced from github.com/cosmos/ibc-go/v6's releases.
v6.2.1
We present here a summary of the most relevant changes, please see the v6.2.1 changelog for the full set of changes included in this release.
apps/transfer
- The REST endpoints
/ibc/apps/transfer/v1/denom_traces/{hash}
and/ibc/apps/transfer/v1/denom_hashes/{trace}
accept now values forhash
andtrace
that contain slashes.Special thanks to our external contributors in this release:
@emidev98
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.46.12 and ibc-go v6.2.1, please follow:
e6b013a
prepare changelog for v6.2.1 release627fbd4
fix: denom traces order (backport #4709)
(#4885)9b6ad81
fix: allow value with slashes in URL template (backport #3045)
(#4869)e2201aa
Bump ubuntu image used, 22.04 has a more recent version of libc that
should m...eb90640
Update CHANGELOG.md