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
Sidebar: in cosmos-sdk-proto and ibc-proto we've discussed ditching prost-types and generating the google.protobuf protos directly from the protobuf schema using the same conventions as everything else, which among other things allows integrations with pbjson for building JSON serializers /cc @romac
We should probably generate code for all google.protobuf types (ie. including Any) instead of copy-pasting a subset of it, and then use those directly from ibc-proto-rs instead of the latter having its own copy of them.
Otherwise one cannot pass a tendermint_protoDuration where an ibc-protoDuration is expected and vice-versa, same for the other well-known types.
@tony-iqlusion:
@romac:
Originally posted by @romac in #1444 (comment)
The text was updated successfully, but these errors were encountered: