You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of ibc-proto (#187)
FEATURES
Feature-gate generated tonic transport code behind transport feature (#237)
ibc-rs v0.48.0
September 5th, 2024
This release updates `tendermint-proto` to v0.39 and now uses
the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.
BREAKING CHANGES:
- Update `tendermint-proto` to v0.39 ([\#227](https://github.com/cosmos/ibc-proto-rs/pull/227))
- Use the `google.protobuf.{Duration, Timestamp}` Protobuf messages
exposed by `tendermint-proto` instead of defining and bundling our own.
([\#226](https://github.com/cosmos/ibc-proto-rs/pull/226))