https://github.com/tendermint/tendermint
Raw File
Tip revision: a6dd0d270abc3c01f223eedee44d8b285ae273f6 authored by Thane Thomson on 18 October 2022, 17:04:13 UTC
Release v0.34.22 (#9583)
Tip revision: a6dd0d2
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