Thanks toToniandLadislausfor discussion and feedback. EIP-7928 introduces Block-Level Access Lists (BALs) to improve parallel execution on L1. Beyond scaling, BALs also unlock a simpler foundation for proposer commitment protocols, especially execution preconfs. Instead of relying on fragmented proofs across multiple Merkle Patricia Tries, BALs provide a canonical record of all post-transaction values that commitments can be tied to. That said, the current EIP-7928 spec isn’t directly amena...