builder/core
Overview
Section titled “Overview”The base-builder-core crate drives block building for the OP Stack. It handles sequencing, flashblock production at ~200ms intervals, and canonical block assembly.
This is the largest crate in the builder group, with dependencies on reth, alloy, revm, and the shared primitives. It integrates transaction bundling, gas metering, caching (via moka), and secp256k1 signing.
Key Dependencies
Section titled “Key Dependencies”base-bundles— Transaction bundle typesbase-client-node— Node harnessbase-primitives— Core typesbase-access-lists— FAL implementationreth-*/reth-optimism-*— Reth execution cratesalloy-*/op-alloy-*— Alloy typesrevm/op-revm— EVM execution