signet-block-processor 0.17.0

High-level flows for Signet blob extraction and EVM invocation
docs.rs failed to build signet-block-processor-0.17.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: signet-block-processor-0.0.1-alpha

Signet Block Processor

Block processing logic for the Signet Node. This crate extracts and processes Signet blocks from host chain commits using the EVM, reading rollup state from hot storage.

Significant Types

  • SignetBlockProcessor<H, Alias> — The block processor. Reads state from HotKv storage, runs the EVM via signet_evm, and returns an ExecutedBlock.