We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we need execution witness in multiple place 12238 and
reth/crates/rpc/rpc/src/debug.rs
Line 624 in 7bd7c37
we can make this reusable by introducing a container type for
Lines 616 to 618 in 7bd7c37
and convert the logic of this closure
Line 623 in 7bd7c37
into a function of ExecutionWitnessRecorder
ExecutionWitnessRecorder
this type should be introduced here:
reth/crates/revm/Cargo.toml
Line 2 in 7bd7c37
No response
The text was updated successfully, but these errors were encountered:
mattsse
Successfully merging a pull request may close this issue.
Describe the feature
we need execution witness in multiple place 12238 and
reth/crates/rpc/rpc/src/debug.rs
Line 624 in 7bd7c37
we can make this reusable by introducing a container type for
reth/crates/rpc/rpc/src/debug.rs
Lines 616 to 618 in 7bd7c37
and convert the logic of this closure
reth/crates/rpc/rpc/src/debug.rs
Line 623 in 7bd7c37
into a function of
ExecutionWitnessRecorder
this type should be introduced here:
reth/crates/revm/Cargo.toml
Line 2 in 7bd7c37
Additional context
No response
The text was updated successfully, but these errors were encountered: