evm
evm copied to clipboard
Hooked version of StackExecutor
This implements a hooked version of the StackExecutor. Alternative to #18.
It creates a separated HookedStackExecutor struct as a wrapper for StackExecutor instead of directly integrating the hooks to StackExecutor.
Hi @sorpaas nice work! Curious on what the status on this PR is, do you intend to bring it over the finish line? What are the blockers for it? It'd be really useful to have it, since it'd allow implementing custom tracers, potential gas profiling etc.
@sorpaas bump, in case you didn't have the time to check on the above
Gentle bump on this @sorpaas. Or does https://github.com/rust-blockchain/evm/pull/33 supersede this in your mind @nanocryk?