• Delweng's avatar
    eth/tracers: add diffMode to prestateTracer (#25422) · 5d52a359
    Delweng authored
    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: 's avatarDelweng <delweng@gmail.com>
    5d52a359
Name
Last commit
Last update
..
catalyst Loading commit data...
downloader Loading commit data...
ethconfig Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
gasprice Loading commit data...
protocols Loading commit data...
tracers Loading commit data...
api.go Loading commit data...
api_backend.go Loading commit data...
api_test.go Loading commit data...
backend.go Loading commit data...
bloombits.go Loading commit data...
handler.go Loading commit data...
handler_eth.go Loading commit data...
handler_eth_test.go Loading commit data...
handler_snap.go Loading commit data...
handler_test.go Loading commit data...
peer.go Loading commit data...
peerset.go Loading commit data...
state_accessor.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...