mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| alloc.json | ||
| env.json | ||
| exp.json | ||
| exp2.json | ||
| readme.md | ||
| signed_txs.rlp | ||
| txs.json | ||
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.