docs.rs failed to build signet-block-processor-0.19.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.
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 fromHotKvstorage, runs the EVM viasignet_evm, and returns anExecutedBlock.