yeet some comments

This commit is contained in:
Eitan Seri-Levi
2026-05-01 03:55:09 +02:00
parent f14e7b13b5
commit aa531bac22

View File

@@ -9,33 +9,6 @@
//!
//! Note that the block must have arrived before the envelope for the envelope to pass upstream verification checks and reach this cache.
//! However data columns can potentially arrive before the block.
//!
//!
//! SignedBeaconBlock
//! |
//! | -> SignedExecutionPayloadBid
//!
//!
//! DataColumnSidecarList
//! |
//! | -> Perform data column verification against `SignedExecutionPayloadBid`
//! │ │
//! │ ▼
//! | -> KzgVerifiedCustodyDataColumn
//!
//!
//! SignedExecutionPayloadEnvelope
//! │
//! | -> CachedPayloadEnvelope::PreExecution
//! │ │
//! │ ▼
//! | -> AvailabilityPendingExecutedEnvelope
//! │ │
//! │ ▼
//! │ -> CachedPayloadEnvelope::Executed
//! │ │
//! │ ▼
//! | -> AvailableExecutedEnvelope (all columns present, payload executed against the EL, ready to import)
use crate::data_availability_checker::{AvailabilityCheckError, MissingCellsError};
use crate::payload_envelope_verification::{