https://github.com/tendermint/tendermint
Raw File
Tip revision: 78443687a6f90be279986420c59fd3518d552696 authored by William Banfield on 03 November 2022, 20:58:17 UTC
uncomment envelope methods
Tip revision: 7844368
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