https://github.com/tendermint/tendermint
Raw File
Tip revision: 5e354a3a570a038153cc5baae3680fe0d75f6050 authored by Callum Waters on 27 June 2022, 16:44:21 UTC
release: prepare v0.34.20-rc0 (#8888)
Tip revision: 5e354a3
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