plugeth/eth/tracers
Delweng 5d52a35931
eth/tracers: add diffMode to prestateTracer (#25422)
Backwards compatibility warning: The result will from now on omit empty fields instead
of including a zero value (e.g. no more `balance: '0x'`).

The prestateTracer will now take an option `diffMode: bool`. In this mode
the tracer will output the pre state and post data for the modified parts of state.
Read-only accesses will be completely omitted. Creations (be it account or slot)
will be signified by omission in the `pre` list and inclusion in `post`. Whereas
deletion (be it account or slot) will be signified by inclusion in `pre` and omission
in `post` list.

Signed-off-by: Delweng <delweng@gmail.com>
2022-10-05 19:05:43 -05:00
..
internal/tracetest eth/tracers: add diffMode to prestateTracer (#25422) 2022-10-05 19:05:43 -05:00
js all: fix docstrings 2022-10-04 09:18:02 +02:00
logger core, eth: pre-allocate map in storage copy (#25279) 2022-07-12 10:08:45 +03:00
native eth/tracers: add diffMode to prestateTracer (#25422) 2022-10-05 19:05:43 -05:00
api_test.go eth/tracer: fix broken test (#25715) 2022-09-08 08:06:06 +02:00
api.go eth/tracers: fix trace config for TraceCall (#25821) 2022-09-21 09:55:48 +02:00
tracers_test.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
tracers.go eth/tracers: add onlyTopCall option to callTracer (#25430) 2022-08-09 11:04:57 +02:00