Skip to content
New issue

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

Support --debug.tip in EthService #9577

Closed
Tracked by #8742
mattsse opened this issue Jul 17, 2024 · 0 comments · Fixed by #9580
Closed
Tracked by #8742

Support --debug.tip in EthService #9577

mattsse opened this issue Jul 17, 2024 · 0 comments · Fixed by #9580
Labels
C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jul 17, 2024

--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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant