cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
45 stars 26 forks source link

prost: auto derive `prost::Name` #163

Closed erwanor closed 9 months ago

erwanor commented 9 months ago

Thanks to @tarcieri, the prost::Name trait is part of prost@0.12. We should use it!

This PR uses prost-build@0.12.3 to automatically derive the Name impl. It also modifies the proto compiler to patch the staking protos' ValidatorVec's implementation.