https://github.com/tendermint/tendermint
Raw File
Tip revision: f861062ee230087fc2d01c8cde1112d26206ba9f authored by Callum Waters on 09 August 2022, 13:15:18 UTC
abci: implement process proposal to spec (#9122)
Tip revision: f861062
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