Skip to content

Commit

Permalink
Refactor reaction to EVM callbacks
Browse files Browse the repository at this point in the history
Using EVM callbacks CaptureEnter and CaptureExit, which were
not available when this code was written. Because of that stop
using CaptureState as for transaction tracing is not needed to
capture every single instruction.
That leads to not using EVM stack and memory to get input data
for inner calls and results for return, stop and revert. This data
is now available directly in the callback arguments.
  • Loading branch information
jenikd committed Sep 12, 2023
1 parent 5173adf commit e16fa4b
Showing 1 changed file with 138 additions and 251 deletions.
Loading

0 comments on commit e16fa4b

Please sign in to comment.