https://github.com/tendermint/tendermint
Raw File
Tip revision: e60eca5169bbffe20b133a5e35c0b7ce457957cf authored by Adi Seredinschi on 15 December 2022, 11:26:23 UTC
Added simple testing tool for goleveldb
Tip revision: e60eca5
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