ethereum-optimism / specs

OP Stack Specifications
https://specs.optimism.io
Creative Commons Zero v1.0 Universal
93 stars 88 forks source link

TBD: Looser coupling between L2 blocks and L1 origin #316

Open alfonso-op opened 3 months ago

alfonso-op commented 3 months ago

Amend chain derivation rules such that not every L1 block needs to serve as a unique origin for L2 blocks. Instead, the L1 origin should be able to represent a range of L1 blocks, allowing L2 block times to be better decoupled from the L1

This capability may best be built leveraging the proposed deposit queue (see spec).

Additional context in this discussion thread.

Note: this is not a must for Holocene, hence P2 priority. We could try to at least implement and include the deposit queue in Holocene so we can target the L2/L1 decoupling in the subsequent hard fork.

BlocksOnAChain commented 2 months ago

We might want to consider if this should be a P1, based on internal chats we had during planning. @sebastianst @roberto-bayardo - let's discuss it on the Kick-off call.

sebastianst commented 1 month ago

This will surely not make it into Holocene, changing accordingly.