go-ethereum/eth/tracers/internal/tracetest/testdata/call_tracer
Daniel Liu fac00cbcfb
eth/tracers: fix trace call for inner reverts #25971 (#1306)
Inner call reverts will now return the reason similar to the top-level call. Separately, if top-level call is of type CREATE and it fails, its `to` field will now be cleared to `0x00...00` instead of being set to the created address.

Co-authored-by: Nicolas Gotchac <ngotchac@gmail.com>
2025-09-09 08:03:45 +08:00
..
create.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
deep_calls.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
delegatecall.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
inner_create_oog_outer_throw.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
inner_instafail.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
inner_revert_reason.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
inner_throw_outer_revert.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
inner_throw_outer_revert.md eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
oog.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
revert.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
revert_reason.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
selfdestruct.json eth/tracers: fix trace call for inner reverts #25971 (#1306) 2025-09-09 08:03:45 +08:00
simple.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
simple_onlytop.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00
throw.json eth/tracers: fix gasUsed for native and JS tracers #26048 (#1305) 2025-09-09 07:57:17 +08:00