What is the correct usage of OP conductor? #525
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionSome of my questions are similar to #313 which has remained unanswered for the most part. Trying to understand how to successfully use OP conductor with these specific questions?
Would be very grateful for a reply. Protocol DescriptionN/A Node LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
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.
Triggered via RPC — the --sequencer.enabled still needs to be set. You can see this at: GitHub Link
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.
It's mainly implemented in the raft library. Op-conductor merely provides configurations like …