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

@@ -718,7 +718,7 @@ pub struct SignatureVerifiedBlock<T: BeaconChainTypes> {
}
/// Used to await the result of executing payload with an EE.
type PayloadVerificationHandle = JoinHandle<Option<Result<PayloadVerificationOutcome, BlockError>>>;
pub type PayloadVerificationHandle = JoinHandle<Option<Result<PayloadVerificationOutcome, BlockError>>>;
/// A wrapper around a `SignedBeaconBlock` that indicates that this block is fully verified and
/// ready to import into the `BeaconChain`. The validation includes: