Module engine

Module engine 

Source
Expand description

Custom engine orchestrator builder that exposes the tree sender.

This is a thin wrapper around reth’s build_engine_orchestrator pattern that also returns a clone of the tree sender channel, allowing our block producer to send InsertExecutedBlock and ForkchoiceUpdated directly to the engine tree for persistence.

Functions§

build_arb_engine_orchestrator
Builds the engine orchestrator AND returns a clone of the tree sender.

Type Aliases§

TreeSender
The sender type for injecting blocks and FCU into the engine tree.