• Nicolas Gotchac's avatar
    Fix trace call for inner reverts (#25971) · 5329aa37
    Nicolas Gotchac authored
    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.
    5329aa37
Name
Last commit
Last update
..
create.json Loading commit data...
deep_calls.json Loading commit data...
delegatecall.json Loading commit data...
inner_create_oog_outer_throw.json Loading commit data...
inner_instafail.json Loading commit data...
inner_revert_reason.json Loading commit data...
inner_throw_outer_revert.json Loading commit data...
inner_throw_outer_revert.md Loading commit data...
oog.json Loading commit data...
revert.json Loading commit data...
revert_reason.json Loading commit data...
selfdestruct.json Loading commit data...
simple.json Loading commit data...
simple_onlytop.json Loading commit data...
throw.json Loading commit data...