Documentation ¶
Index ¶
- func NewBeaconEndpointConfig(ctx *cli.Context) node.L1BeaconEndpointSetup
- func NewConfig(ctx *cli.Context, log log.Logger) (*node.Config, error)
- func NewConfigPersistence(ctx *cli.Context) node.ConfigPersistence
- func NewDriverConfig(ctx *cli.Context) *driver.Config
- func NewL1EndpointConfig(ctx *cli.Context) *node.L1EndpointConfig
- func NewL2EndpointConfig(ctx *cli.Context, log log.Logger) (*node.L2EndpointConfig, error)
- func NewRollupConfig(log log.Logger, network string, rollupConfigPath string) (*rollup.Config, error)
- func NewRollupConfigFromCLI(log log.Logger, ctx *cli.Context) (*rollup.Config, error)
- func NewSnapshotLogger(ctx *cli.Context) (log.Logger, error)
- func NewSyncConfig(ctx *cli.Context, log log.Logger) (*sync.Config, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBeaconEndpointConfig ¶
func NewBeaconEndpointConfig(ctx *cli.Context) node.L1BeaconEndpointSetup
func NewConfigPersistence ¶
func NewConfigPersistence(ctx *cli.Context) node.ConfigPersistence
func NewDriverConfig ¶
func NewL1EndpointConfig ¶
func NewL1EndpointConfig(ctx *cli.Context) *node.L1EndpointConfig
func NewL2EndpointConfig ¶
func NewL2EndpointConfig(ctx *cli.Context, log log.Logger) (*node.L2EndpointConfig, error)
func NewRollupConfig ¶
func NewRollupConfigFromCLI ¶
func NewSnapshotLogger ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package heartbeat provides a service for sending heartbeats to a server.
|
Package heartbeat provides a service for sending heartbeats to a server. |
Package metrics provides a set of metrics for the op-node.
|
Package metrics provides a set of metrics for the op-node. |
derive
Package derive provides the data transformation functions that take L1 data and turn it into L2 blocks and results.
|
Package derive provides the data transformation functions that take L1 data and turn it into L2 blocks and results. |
sync
Package sync is responsible for reconciling L1 and L2.
|
Package sync is responsible for reconciling L1 and L2. |
Click to show internal directories.
Click to hide internal directories.