plugeth/eth/tracers/internal/tracetest
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
..
testdata eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
calltrace_test.go eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
flat_calltrace_test.go eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
prestate_test.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
util.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00