https://github.com/tendermint/tendermint
Raw File
Tip revision: c383d564a76b1e5b24601023f447cae50660782d authored by Thane Thomson on 22 August 2022, 21:09:43 UTC
Rename cost-related columns for clarity
Tip revision: c383d56
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    opt:
      - Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types
      - Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
      - plugins=grpc
      - paths=source_relative
back to top