plugeth/eth/tracers/internal/tracetest/testdata/call_tracer_withLog
Delweng 0b76eb3708
eth/tracers: report correct gasLimit in call tracers (#27029)
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>
2023-04-04 12:34:23 +02:00
..
calldata.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
delegatecall.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
multi_contracts.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
multilogs.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
notopic.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
simple.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
tx_failed.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
tx_partial_failed.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
with_onlyTopCall.json eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00