init payload processing

This commit is contained in:
Eitan Seri- Levi
2026-02-10 09:15:50 -08:00
parent a1176e77be
commit 43c24d3ee2
6 changed files with 472 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
//! So, this module contains functions that one might expect to find in other crates, but they live
//! here for good reason.
use crate::payload_envelope_verification::EnvelopeError;
use crate::{
BeaconChain, BeaconChainError, BeaconChainTypes, BlockError, BlockProductionError,
ExecutionPayloadError,