v0.31.0-alpha.1
Pre-releaseWarning
Do no update this alpha release if you are depending on JSON serialization being available inno_std
context.
Instead, wait until the final v0.31.0 release which will restore JSON serialization inno_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.