github.com/number571/tendermint@v0.34.11-gost/scripts/protocgen.sh (about) 1 #!/usr/bin/env bash 2 3 set -eo pipefail 4 5 buf generate --path proto/tendermint 6 7 mv ./proto/tendermint/abci/types.pb.go ./abci/types 8 9 mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc