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

Restore generated protos to their specified version #147

Closed romac closed 11 months ago

romac commented 11 months ago

In https://github.com/cosmos/ibc-proto-rs/pull/122 I mistakenly broke the script that checks out the repositories for the SDK, IBC-Go and ICS at the specified commits. Since then, the script has been checking out the default branch at its latest state instead of the commits specified in the src/*_COMMIT files.

This PR fixes the script and re-generates the protos for them to match their version.