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

chore: update Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0 #129

Closed
romac opened this issue Aug 17, 2023 · 0 comments · Fixed by #122
Closed

chore: update Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0 #129

romac opened this issue Aug 17, 2023 · 0 comments · Fixed by #122

Comments

@romac
Copy link
Member

romac commented Aug 17, 2023

No description provided.

soareschen added a commit that referenced this issue Sep 25, 2023
ibc-proto-rs v0.34.0

August 17th, 2023

This release updates the Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0.

Additionally, it restore `no_std` support for JSON serialization via `serde`.
Previously, `Serialize` and `Deserialize` instances were only derived when
the `std` feature was enabled, but that is no longer required.

As such, they now require the `serde` feature to be enabled, independently of
whether or not the `std` feature is enabled.

BUG FIXES:

- Restore `no_std` support for JSON serialization
  #98

FEATURES:

- Update Cosmos SDK protos to v0.47.3 and IBC-Go protos to v7.2.0
  #129
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