https://github.com/tendermint/tendermint
Revision cdd3479f20b15c7dab0c683e2d5dddb7e7b95721 authored by Sergio Mena on 05 October 2022, 19:16:45 UTC, committed by GitHub on 05 October 2022, 19:16:45 UTC
* Add transaction hash to raw data

* Add hash in formatted output

* Cosmetic
1 parent b1dc5a6
Raw File
Tip revision: cdd3479f20b15c7dab0c683e2d5dddb7e7b95721 authored by Sergio Mena on 05 October 2022, 19:16:45 UTC
Extend the load report tool to include transactions' hashes (#9509)
Tip revision: cdd3479
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