https://github.com/tendermint/tendermint
Raw File
Tip revision: 312a505f217ea875e711b4dbc0b69e458bfe7216 authored by samricotta on 02 August 2022, 09:55:55 UTC
Optimize ABCI Response Information and flag to save ABCI results #8028 #8946 (#9090)
Tip revision: 312a505
buf.gen.yaml
# The version of the generation template.
# Required.
# The only currently-valid value is v1beta1.
version: v1beta1

# The plugins to run.
plugins:
  # The name of the plugin.
  - name: gogofaster
    # The the relative output directory.
    out: proto
    # Any options to provide to the plugin.
    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