--debug.tip is a useful setting provided via CLI, this will trigger a pipeline (backfill) sync right away
|
let initial_target = ctx.node_config().debug.tip; |
currently we're missing a way to trigger this on the ChainOrchestrator type
TODO
- add a way to trigger pipeline sync on chain orchestrator
--debug.tip is a useful setting provided via CLI, this will trigger a pipeline (backfill) sync right away
reth/crates/node/builder/src/launch/mod.rs
Line 251 in ffb44e6
currently we're missing a way to trigger this on the
ChainOrchestratortypereth/crates/engine/tree/src/chain.rs
Line 35 in ffb44e6
TODO