Skip to content

v0.31.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@romac romac released this 01 May 08:24
· 96 commits to main since this release
v0.31.0-alpha.1
c295b48

Warning
Do no update this alpha release if you are depending on JSON serialization being available in no_std context.
Instead, wait until the final v0.31.0 release which will restore JSON serialization in no_std context.

This is the first alpha release of ibc-proto v0.31.0.

The proto definitions for cosmos.ics23.v1 messages are now re-exported from the ics23 crate under both the ibc_proto::cosmos::ics23::v1 >
The latter will removed in a subsequent release.

This is nonetheless a breaking change as it may break compilation or trigger warnings in code which relied on these definitions being different than the ones in ics23.

Moreover, because the code generated by pbjson-build is not no_std compatible, the serde annotations on the generated protos are only enabled when the std feature of ibc-proto is enabled.

📖 CHANGELOG