tendermint / spec

131 stars 56 forks source link

proto: extend tooling support #354

Closed cmwaters closed 2 years ago

cmwaters commented 3 years ago

Summary

https://github.com/tendermint/tendermint/pull/6976 canonicalized the source of the proto files to the spec repository. I think we need to better equip the spec repository to these changes. Specifically:


For Admin Use

williambanfield commented 3 years ago

Looking at the failing compile step, the missing dependency is the gogoproto/gogo.proto. This used to be contained in the tendermint repository in the third_party/ directory. We can either put it into our Dockerfile that contains the tendermint build tools or put it into the repo directly under the spec/ directory. I'm not sure it makes much difference which one we choose.

cmwaters commented 2 years ago

Proto's have been moved to tendermint/tendermint so I think it's okay to close this