go-ethereum/cmd/evm/testdata/31
Martin Holst Swende 313a43d09d cmd/evm: fix tracing
This commit fixes several missing interface-checks, where the code did not properly
verify a Hook before calling it.
It also fixes an error where the tracer was not set in the vmconfig during t8n initialization.

It also adds a testcase which verifies the tracing-output during t8n executio. The
testcase currently only checks the jsonlogger, but can be extended.

This change also removes a spurious 'null' output in the tracing, when
tracing result is null.
2024-03-18 15:56:16 -04:00
..
alloc.json cmd/evm: fix tracing 2024-03-18 15:56:16 -04:00
env.json cmd/evm: fix tracing 2024-03-18 15:56:16 -04:00
README.md cmd/evm: fix tracing 2024-03-18 15:56:16 -04:00
trace-0-0x88f5fbd1524731a81e49f637aa847543268a5aaf2a6b32a69d2c6d978c45dcfb.jsonl cmd/evm: fix tracing 2024-03-18 15:56:16 -04:00
txs.json cmd/evm: fix tracing 2024-03-18 15:56:16 -04:00

This test does some EVM execution, and can be used to test the tracers and trace-outputs.