go-ethereum/eth/tracers/internal/tracetest
Andrei Silviu Dragnea 19607d1a10
eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099)
The prestateTracer was reporting an inaccurate nonce for the contract being created in
post EIP-158 transactions. Correct nonce is 0, due to the issue nonce was being reported as 1.
2024-03-04 20:21:43 +01:00
..
testdata eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 2024-03-04 20:21:43 +01:00
calltrace_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
flat_calltrace_test.go tests: fix goroutine leak related to state snapshot generation (#28974) 2024-02-14 17:02:56 +01:00
prestate_test.go tests: fix goroutine leak related to state snapshot generation (#28974) 2024-02-14 17:02:56 +01:00
util.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00