Skip to main content

Module actor

Module actor 

Source
Expand description

Drives the actual execution forwarding blocks and setting forkchoice state.

This agent forwards finalized blocks from the consensus layer to the execution layer and tracks the digest of the latest finalized block. It also advances the canonical chain by sending forkchoice-updates.

Structsยง

Actor ๐Ÿ”’
LastCanonicalized ๐Ÿ”’
Tracks the last forkchoice state that the executor sent to the execution layer.

Enumsยง

HeadOrFinalized ๐Ÿ”’
Marker to indicate whether the head hash or finalized hash should be updated.