Documentation ¶
Index ¶
- func NewConfig(ctx *cli.Context, log log.Logger) (*node.Config, error)
- func NewDriverConfig(ctx *cli.Context) (*driver.Config, error)
- func NewL1EndpointConfig(ctx *cli.Context) (*node.L1EndpointConfig, error)
- func NewL2EndpointConfig(ctx *cli.Context, log log.Logger) (*node.L2EndpointConfig, error)
- func NewLogConfig(ctx *cli.Context) (node.LogConfig, error)
- func NewRollupConfig(ctx *cli.Context) (*rollup.Config, error)
- func NewSnapshotLogger(ctx *cli.Context) (log.Logger, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewL1EndpointConfig ¶
func NewL1EndpointConfig(ctx *cli.Context) (*node.L1EndpointConfig, error)
func NewL2EndpointConfig ¶
func NewLogConfig ¶
NewLogConfig creates a log config from the provided flags or environment variables.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
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
The sync package is responsible for reconciling L1 and L2.
|
The sync package is responsible for reconciling L1 and L2. |
Package testlog provides a log handler for unit tests.
|
Package testlog provides a log handler for unit tests. |
Click to show internal directories.
Click to hide internal directories.