Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2022 Changes in this version + type GenesisConf struct + L1Hash common.Hash + L1Num uint64 + L2Hash common.Hash + func (conf *GenesisConf) GetGenesis() l2.Genesis + type LogCmd struct + Color bool + Format LogFormat + LogLvl LogLvl + func (c *LogCmd) Create() log.Logger + func (c *LogCmd) Default() + type LogFormat string + func (lf *LogFormat) Set(v string) error + func (lf *LogFormat) Type() string + func (lf LogFormat) Format(color bool) log.Format + func (lf LogFormat) String() string + type LogLvl string + func (lvl *LogLvl) Set(v string) error + func (lvl *LogLvl) Type() string + func (lvl LogLvl) Lvl() log.Lvl + func (lvl LogLvl) String() string + type OpNodeCmd struct + Genesis GenesisConf + L1NodeAddrs []string + L2EngineAddrs []string + func (c *OpNodeCmd) Close() error + func (c *OpNodeCmd) Default() + func (c *OpNodeCmd) Help() string + func (c *OpNodeCmd) Run(ctx context.Context, args ...string) error + func (c *OpNodeCmd) RunNode() v0.1.0-rc.1 Jan 21, 2022