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

chore: argument to set execution #122

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

danyalprout
Copy link
Contributor

Description

Add a CLI argument --execution-mode to allow users to set the execution mode on startup. Currently when deploying a new sequencer, we:

  1. Start a new node
  2. Restore a snapshot
  3. Sync the node top tip
  4. Do a handover from the old sequencer to the new

In this flow, it would be ideal to start rollup boost on the new node with exeuciton-mode=disabled, then on the handover (step 4) set the execution mode to enabled.

@avalonche avalonche requested a review from ferranbt March 3, 2025 16:24
@danyalprout danyalprout force-pushed the initial-execution-mode branch from 58099ee to 2b4bfe6 Compare March 4, 2025 16:56
@avalonche avalonche merged commit 149a99e into flashbots:main Mar 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants