Allow specifying a specific commit of the SDK to check out when compiling protos #17
Closed
5 tasks done
Labels
enhancement
New feature or request
Crate
proto-compiler
andibc-proto
Summary
Allow specifying a specific commit of the SDK to check out when compiling protos.
Problem Definition
We currently have no idea which version of the SDK the protos we compile to Rust code are from, because the
proto-compiler
crate checks the latestmaster
of the SDK when cloning it.Proposal
a) Specify which commit to checkout when we clone the SDK with
proto-compiler
b) Expose the commit at which we fetched the .proto definitions in the
ibc-proto
libraryFor Admin Use
The text was updated successfully, but these errors were encountered: