go-ethereum/eth/tracers/native
Daniel Liu ebba3c13b4
eth/tracers: fix the issue prestate missing existing contract state #25996 (#1303)
The prestate tracer did not report accounts that existed at a given address prior to a contract being created at that address.

Signed-off-by: Delweng <delweng@gmail.com>
Co-authored-by: Delweng <delweng@gmail.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2025-09-09 07:27:07 +08:00
..
4byte.go eth/tracers: use gencodec for native tracers #25637 (#1296) 2025-09-09 06:40:01 +08:00
call.go eth/tracers: remove revertReasonTracer, add revert reason to callTracer #25508 (#1298) 2025-09-09 06:43:32 +08:00
contract.go eth/tracers: use gencodec for native tracers #25637 (#1296) 2025-09-09 06:40:01 +08:00
gen_account_json.go eth/tracers: add diffMode to prestateTracer #25422 (#1299) 2025-09-09 06:56:34 +08:00
gen_callframe_json.go eth/tracers: remove revertReasonTracer, add revert reason to callTracer #25508 (#1298) 2025-09-09 06:43:32 +08:00
noop.go core,eth: implement tx-level hooks for tracers #24510 (#1277) 2025-09-08 17:53:21 +08:00
prestate.go eth/tracers: fix the issue prestate missing existing contract state #25996 (#1303) 2025-09-09 07:27:07 +08:00
tracer.go eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00