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
I've started an experiment to implement this on the following branch https://github.com/scroll-tech/reth/tree/feat/scroll-executor-inspector. We ran into some ownership issues and I've not got time to fix them right now but this is a potential direction we can consider. I think the problem we have is that the strategy takes ownership of the database which is also required by the inspector.
Describe the feature
Current usage:
Could not find an entry fro execute the block with an inspector that implements
revm::Inspector
trait.Usage in revm:
Additional context
No response
The text was updated successfully, but these errors were encountered: