A consensus optimization where a node forwards a fresh block's header to its peers before validating the block body, so the network does not have to wait for each block to be fully checked at every hop. Body validation still happens locally on every node, and no node adopts the chain until validation succeeds; pipelining just overlaps the header diffusion step with the body check, reclaiming time that would otherwise be spent idle.
Diffusion pipelining was a major reason Cardano could raise effective block size and throughput without lowering security.
Explore next
- BlockA unit of data containing a batch of transactions that is added to the blockchain.View term
- SlotEach slot represents an opportunity for a block to be produced by an elected slot leader.View term
- OuroborosThe family of proof-of-stake consensus protocols that power Cardano, designed with formal security proofs against the known attack catalogue against PoS chains.View term