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§
- Tree
Sender - The sender type for injecting blocks and FCU into the engine tree.