https://github.com/tendermint/tendermint
Raw File
Tip revision: c9eb76a2f8c5b5fac9b6270d9f7854fa3487cf9b authored by William Banfield on 23 February 2022, 21:54:44 UTC
fix socket client process proposal handling
Tip revision: c9eb76a
buf.yaml
version: v1beta1

build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top