March 12th, 2024
This release fixes the two following bugs and improves the connection and channel handshake retry mechanism:
- Fix erroneous warnings for incompatible version of IBC-Go during health checks, ensuring accurate compatibility reporting
- Fix a bug in the
clear packets
command which caused packet clearing to fail with an "counterparty channel not found" error
BUG FIXES
- Correctly use the counterparty channel and port IDs when clearing the packets from the destination chain to the source chain in the
packet clear
command (#3889) - Fix parsing of IBC-Go version in health check and improve health check reporting (#3880)
FEATURES
- Add Injective chain to the chains running the integration tests in the CI (#3887)
IMPROVEMENTS
- Change connection and channel handshake retry strategy to retry at most 10 times (5 times per block max) (#3864)