go-ethereum/cmd/evm/testdata/13
spencer 3eed0580d4
cmd/evm: add --opcode.count flag to t8n (#33800)
Adds `--opcode.count=<file>` flag to `evm t8n` that writes per-opcode
execution frequency counts to a JSON file (relative to
`--output.basedir`).

---------

Co-authored-by: MariusVanDerWijden <m.vanderwijden@live.de>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2026-02-17 20:42:53 +01:00
..
alloc.json cmd/evm: implement input txs via rlp in t8n tool (#23138) 2021-08-07 23:04:34 +02:00
env.json cmd/evm: implement input txs via rlp in t8n tool (#23138) 2021-08-07 23:04:34 +02:00
exp.json cmd/evm: add tests for evm t8n (#23507) 2021-09-02 09:22:43 +02:00
exp2.json cmd/evm: add --opcode.count flag to t8n (#33800) 2026-02-17 20:42:53 +01:00
readme.md cmd/evm: fix typos in documentation (#27501) 2023-06-19 08:44:54 +02:00
signed_txs.rlp cmd/evm: add tests for evm t8n (#23507) 2021-09-02 09:22:43 +02:00
txs.json cmd/evm: implement input txs via rlp in t8n tool (#23138) 2021-08-07 23:04:34 +02:00

Input transactions in RLP form

This testdata folder is used to exemplify how transaction input can be provided in rlp form. Please see the README in evm folder for how this is performed.