https://github.com/tendermint/tendermint
Raw File
Tip revision: 014cdcf09844d48f6d30f3e520034b7edffd9670 authored by Thane Thomson on 22 November 2022, 12:42:46 UTC
Release v0.34.24 (#9734)
Tip revision: 014cdcf
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