mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 13:44:31 +00:00
* Detect non-EVM special transactions and construct a synthetic top level callFrame in OnTxStart. * GetResult returns the virtual frame for non-EVM txs to preserve debug API compatibility. * Add bounds checks in OnTxEnd and OnLog to avoid panics when callstack is empty. * Add unit tests to verify the fix |
||
|---|---|---|
| .. | ||
| 4byte.go | ||
| call.go | ||
| call_flat.go | ||
| call_flat_test.go | ||
| call_test.go | ||
| contract.go | ||
| gen_account_json.go | ||
| gen_callframe_json.go | ||
| gen_flatcallaction_json.go | ||
| gen_flatcallresult_json.go | ||
| mux.go | ||
| noop.go | ||
| prestate.go | ||