Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate: streamline Protobuf abstraction or re-export from tendermint-proto #116

Closed
Farhad-Shabani opened this issue Jul 11, 2023 · 0 comments · Fixed by #158
Closed

Comments

@Farhad-Shabani
Copy link
Member

Background

With the changes made in ibc-rs via ADR07 (see the relevant discussion), we no longer dispatch dynamic types, which means the Protobuf trait doesn't need to be object safe. That being said, if it wouldn’t be needed for any other places or projects, we might be able to simplify Protobuf abstraction in ibc-proto-rs or even can simply re-export it from the tendermint_proto crate.

Ofc, after getting Protobuf trait in tendermint-proto synced with the latest changes in ibc-proto-rs (this issue)

ljoss17 added a commit that referenced this issue Oct 19, 2023
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)
Farhad-Shabani added a commit that referenced this issue Nov 28, 2023
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant