go-ethereum/cmd/evm/testdata/13
Felix Lange e48242bb69
cmd/evm/internal/t8ntool: use ApplyTransaction instead of ApplyMessage (#32618)
ApplyTransaction calls the hooks and builds the receipt, so some
duplicated code can be removed from t8ntool. Test cases have been
changed to add the `blockNumber` and `blockHash` in receipts, since
they were previously not filled in.
2025-09-16 10:09:06 +02: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/internal/t8ntool: use ApplyTransaction instead of ApplyMessage (#32618) 2025-09-16 10:09:06 +02: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.