https://github.com/tendermint/tendermint
Raw File
Tip revision: 6df37bdf802657c1c0183711204d229b629d1144 authored by William Banfield on 30 March 2022, 22:00:08 UTC
language fixes
Tip revision: 6df37bd
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