https://github.com/tendermint/tendermint
Raw File
Tip revision: cdedf5f43a0f484419018f31c4399afd9b256b22 authored by William Banfield on 26 January 2022, 23:15:58 UTC
add timestamp difference histogram
Tip revision: cdedf5f
buf.yaml
build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top