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
ibc-proto-rs v0.38.0
October 19th, 2023
This release contains a breaking change, where the `Protobuf` trait is not
object-safe any longer, but rather re-exported from the `tendermint-proto` crate.
It also updates the Interchain Security protos to include misbehaviour-related messages.
BREAKING CHANGES:
- Switch from using object safe `Protobuf` definitions and re-export
`Protobuf` from `tendermint-proto` crate` instead.
(#116)
FEATURES:
- Update CCV provider protos to include misbehaviour-related messages
(#113)
ibc-proto-rs v0.38.0
October 19th, 2023
This release contains a breaking change, where the `Protobuf` trait is not
object-safe any longer, but rather re-exported from the `tendermint-proto` crate.
It also updates the Interchain Security protos to include misbehaviour-related messages.
BREAKING CHANGES:
- Switch from using object safe `Protobuf` definitions and re-export
`Protobuf` from `tendermint-proto` crate` instead.
(#116)
FEATURES:
- Update CCV provider protos to include misbehaviour-related messages
(#113)
Specifically for this message: https://github.com/cosmos/interchain-security/blob/68e69a417685f670177940e143bcf1627e4b5202/proto/interchain_security/ccv/provider/v1/tx.proto#L51
The text was updated successfully, but these errors were encountered: