Discussion topic for EIP-8333
Update Log
- 2026-07-06: initial draft
External Reviews
None as of 2026-07-13.
Outstanding Issues
None as of 2026-07-13.
Discussion topic for EIP-8333
None as of 2026-07-13.
None as of 2026-07-13.
Not against this, and it would be nice to clean this up. But two remarks:
The problem with 2 is not the time to finality but which transactions are finalized. Part of the justification of the EIP is that the current checkpoint misleads finality. But actually after gloas, voting on the CL root for slot 64, epoch 2, finalizes every transaction included in epoch 1, and none from epoch 2.
However, with this change, the root that gets finalized is that of slot 63, and that cannot include the payload of 63, thus the transactions that are finalized are all during epoch 1 except those included in the last payload.
This may be weird for some users.
Thanks for engaging.
- […] decoupled consensus
Somehow I would expect the concept of a checkpoint (a chain at a point in time) to remain even after decoupled consensus. Interested to read more on this.
- […] marginally increases expected time to finality for a transaction
Yes, this should be conceded. Practically, we get one additional payload finalized in the current paradigm. The practical tradeoff with this EIP that it takes the expensive epoch transition and first-block timing off the path for voting correctly for target. And that the conceptual simplification / coherence helps with reasoning about the protocol.
the transactions that are finalized are all during epoch 1 except those included in the last payload.
I would say that this is reasonable considering payload 63 is only confirmed / processed in the next epoch, block 64. Which is to say, what you say is the final payload of an epoch is the first payload of the next epoch from a chain inclusion perspective.
payload 63 is only confirmed / processed in the next epoch,
To be able to finalize with 63 as target, the chain would be voting down the children. Except the attestations at 63, every other attestation will be supporting 63/full and the finalization could take this into account to finalize the full checkpoint and not just the blockroot. The change to the spec is actually minimal and we even considered adding this to 7732 originally.