plugeth/eth/tracers/internal/tracetest/testdata/call_tracer_withLog
Chris Ziogas b0cd8c4a5c
core/vm: set tracer-observable value of a delegatecall to match parent value (#26632)
This is a breaking change in the tracing hooks API as well as semantics of the callTracer:

- CaptureEnter hook provided a nil value argument in case of DELEGATECALL. However to stay consistent with how delegate calls behave in EVM this hook is changed to pass in the value of the parent call.
- callTracer will return parent call's value for DELEGATECALL frames.

---------

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2023-02-10 10:26:43 +01:00
..
calldata.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
delegatecall.json core/vm: set tracer-observable value of a delegatecall to match parent value (#26632) 2023-02-10 10:26:43 +01:00
multi_contracts.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
multilogs.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
notopic.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
simple.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
tx_failed.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
tx_partial_failed.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00
with_onlyTopCall.json eth/tracers: add withLog to callTracer (#25991) 2022-11-01 12:03:26 +01:00