Skip to content

What is the correct usage of OP conductor? #525

Discussion options

You must be logged in to vote
  1. Yes, at an abstract level, but for network robustness, a sequencer typically has mechanisms like op-conductor to ensure stable operation, which may involve multiple internal instances.

  2. Triggered via RPC — the --sequencer.enabled still needs to be set. You can see this at: GitHub Link

  3. I'm not sure, but currently, op-conductor is only for sequencer part. Theoretically, op-batcher and op-proposer could also have multiple instances, but personally, I don’t see much necessity since the batcher and proposer mainly interact with L1 and do not have the same immediacy requirements as a sequencer.

  4. It's mainly implemented in the raft library. Op-conductor merely provides configurations like …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Padraic-O-Mhuiris
Comment options

Answer selected by Padraic-O-Mhuiris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-operator Questions relating to running a rollup node on OP Mainnet/Testnet. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
2 participants