0xPolygonHermez/zkevm-node

Allow to deploy a new rollup over a block that already have some event from L1InfoTree

joanestebanr opened this issue · 0 comments

Rationale

If a new rollup is deployed in a L1 block that already have some event from L1InfoTreee currently it fails because expect that the first event in this block is a ForkId
This correspond to this PR from cdk-validium-node

Implementation

Do you have ideas regarding the implementation of this feature?
Are you willing to implement this feature?