initialsync

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: GPL-3.0 Imports: 37 Imported by: 9

Documentation

Overview

Package initialsync includes all initial block download and processing logic for the beacon node, using a round robin strategy and a finite-state-machine to handle edge-cases in a beacon node's sync status.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	P2P           p2p.P2P
	DB            db.ReadOnlyDatabase
	Chain         blockchainService
	StateNotifier statefeed.Notifier
	BlockNotifier blockfeed.Notifier
}

Config to set up the initial sync service.

type Service added in v0.3.0

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

Service service.

func NewService added in v1.0.0

func NewService(ctx context.Context, cfg *Config) *Service

NewService configures the initial sync service responsible for bringing the node up to the latest head of the blockchain.

func (*Service) Initialized added in v1.1.0

func (s *Service) Initialized() bool

Initialized returns true if initial sync has been started.

func (*Service) Resync added in v0.3.0

func (s *Service) Resync() error

Resync allows a node to start syncing again if it has fallen behind the current network head.

func (*Service) Start added in v0.3.0

func (s *Service) Start()

Start the initial sync service.

func (*Service) Status added in v0.3.0

func (s *Service) Status() error

Status of initial sync.

func (*Service) Stop added in v0.3.0

func (s *Service) Stop() error

Stop initial sync.

func (*Service) Synced added in v1.4.1

func (s *Service) Synced() bool

Synced returns true if initial sync has been completed.

func (*Service) Syncing added in v0.3.0

func (s *Service) Syncing() bool

Syncing returns true if initial sync is still running.

Directories

Path Synopsis
Package testing includes useful mocks for testing initial sync status in unit tests.
Package testing includes useful mocks for testing initial sync status in unit tests.

Jump to

Keyboard shortcuts

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