mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +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 |
||
|---|---|---|
| .. | ||
| internal | ||
| js | ||
| live | ||
| logger | ||
| native | ||
| api.go | ||
| api_test.go | ||
| dir.go | ||
| live.go | ||
| tracers_test.go | ||
| tracker.go | ||
| tracker_test.go | ||