Closed cmwaters closed 2 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.
Proto's have been moved to tendermint/tendermint
so I think it's okay to close this
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:
docker-build-proto
Dockerfile to the spec as well as the github action that pushes monthly releases to dockerhub.For Admin Use