https://github.com/tendermint/tendermint
Revision 5599ec37bf64e9cc06772bf989ecafd50437e6e6 authored by William Banfield on 01 November 2021, 14:46:35 UTC, committed by GitHub on 01 November 2021, 14:46:35 UTC
fuzz: remove fuzz cases for deleted code
1 parent 5cc9806
Raw File
Tip revision: 5599ec37bf64e9cc06772bf989ecafd50437e6e6 authored by William Banfield on 01 November 2021, 14:46:35 UTC
fuzz: remove fuzz cases for deleted code (#7187)
Tip revision: 5599ec3
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