https://github.com/tendermint/tendermint
Raw File
Tip revision: 1ab868180cc07f0c7596bc7d65b86992030b4055 authored by William Banfield on 21 October 2022, 18:04:36 UTC
update switch test to use new receive
Tip revision: 1ab8681
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    opt:
      - Mgoogle/protobuf/timestamp.proto=github.com/cosmos/gogoproto/types
      - Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
      - plugins=grpc
      - paths=source_relative
back to top