go-ethereum/eth/tracers/internal/tracetest
Felix Lange 3a5313f3f3
all: implement EIP-7002 & EIP-7251 (#30571)
This is a redo of #29052 based on newer specs. Here we implement EIPs
scheduled for the Prague fork:

- EIP-7002: Execution layer triggerable withdrawals
- EIP-7251: Increase the MAX_EFFECTIVE_BALANCE

Co-authored-by: lightclient <lightclient@protonmail.com>
2024-10-11 21:36:13 +02:00
..
testdata internal/ethapi: remove td field from block (#30386) 2024-10-01 11:36:56 +02:00
README.md eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
calltrace_test.go eth/tracers: fix base fee and set blob fee in tests (#29376) 2024-04-01 14:53:56 +02:00
flat_calltrace_test.go eth/tracers: fix base fee and set blob fee in tests (#29376) 2024-04-01 14:53:56 +02:00
makeTest.js Include tracerConfig in created tracing test (#30364) 2024-09-02 10:30:33 +02:00
prestate_test.go eth/tracers: fix base fee and set blob fee in tests (#29376) 2024-04-01 14:53:56 +02:00
supply_test.go all: implement EIP-7002 & EIP-7251 (#30571) 2024-10-11 21:36:13 +02:00
util.go eth/tracers: fix base fee and set blob fee in tests (#29376) 2024-04-01 14:53:56 +02:00

README.md

Filling test cases

To fill test cases for the built-in tracers, the makeTest.js script can be used. Given a transaction on a dev/test network, makeTest.js will fetch its prestate and then traces with the given configuration. In the Geth console do:

let tx = '0x...'
loadScript('makeTest.js')
makeTest(tx, { tracer: 'callTracer' })