go-ethereum/cmd/evm/testdata/23
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: add support for signing transactions in the unprotected format (#23937) 2021-11-23 10:33:15 +01:00
env.json cmd/evm: add support for signing transactions in the unprotected format (#23937) 2021-11-23 10:33:15 +01:00
exp.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
txs.json cmd/evm: add support for signing transactions in the unprotected format (#23937) 2021-11-23 10:33:15 +01:00

These files exemplify how to sign a transaction using the pre-EIP155 scheme.