Versions in this module Expand all Collapse all v2 v2.0.1 Oct 5, 2021 Changes in this version + func SendAndMineDeposits(keystorePath string, validatorNum, offset int, partial bool) error + type BeaconNode struct + func NewBeaconNode(config *e2etypes.E2EConfig, index int, enr string) *BeaconNode + func (node *BeaconNode) Start(ctx context.Context) error + func (node *BeaconNode) Started() <-chan struct{} + type BeaconNodeSet struct + func NewBeaconNodes(config *e2etypes.E2EConfig) *BeaconNodeSet + func (s *BeaconNodeSet) SetENR(enr string) + func (s *BeaconNodeSet) Start(ctx context.Context) error + func (s *BeaconNodeSet) Started() <-chan struct{} + type BootNode struct + func NewBootNode() *BootNode + func (node *BootNode) ENR() string + func (node *BootNode) Start(ctx context.Context) error + func (node *BootNode) Started() <-chan struct{} + type Eth1Node struct + func NewEth1Node() *Eth1Node + func (node *Eth1Node) KeystorePath() string + func (node *Eth1Node) Start(ctx context.Context) error + func (node *Eth1Node) Started() <-chan struct{} + type TracingSink struct + func NewTracingSink(endpoint string) *TracingSink + func (ts *TracingSink) Start(_ context.Context) error + func (ts *TracingSink) Started() <-chan struct{} + type ValidatorNode struct + func NewValidatorNode(config *e2etypes.E2EConfig, validatorNum, index, offset int) *ValidatorNode + func (v *ValidatorNode) Start(ctx context.Context) error + func (v *ValidatorNode) Started() <-chan struct{} + type ValidatorNodeSet struct + func NewValidatorNodeSet(config *e2etypes.E2EConfig) *ValidatorNodeSet + func (s *ValidatorNodeSet) Start(ctx context.Context) error + func (s *ValidatorNodeSet) Started() <-chan struct{} Other modules containing this package github.com/prysmaticlabs/prysm/v3 github.com/prysmaticlabs/prysm/v4 github.com/prysmaticlabs/prysm/v5