go-ethereum/ethclient/gethclient
rjl493456442 51c1bb76f4
cmd/workload: introduce transaction-trace test (#31288)
This pull request introduces a new test suite in workload framework, for
transaction tracing.

**test generation**
`go run . tracegen --trace-tests trace-test.json http://host:8545`

and you can choose to store the trace result in a specific folder
`go run . tracegen --trace-tests trace-test.json --trace-output
./trace-result http://host:8545`

**test run**
`./workload test -run Trace/Transaction --trace-invalid ./trace-invalid
http://host:8545`

The mismatched trace result will be saved in the specific folder for
further investigation.
2025-06-09 16:36:24 +02:00
..
gethclient.go cmd/workload: introduce transaction-trace test (#31288) 2025-06-09 16:36:24 +02:00
gethclient_test.go cmd/workload: introduce transaction-trace test (#31288) 2025-06-09 16:36:24 +02:00