plugeth/eth/tracers
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
..
internal/tracetest eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
js eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
logger eth/tracers, core/vm: remove time from trace output and tracing interface (#26291) 2022-12-05 16:57:47 +01:00
native eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
api_test.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
api.go core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
tracers_test.go eth/tracers/native: prevent panic for LOG edge-cases (#26848) 2023-03-28 11:46:53 +02:00
tracers.go eth/tracers/native: prevent panic for LOG edge-cases (#26848) 2023-03-28 11:46:53 +02:00
tracker_test.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00
tracker.go eth/traces: add state limit (#25812) 2022-10-06 10:48:04 +02:00