Remove dep of revm-interpreter
from revm-handler-interface
and revm-context
#1893
Labels
good first issue
Good for newcomers
from this dep graph: #1865 we see this dependency that should be broken.
Both
revm-handler-interface
andrevm-context
** depends onrevm-interpreter
and that should not be the case. Only dependency onrevm-interpreter
should be fromrevm-handler
as it has execution implementation.First step is to investigate and than we can decide what to do next.
The text was updated successfully, but these errors were encountered: