v0.49.0
September 24th, 2024
Starting from this release, Protobuf messages for the Cosmos SDK are no longer included in this crate, but are now re-exported from the cosmos-sdk-proto
crate.
Moreover, the generated transport code for tonic
is now feature-gated under the transport
feature, which is enabled by default.
BREAKING CHANGES
- Cosmos SDK protos are now re-exported from the
cosmos_sdk_proto
crate instead of being generated as part ofibc-proto
(#187)
FEATURES
- Feature-gate generated
tonic
transport code behindtransport
feature (#237)