Integrate EngineArgs into NodeCommand #13742
Labels
A-cli
Related to the reth CLI
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we've deprecated the legacy launcher and can now integrate the
EngineArgs
into the default NodeCommandreth/bin/reth/src/main.rs
Lines 77 to 80 in 28d5231
reth/crates/cli/commands/src/node.rs
Line 23 in 28d5231
so that we no longer have to do any of this:
reth/bin/reth/src/main.rs
Lines 70 to 75 in 28d5231
TODO
NodeCommand
experimental
+legacy
reth/bin/reth/src/main.rs
Lines 98 to 99 in 28d5231
Default
reth/crates/node/builder/src/builder/mod.rs
Line 567 in 28d5231
with:
reth/bin/reth/src/main.rs
Lines 77 to 80 in 28d5231
Additional context
No response
The text was updated successfully, but these errors were encountered: