Update beacon_node/beacon_chain/src/pending_payload_cache/mod.rs

This commit is contained in:
Eitan Seri-Levi
2026-05-01 11:10:49 +02:00
committed by GitHub
parent 5ce7c59f5e
commit cbe7bec40d

View File

@@ -1,5 +1,5 @@
//! This module builds out the data availability cache for Gloas. When a beacon block is received //! This module builds out the data availability cache for Gloas. When a beacon block is received
//! over gossip/p2p we insert its payload into this cache, keyed by block root. As soon as the bid //! over gossip/p2p we insert its bid into this cache, keyed by block root. As soon as the bid
//! is received we can begin using it to verify data columns. //! is received we can begin using it to verify data columns.
//! //!
//! When a payload envelope is received over gossip/p2p we first insert it as a pre-executed envelope. A separate //! When a payload envelope is received over gossip/p2p we first insert it as a pre-executed envelope. A separate