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.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
No description provided.
The text was updated successfully, but these errors were encountered: