https://github.com/tendermint/tendermint
Raw File
Tip revision: b1aab4844554f384e5824edc860a50ae0f166901 authored by William Banfield on 18 February 2022, 18:24:25 UTC
consensus: additional timing metrics (#7849)
Tip revision: b1aab48
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