https://github.com/tendermint/tendermint
Raw File
Tip revision: bbb5f3bfefd3bb54fb6790094f67b2974e22e043 authored by M. J. Fromberger on 12 July 2022, 18:03:23 UTC
Prepare changelog for v0.34.20-rc1. (#8966)
Tip revision: bbb5f3b
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    opt:
      - Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types
      - Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
      - plugins=grpc
      - paths=source_relative
back to top