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
appveyor.yml
version: 1.0.{build}
configuration: Release
platform:
  - x64
  - x86
clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
  - cmd: set GOPATH=%GOROOT%\path
  - cmd: set PATH=%GOPATH%\bin;%PATH%
build_script:
  - cmd: make test
test: off
back to top