plugeth/eth/tracers/native
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
..
4byte.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
call_flat.go eth/tracers/native: set created address to nil in case of failure (#26779) 2023-03-07 14:39:11 +01:00
call.go eth/tracers: report correct gasLimit in call tracers (#27029) 2023-04-04 12:34:23 +02:00
gen_account_json.go eth/tracers: simplify test framework (#25973) 2022-10-21 17:55:15 +02:00
gen_callframe_json.go eth/tracers/native: set created address to nil in case of failure (#26779) 2023-03-07 14:39:11 +01:00
gen_flatcallaction_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
gen_flatcallresult_json.go eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2023-02-28 13:54:37 +03:30
mux.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
noop.go eth/tracers: use non-threaded tracechain (#24283) 2023-01-10 15:11:53 +01:00
prestate.go eth/tracers/native: prevent panic for LOG edge-cases (#26848) 2023-03-28 11:46:53 +02:00