1 Open Issue Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub
Reuse call trace stack about 2 months ago

AI Summary: Optimize the `revm-inspectors` crate to reuse the call trace stack across multiple runs instead of clearing it each time. This involves modifying the inspector's fusion logic to park cleared step stacks in a separate vector and reuse them when initializing new traces.

Complexity: 4/5
good first issue

EVM Execution Hooks.

Rust