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
Closes: cosmos#156
Addresses the `no_std` compatibility issue with `serde` feature in `ibc-rs`. This is caused by the recent implementation of ProtoJSON serialization and deserialization [0] for the `ics23` Protobuf definitions using `pbjson`, and then re-exporting the ics23 type [1] in `ibc-proto-rs`. Some of our users by then (starting from IBC-rs v0.41.0) are experiencing compilation errors. [2]
To meet this immediate need [3] and the lack of activity in the `pbjson` crate for months, we have taken the initiative to feature `no_std` support in the `informalsystems-pbjson` crate and have it published.
[0] cosmos/ics23#146
[1] cosmos/ibc-proto-rs#92
[2] cosmos#741
[3] cosmos/ibc-proto-rs#98 (comment)
---
* feat: enable no_std support for pbjson
* fix: get serde feature work with no-std
* deps: use informalsystems-pbjson v0.6.0
* deps: use informalsystems-pbjson v0.6.0
No description provided.
The text was updated successfully, but these errors were encountered: