Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip:feat: integrate evm witness executor #11074

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 20, 2024

ref #10974

this is still a bit of a mess, but the idea here is that the DebugApi will get access to an EvmExecutor that allows access to the State so cached accounts can be accessed.

I believe we could solve this in various ways, need to decide how.
the current Executor abstraction is also a bit much, I think I need to simplify a few things here first, initially I assumed this would be a general purpose impl and already introduced a few generics, types as prep for primitive types abstraction, but this should be revisited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant