https://github.com/tendermint/tendermint
Raw File
Tip revision: 8355d827e09f2dcf2e2379555bf323c4983e56d4 authored by William Banfield on 20 May 2022, 21:24:41 UTC
fix abci json name
Tip revision: 8355d82
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