Module producer

Module producer 

Source
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§

ArbBlockProducer
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§

InMemoryStateAccess
Trait to access the in-memory canonical state from a provider.