erigon-pulse/cmd
Felix Lange 6dee5bbdb5 cmd/devp2p, internal/utesting: implement TAP output (#21760)
TAP is a text format for test results. Parsers for it are available in many languages,
making it easy to consume. I want TAP output from our protocol tests because the
Hive wrapper around them needs to know about the test names and their individual
results and logs. It would also be possible to just write this info as JSON, but I don't
want to invent a new format.

This also improves the normal console output for tests (when running without --tap).
It now prints -- RUN lines before any output from the test, and indents the log output
by one space.
# Conflicts:
#	cmd/devp2p/discv4cmd.go
#	cmd/devp2p/discv5cmd.go
#	cmd/devp2p/rlpxcmd.go
2020-12-03 18:59:17 +01:00
..
abidump post-merge fixups 2020-02-27 17:22:25 +03:00
abigen Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
bootnode cmd/bootnode,internal/debug: fix some comments (#21623) 2020-10-26 17:16:00 +01:00
checkpoint-admin Fixes 'too many other files opened' problem with Generate Storage History stage on Mac (#1217) 2020-10-10 22:15:07 +01:00
clef accounts, signer: implement gnosis safe support (#21593) 2020-10-26 17:16:00 +01:00
devp2p cmd/devp2p, internal/utesting: implement TAP output (#21760) 2020-12-03 18:59:17 +01:00
ethkey geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
evm post-rebase. fix imports 2020-12-03 17:37:38 +01:00
hack Store transactions individually (#1358) 2020-11-22 21:25:26 +00:00
headers Accept discover,netrestrict,staticpeer arguments for sentry (#1364) 2020-11-19 08:14:41 +00:00
integration Integrate Silkworm execution (#1344) 2020-11-28 15:08:02 +00:00
p2psim node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
pics Some additions to the DB walkthrough (#1309) 2020-10-28 07:18:48 +00:00
prometheus Mdbx v0.9.2 (#1373) 2020-11-28 14:26:28 +00:00
puppeth all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-12-03 17:37:38 +01:00
restapi Store transactions individually (#1358) 2020-11-22 21:25:26 +00:00
rlpdump Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
rpcdaemon Add test for getChainConfig (#1375) 2020-11-28 15:08:17 +00:00
rpctest Method delete to accept second param: allow delete dupsort values (#1297) 2020-10-29 13:19:31 +00:00
snapshots Remote snapshot downloader (#1343) 2020-11-13 16:16:47 +00:00
state Mdbx v0.9.2 (#1373) 2020-11-28 14:26:28 +00:00
tester geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
tg Integrate Silkworm execution (#1344) 2020-11-28 15:08:02 +00:00
tgcustom Method delete to accept second param: allow delete dupsort values (#1297) 2020-10-29 13:19:31 +00:00
utils utils, params: add yolov2 bootnode 2020-12-03 18:59:17 +01:00