abci: proto files follow same path (#5039)

## Description

have the defined abci proto types follow the same directory structure as in abci folder.

Closes: #XXX
This commit is contained in:
Marko
2020-06-23 07:38:50 +02:00
committed by GitHub
parent 3c79251ffc
commit 73e22a3c5a
7 changed files with 1200 additions and 1197 deletions

View File

@@ -17,6 +17,6 @@ done
cp -r ./tendermint/* ./proto/*
rm -rf tendermint
mv ./proto/tendermint/abci/abci.pb.go ./abci/types
mv ./proto/tendermint/abci/types/types.pb.go ./abci/types
mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc