go-ethereum/eth/tracers/internal/tracetest/testdata/call_tracer_legacy
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
..
create.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
deep_calls.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
delegatecall.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
inner_create_oog_outer_throw.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
inner_instafail.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
inner_throw_outer_revert.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
oog.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
revert.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
revert_reason.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
selfdestruct.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
simple.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00
throw.json eth/tracers: report correct gasLimit in call tracers #27029 (#1325) 2025-09-09 11:56:50 +08:00