go-ethereum/eth/tracers
Daniel Liu bb7da37fb9
eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349)
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.

Co-authored-by: Andrei Silviu Dragnea <andreidragnea.dev@gmail.com>
2025-09-09 16:38:20 +08:00
..
internal/tracetest eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349) 2025-09-09 16:38:20 +08:00
js eth/tracers: fix typos in comments #28881 (#1346) 2025-09-09 16:16:26 +08:00
logger eth/tracers: add ReturnData in the tracer's response #27704 (#1338) 2025-09-09 15:19:36 +08:00
native eth/tracers: fix prestateTracer pre nonce on contract creation #29099 (#1349) 2025-09-09 16:38:20 +08:00
api.go eth/tracers, internal/ethapi: use correct baseFee when BlockOverrides is provided in call/traceCall #29051 (#1347) 2025-09-09 16:25:46 +08:00
api_test.go eth/tracers: tx-level state in debug_traceCall #28460 (#1344) 2025-09-09 15:59:38 +08:00
tracers.go eth/tracers: replace noarg fmt.Errorf with errors.New #27330 (#1335) 2025-09-09 14:59:01 +08:00
tracers_test.go eth/tracers: fix typos in comments #28881 (#1346) 2025-09-09 16:16:26 +08:00
tracker.go eth/traces: add state limit #25812 (#1300) 2025-09-09 07:03:24 +08:00
tracker_test.go eth/traces: add state limit #25812 (#1300) 2025-09-09 07:03:24 +08:00