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
Is it possible to use serde's deserialization with prost's Proto* structs into our own structs? (The pattern that we tried with CommitSig in Tendermint-rs.) It would help with understanding the code and highlighting the right parts for the developer.
Is it possible to use serde's deserialization with prost's Proto* structs into our own structs? (The pattern that we tried with CommitSig in Tendermint-rs.) It would help with understanding the code and highlighting the right parts for the developer.
Also this would go away:
https://github.com/informalsystems/ibc-rs/blob/fa4cf48a9d3d2e675a94c2ee6dd5e2c9963676b1/modules/src/ics03_connection/query.rs#L115-L120
The text was updated successfully, but these errors were encountered: