This short note follows a template designed by @timbeiko to propose a headliner for a fork inclusion. I will keep it brief and as little technical as possible as I have already made a case for inclusion in Fusaka.
Summary
ePBS, as in EIP 7732 stands for execution Payload--Block Separation. It proposes the minimal set of changes to maximally decouple the execution layer from the consensus layer validations. Both in terms of broadcasting and transmitting blocks and actual state transition logic. This feature directly enables L1 scaling by changing the time required to execute a block from the current rougly 2 seconds to 8 seconds. And it changes the time required to broadcast blobs in the network from the current roughly 2 seconds to about 9.
Detailed Justification
The current bottleneck for ethereum validators and full nodes to keep up to the tip of the chain is on bandwidth. Validators need to
Download the full consensus block.
Download the full execution payload.