Add dependencies for protobuf and remove third_party forlder (#1030)

* Add dependencies for proto files and remove third_party forlder

* Pin cosmos-sdk dependency to v0.46.x

* Run "make proto-all" and generate new types files.
This commit is contained in:
pinosu
2022-10-10 13:07:18 +02:00
committed by GitHub
parent 79dbbe3e25
commit 51931206db
173 changed files with 119 additions and 43523 deletions

8
proto/buf.gen.gogo.yml Normal file
View File

@@ -0,0 +1,8 @@
version: v1
plugins:
- name: gocosmos
out: ..
opt: plugins=grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types
- name: grpc-gateway
out: ..
opt: logtostderr=true,allow_colon_final_segments=true