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 protos to their pinned version #141

Closed romac closed 12 months ago

romac commented 12 months ago

In ff39020, I messed up the sync-protobuf.sh script, which caused the protos for IBC-Go, SDK and ICS to get updated to whatever was in their respective default branch at the time.

This PR reverts the generated protos to their pinned version in src/{ICS,IBC_GO,COSMOS_SDK}_COMMIT.

romac commented 12 months ago

Let's merge #140 instead.