-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(witness): use block executor to execute block inside debug_execution_witness #11149
feat(witness): use block executor to execute block inside debug_execution_witness #11149
Conversation
cool this should actually do it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, this is great, exactly what I had in mind as the intermediary solution.
just needs doc cleanup
pub struct DebugApi<Provider, Eth, BlockExecutor> { | ||
inner: Arc<DebugApiInner<Provider, Eth, BlockExecutor>>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rjected as discussed we can move this type in here first and in later step unify execution step by step.
d3e80a7
to
91e2557
Compare
91e2557
to
fba4f33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice,
the state hook looks correct to, mind doing a sanity check @Rjected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! this looks good to me
The code does the following: