Skip to content

Commit 3ddce95

Browse files
committed
removing todos for now
1 parent 845149c commit 3ddce95

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

pages/builders/chain-operators/tools/op-conductor.mdx

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,6 @@ manually started sequencer.
382382
</Tabs.Tab>
383383
</Tabs>
384384

385-
Sample success output:
386-
387-
```json
388-
todo: add success output
389-
```
390-
391385
#### conductor\_pause
392386

393387
`Pause` pauses op-conductor.
@@ -408,12 +402,6 @@ todo: add success output
408402
</Tabs.Tab>
409403
</Tabs>
410404

411-
Sample success output:
412-
413-
```json
414-
todo: add success output
415-
```
416-
417405
#### conductor\_resume
418406

419407
`Resume` resumes op-conductor.
@@ -434,12 +422,6 @@ todo: add success output
434422
</Tabs.Tab>
435423
</Tabs>
436424

437-
Sample success output:
438-
439-
```json
440-
todo: add success output
441-
```
442-
443425
#### conductor\_paused
444426

445427
Paused returns true if the op-conductor is paused.
@@ -460,12 +442,6 @@ Paused returns true if the op-conductor is paused.
460442
</Tabs.Tab>
461443
</Tabs>
462444

463-
Sample success output:
464-
465-
```json
466-
todo: add success output
467-
```
468-
469445
#### conductor\_stopped
470446

471447
Stopped returns true if the op-conductor is stopped.
@@ -486,12 +462,6 @@ Stopped returns true if the op-conductor is stopped.
486462
</Tabs.Tab>
487463
</Tabs>
488464

489-
Sample success output:
490-
491-
```json
492-
todo: add success output
493-
```
494-
495465
#### conductor\_sequencerHealthy
496466

497467
SequencerHealthy returns true if the sequencer is healthy.
@@ -512,12 +482,6 @@ SequencerHealthy returns true if the sequencer is healthy.
512482
</Tabs.Tab>
513483
</Tabs>
514484

515-
Sample success output:
516-
517-
```json
518-
todo: add success output
519-
```
520-
521485
#### conductor\_leader
522486

523487
<Callout type="info">
@@ -542,12 +506,6 @@ Leader returns true if the server is the leader.
542506
</Tabs.Tab>
543507
</Tabs>
544508

545-
Sample success output:
546-
547-
```json
548-
todo: add success output
549-
```
550-
551509
#### conductor\_leaderWithID
552510

553511
<Callout type="info">
@@ -572,12 +530,6 @@ LeaderWithID returns the current leader's server info.
572530
</Tabs.Tab>
573531
</Tabs>
574532

575-
Sample success output:
576-
577-
```json
578-
todo: add success output
579-
```
580-
581533
#### conductor\_addServerAsVoter
582534

583535
<Callout type="info">
@@ -602,12 +554,6 @@ AddServerAsVoter adds a server as a voter to the cluster.
602554
</Tabs.Tab>
603555
</Tabs>
604556

605-
Sample success output:
606-
607-
```json
608-
todo: add success output
609-
```
610-
611557
#### conductor\_addServerAsNonvoter
612558

613559
<Callout type="info">
@@ -633,12 +579,6 @@ The non-voter will not participate in the leader election.
633579
</Tabs.Tab>
634580
</Tabs>
635581

636-
Sample success output:
637-
638-
```json
639-
todo: add success output
640-
```
641-
642582
#### conductor\_removeServer
643583

644584
<Callout type="info">
@@ -663,12 +603,6 @@ RemoveServer removes a server from the cluster.
663603
</Tabs.Tab>
664604
</Tabs>
665605

666-
Sample success output:
667-
668-
```json
669-
todo: add success output
670-
```
671-
672606
#### conductor\_transferLeader
673607

674608
<Callout type="info">
@@ -693,12 +627,6 @@ TransferLeader transfers leadership to another server.
693627
</Tabs.Tab>
694628
</Tabs>
695629

696-
Sample success output:
697-
698-
```json
699-
todo: add success output
700-
```
701-
702630
#### conductor\_transferLeaderToServer
703631

704632
<Callout type="info">
@@ -723,12 +651,6 @@ TransferLeaderToServer transfers leadership to a specific server.
723651
</Tabs.Tab>
724652
</Tabs>
725653

726-
Sample success output:
727-
728-
```json
729-
todo: add success output
730-
```
731-
732654
#### conductor\_clusterMembership
733655

734656
ClusterMembership returns the current cluster membership configuration.
@@ -749,12 +671,6 @@ ClusterMembership returns the current cluster membership configuration.
749671
</Tabs.Tab>
750672
</Tabs>
751673

752-
Sample success output:
753-
754-
```json
755-
todo: add success output
756-
```
757-
758674
#### conductor\_active
759675

760676
<Callout type="info">
@@ -779,12 +695,6 @@ Active returns true if the op-conductor is active (not paused or stopped).
779695
</Tabs.Tab>
780696
</Tabs>
781697

782-
Sample success output:
783-
784-
```json
785-
todo: add success output
786-
```
787-
788698
#### conductor\_commitUnsafePayload
789699

790700
<Callout type="info">
@@ -810,12 +720,6 @@ layer.
810720
</Tabs.Tab>
811721
</Tabs>
812722

813-
Sample success output:
814-
815-
```json
816-
todo: add success output
817-
```
818-
819723
## Next Steps
820724

821725
* Checkout [op-conductor-mon](https://github.com/ethereum-optimism/infra):

0 commit comments

Comments
 (0)