Skip to content

v1.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 17:05
· 76 commits to master since this release
v1.8.2
06dfbaf

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)