Releases: informalsystems/ibc-rs
Releases · informalsystems/ibc-rs
v0.22.0
This release includes major improvements in making the library compatible with ibc-go v5.0.1. This includes making ibc events compatible and removing the crossing-hellos logic from the connection and channel handshakes.
There are consensus-breaking changes in the connection and channel handshakes. However, there are no consensus-breaking changes for already established channels.
v0.21.1
This release fixes a critical vulnerability. It is strongly advised to upgrade.
v0.21.0
This is a small release that allows new ClientType
s to be created, which was missed when implementing ADR 4. The changes are not consensus-breaking.