Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ELKind ¶ added in v1.19.1
type ELKind string
ELKind selects which execution-layer backend op-e2e runs as the L2 EL.
func DefaultELKind ¶ added in v1.19.1
func DefaultELKind() ELKind
DefaultELKind returns the L2 EL backend selected by the OP_E2E_L2_EL_KIND environment variable, defaulting to op-reth. A non-empty but unrecognized value panics rather than silently misconfiguring the suite.
type EthInstance ¶
EthInstance is either an in process Geth or external process exposing its endpoints over the network
type RollupNode ¶
type RollupNode interface {
UserRPC() endpoint.RPC
Stop(ctx context.Context) error
Stopped() bool
RuntimeConfig() rollupNode.ReadonlyRuntimeConfig
P2P() p2p.Node
}
Click to show internal directories.
Click to hide internal directories.