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
currently the NodeConfig type contains various helpers for setting up the network
NodeConfig
reth/crates/node-core/src/node_config.rs
Line 309 in 36c8f36
reth/crates/node/builder/src/builder/mod.rs
Lines 561 to 572 in 36c8f36
which is used as convenience fn during NetworkBuilder:
NetworkBuilder
reth/crates/node-ethereum/src/node.rs
Line 197 in 36c8f36
with the new launch types, I think we can simplify this and ideally remove the network code from node-core
the entrypoint is here:
reth/crates/node/builder/src/launch/mod.rs
Lines 155 to 166 in 36c8f36
BuilderContext
reth/crates/node/builder/src/launch/common.rs
Lines 450 to 458 in 36c8f36
No response
The text was updated successfully, but these errors were encountered:
fgimenez
Successfully merging a pull request may close this issue.
Describe the feature
currently the
NodeConfig
type contains various helpers for setting up the networkreth/crates/node-core/src/node_config.rs
Line 309 in 36c8f36
reth/crates/node/builder/src/builder/mod.rs
Lines 561 to 572 in 36c8f36
which is used as convenience fn during
NetworkBuilder
:reth/crates/node-ethereum/src/node.rs
Line 197 in 36c8f36
with the new launch types, I think we can simplify this and ideally remove the network code from node-core
the entrypoint is here:
reth/crates/node/builder/src/launch/mod.rs
Lines 155 to 166 in 36c8f36
TODO
BuilderContext
, for example using this typereth/crates/node/builder/src/launch/common.rs
Lines 450 to 458 in 36c8f36
Additional context
No response
The text was updated successfully, but these errors were encountered: