signet-block-processor 0.17.1

High-level flows for Signet blob extraction and EVM invocation
1
2
3
4
5
6
7
8
9
10
11
# 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`.