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
Prost 0.7 moved all internally used types (Vec, String, etc) generated from the core library, instead of std.
This is cool for our no-std approach but will it have any impact on downstream projects?
What's the definition of "done" for this issue?
Get an answer if we're ok going ahead with using core types in tendermint-proto.
We should rebuild the proto library if this is ok.
The text was updated successfully, but these errors were encountered:
Prost 0.7 moved all internally used types (Vec, String, etc) generated from the core library, instead of std.
This is cool for our no-std approach but will it have any impact on downstream projects?
What's the definition of "done" for this issue?
Get an answer if we're ok going ahead with using
core
types intendermint-proto
.We should rebuild the proto library if this is ok.
The text was updated successfully, but these errors were encountered: