Skip to content

v0.53.0

Compare
Choose a tag to compare
@seanchen1991 seanchen1991 released this 14 May 17:32
· 53 commits to main since this release
v0.53.0
86a0ee0

Overview

This release includes of a revamp of the ibc-testkit crate, allowing it simulate scenarios that are more closely akin to real blockchain environments. Take a look at the associated ADR for more information.

This release also includes bug fixes for addressing an issue where packets without height and timestamp timeout were not being rejected, as well as one where the proof verification logic for PacketTimeouts on closed channels was not checking the correct fields.

The minimum-supported version of ibc-proto has been bumped to 0.44, and the minimum-supported version of tendermint has been bumped to 0.36. Note that the minimum-supported Rust version was reverted back to 1.71.1.

There are no consensus-breaking changes as part of this release.

📖CHANGELOG: v0.52.0...v0.53.0