July 23th, 2024
In this release tendermint-rs
has been updated to the latest version, addressing issues with the /block_results
response. This ensures compatibility with CometBFT v0.38.10.
And enhancements have been made to the logs regarding packet clearing, providing better insights and warnings for users.
BREAKING CHANGES
- Bump version of
ibc-proto
fromv0.46.0
tov0.47.0
and
version oftendermint-rs
fromv0.37.0
tov0.38.1
.
(#4093)
IMPROVEMENTS
- Integration Test Framework
- Add the features
packet-forward
andica
to enable
Packet Forward Middleware and ICA when running tests with Osmosis
(#3195)
- Add the features
- Relayer Library
- Improve logs when clearing packet.
- When Hermes doesn't pull packet data it will now warn the user
instead of loggingpulled packet data for 0 events out of X
- When ICS20 packets are filtered due to having a receiver or memo
field too big, the log will be atwarn
level instead ofdebug
.
(#4072)