Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProtocolVersionsAddressName = "protocolVersionsProxy" SuperchainConfigAddressName = "superchainConfigProxy" SystemConfigAddressName = "systemConfigProxy" DisputeGameFactoryName = "disputeGameFactoryProxy" )
View Source
const ( ELServiceName = "el" CLServiceName = "cl" HTTPProtocol = "http" RPCProtocol = "rpc" MetricsProtocol = "metrics" FeatureInterop = "interop" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrator ¶
func NewOrchestrator(p devtest.P) *Orchestrator
func (*Orchestrator) Hydrate ¶
func (o *Orchestrator) Hydrate(sys stack.ExtensibleSystem)
func (*Orchestrator) P ¶
func (o *Orchestrator) P() devtest.P
type OrchestratorOption ¶
type OrchestratorOption func(*Orchestrator)
func WithEagerRPCClients ¶
func WithEagerRPCClients() OrchestratorOption
func WithPrivatePorts ¶
func WithPrivatePorts() OrchestratorOption
Click to show internal directories.
Click to hide internal directories.