mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
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> |
||
|---|---|---|
| .. | ||
| 4byte.go | ||
| call.go | ||
| contract.go | ||
| gen_account_json.go | ||
| gen_callframe_json.go | ||
| noop.go | ||
| prestate.go | ||
| tracer.go | ||