plugeth/eth/tracers/internal/tracetest/testdata/call_tracer
Nicolas Gotchac 5329aa3786
Fix trace call for inner reverts (#25971)
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.
2022-10-31 12:20:21 +03:30
..
create.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
deep_calls.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
delegatecall.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
inner_create_oog_outer_throw.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
inner_instafail.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
inner_revert_reason.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
inner_throw_outer_revert.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
inner_throw_outer_revert.md Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
oog.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
revert_reason.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
revert.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
selfdestruct.json Fix trace call for inner reverts (#25971) 2022-10-31 12:20:21 +03:30
simple_onlytop.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
simple.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00
throw.json eth/tracers: fix gasUsed for native and JS tracers (#26048) 2022-10-28 12:28:29 +02:00