v0.53.0
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 PacketTimeout
s 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.