You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported #1924
InspectorCtx for InspectorContext implementation hard-codes mainnet EthInterpreter. It should be possible to pass a generic interpreter type here.
this is a little bit harder to do as EthFrame hardcodes those values when initializing it (Creating Interpreter). We need generalized way to create Interpreter.
The text was updated successfully, but these errors were encountered:
rakita
changed the title
Decouple EthInterpreter from Inspector
Decouple EthInterpreter from EthFrame and Inspector
Dec 20, 2024
Reported #1924
InspectorCtx for InspectorContext implementation hard-codes mainnet EthInterpreter. It should be possible to pass a generic interpreter type here.
this is a little bit harder to do as EthFrame hardcodes those values when initializing it (Creating Interpreter). We need generalized way to create Interpreter.
The text was updated successfully, but these errors were encountered: