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
reth/crates/node/api/src/node.rs
Lines 90 to 91 in 025cb3b
is only required for launching the engine API
which is as of recently part of the launch_addons function:
launch_addons
reth/crates/node/builder/src/rpc.rs
Line 414 in 025cb3b
this means we can integrate this into Addons:
reth/crates/optimism/node/src/node.rs
Line 142 in 025cb3b
No response
The text was updated successfully, but these errors were encountered:
EngineValidator
RpcAddOns
klkvr
Successfully merging a pull request may close this issue.
Describe the feature
reth/crates/node/api/src/node.rs
Lines 90 to 91 in 025cb3b
is only required for launching the engine API
which is as of recently part of the
launch_addons
function:reth/crates/node/builder/src/rpc.rs
Line 414 in 025cb3b
this means we can integrate this into Addons:
reth/crates/optimism/node/src/node.rs
Line 142 in 025cb3b
Additional context
No response
The text was updated successfully, but these errors were encountered: