Expand description
Block producer implementation.
Produces blocks from L1 incoming messages by parsing transactions, executing them against the current state, and persisting the results.
Structs§
- ArbBlock
Producer - Block producer using reth’s save_blocks(Full) for persistence.
- Flush
Scheduler - Fixed-interval flush scheduler with an EMA of commit latency tracked for observability. The interval is set at construction and does not change.
Constants§
Traits§
- InMemory
State Access - Trait to access the in-memory canonical state from a provider.