You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
184 B

  1. #!/usr/bin/env bash
  2. set -eo pipefail
  3. buf generate --path proto/tendermint
  4. mv ./proto/tendermint/abci/types.pb.go ./abci/types
  5. mv ./proto/tendermint/rpc/grpc/types.pb.go ./rpc/grpc