Skip to content

v0.49.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 01:23
· 154 commits to main since this release
f4ea799

This release continues the trend of further decoupling dependencies between the different ibc-rs sub-crates and modules.

In particular, the prost dependency is now only imported in the ibc-primitives crate; note that error variants originating from prost have largely been removed, which is a breaking change. The bytes dependency was also removed. Additionally, CommitmentProofBytes can now be accessed without explicit ownership of the object for which the proof is being queried for.

Some other improvements of note include making the CosmWasm check more rigorous, streamlining the Msg trait and renaming it to ToProto, as well as implementing custom JSON and Borsh ChainId deserialization.

There are no consensus-breaking changes.

📖CHANGELOG

What's Changed

New Contributors

Full Changelog: v0.48.2...v0.49.1