go-ethereum/eth/tracers/internal/tracetest/testdata
Daniel Liu 9fd13e5e4a
eth/tracers: report correct gasLimit in call tracers #27029 (#1325)
This includes a semantic change to the `callTracer` as well as `flatCallTracer`.
The value of field `gas` in the **first** call frame will change as follows:

- It previously contained gas available after initial deductions (i.e. tx costs)
- It will now contain the full tx gasLimit value

Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Delweng <delweng@gmail.com>
2025-09-09 11:56:50 +08:00
..
call_tracer eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
call_tracer_flat eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
call_tracer_legacy eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
call_tracer_withLog eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
contract_tracer eth/tracers: package restructuring #23857 (#1266) 2025-08-29 05:26:36 +08:00
prestate_tracer eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00
prestate_tracer_legacy eth/tracers: simplify test framework #25973 (#1304) 2025-09-09 07:46:56 +08:00
prestate_tracer_with_diff_mode eth/tracers: prestateTracer - exclude unchanged storage slots in diffMode #25944 (#1308) 2025-09-09 08:18:33 +08:00