Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
Syncer responsible for letting the L2 execution engine catching up with protocol's latest pending block through deriving L1 calldata.
func NewSyncer ¶
func NewSyncer( ctx context.Context, client *rpc.Client, state *state.State, progressTracker *beaconsync.SyncProgressTracker, blobServerEndpoint *url.URL, ) (*Syncer, error)
NewSyncer creates a new syncer instance.
func (*Syncer) BlocksInserterOntake ¶
func (s *Syncer) BlocksInserterOntake() *blocksInserter.BlocksInserterOntake
BlocksInserterOntake returns the Ontake blocks inserter.
func (*Syncer) BlocksInserterPacaya ¶
func (s *Syncer) BlocksInserterPacaya() *blocksInserter.BlocksInserterPacaya
BlocksInserterPacaya returns the Pacaya blocks inserter.
Click to show internal directories.
Click to hide internal directories.