ethereum

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Execution configuration
	Execution *execution.Config `yaml:"execution"`
	// Beacon configuration
	Beacon *beacon.Config `yaml:"beacon"`
	// OverrideNetworkName is the name of the network to use for the agent.
	// If not set, the network name will be retrieved from the beacon node.
	OverrideNetworkName string `yaml:"overrideNetworkName"  default:""`
	// Features configuration
	Features Features `yaml:"features"`
}

func (*Config) Validate

func (c *Config) Validate() error

type Features added in v0.0.19

type Features struct {
	FetchBeaconState         *bool `yaml:"fetchBeaconState" default:"true"`
	FetchBeaconBlock         *bool `yaml:"fetchBeaconBlock" default:"true"`
	FetchBeaconBadBlock      *bool `yaml:"fetchBeaconBadBlock" default:"true"`
	FetchBeaconBadBlob       *bool `yaml:"fetchBeaconBadBlob" default:"true"`
	FetchExecutionBlockTrace *bool `yaml:"fetchExecutionBlockTrace" default:"true"`
	FetchExecutionBadBlock   *bool `yaml:"fetchExecutionBadBlock" default:"true"`
}

Features contains feature flags for the agent.

func (Features) EnabledFlags added in v0.0.19

func (f Features) EnabledFlags() []string

EnabledFlags returns a list of enabled feature flags.

func (Features) GetFetchBeaconBadBlob added in v0.0.19

func (f Features) GetFetchBeaconBadBlob() bool

func (Features) GetFetchBeaconBadBlock added in v0.0.19

func (f Features) GetFetchBeaconBadBlock() bool

func (Features) GetFetchBeaconBlock added in v0.0.19

func (f Features) GetFetchBeaconBlock() bool

func (Features) GetFetchBeaconState added in v0.0.19

func (f Features) GetFetchBeaconState() bool

func (Features) GetFetchExecutionBadBlock added in v0.0.19

func (f Features) GetFetchExecutionBadBlock() bool

func (Features) GetFetchExecutionBlockTrace added in v0.0.19

func (f Features) GetFetchExecutionBlockTrace() bool

func (Features) Validate added in v0.0.19

func (f Features) Validate() error

type Node

type Node struct {
	// contains filtered or unexported fields
}

func NewNode

func NewNode(ctx context.Context, log logrus.FieldLogger, config *Config, node string) *Node

func (*Node) Beacon

func (n *Node) Beacon() *beacon.Node

func (*Node) Execution

func (n *Node) Execution() *execution.Node

func (*Node) OnReady

func (n *Node) OnReady(_ context.Context, callback func(ctx context.Context) error)

func (*Node) Start

func (n *Node) Start(ctx context.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL