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.
Constants§
- DEFAULT_
FLUSH_ INTERVAL - Default number of blocks to buffer before flushing via save_blocks(Full).
Traits§
- InMemory
State Access - Trait to access the in-memory canonical state from a provider.