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
Hi hi, was wondering if the functionality could be added to support using the Bytes type in place of Vec<u8>. There's an option for this using neoeinstein-prost.
Might have to add some logic to the build.rs to support it being a cfg though.
The text was updated successfully, but these errors were encountered:
We check in the generated Rust code (because, among other reasons, the generated code contains ambiguous type names due to the source protos which needs modification to even compile), so this would need to be a change that is made to the public API.
If we do it, it would probably only make sense to do it consistently across all of the crates in the ecosystem which use generated protos, including tendermint-proto and ibc-proto.
Hi hi, was wondering if the functionality could be added to support using the
Bytes
type in place ofVec<u8>
. There's an option for this usingneoeinstein-prost
.Might have to add some logic to the
build.rs
to support it being a cfg though.The text was updated successfully, but these errors were encountered: