Versions in this module Expand all Collapse all v1 v1.13.0 Apr 1, 2025 Changes in this version + const CLServiceName + const DisputeGameFactoryName + const ELServiceName + const FeatureInterop + const HTTPProtocol + const MetricsProtocol + const ProtocolVersionsAddressName + const RPCProtocol + const SuperchainConfigAddressName + const SystemConfigAddressName + func WithBatcher(idx int, l2ID stack.L2NetworkID, id stack.L2BatcherID) stack.Option + func WithChallenger(idx int, l2ID stack.L2NetworkID, id stack.L2ChallengerID) stack.Option + func WithCluster(id stack.ClusterID) stack.Option + func WithL1(id stack.L1NetworkID, nodes []DefaultSystemExtL1NodeIDs) stack.Option + func WithL2(idx int, id stack.L2NetworkID, nodeIDs []DefaultSystemExtL2NodeIDs, ...) stack.Option + func WithProposer(idx int, l2ID stack.L2NetworkID, id stack.L2ProposerID) stack.Option + func WithSuperchain(id stack.SuperchainID) stack.Option + func WithSupervisor(id stack.SupervisorID) stack.Option + type DefaultSystemExtIDs struct + Cluster stack.ClusterID + L1 stack.L1NetworkID + L2s []DefaultSystemExtL2IDs + Nodes []DefaultSystemExtL1NodeIDs + Superchain stack.SuperchainID + Supervisor stack.SupervisorID + func DefaultSystemExt(env *descriptors.DevnetEnvironment, opts ...OrchestratorOption) (DefaultSystemExtIDs, stack.Option) + type DefaultSystemExtL1NodeIDs struct + CL stack.L1CLNodeID + EL stack.L1ELNodeID + type DefaultSystemExtL2IDs struct + L2 stack.L2NetworkID + L2Batcher stack.L2BatcherID + L2Challenger stack.L2ChallengerID + L2Proposer stack.L2ProposerID + Nodes []DefaultSystemExtL2NodeIDs + type DefaultSystemExtL2NodeIDs struct + CL stack.L2CLNodeID + EL stack.L2ELNodeID + type Orchestrator struct + func NewOrchestrator(t stack.T, log log.Logger) *Orchestrator + func (o *Orchestrator) Log() log.Logger + func (o *Orchestrator) T() stack.T + type OrchestratorOption func(*Orchestrator) + func WithEagerRPCClients() OrchestratorOption + func WithPrivatePorts() OrchestratorOption