mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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> |
||
|---|---|---|
| .. | ||
| 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.