Open praetoriansentry opened 2 weeks ago
Hi @mandrigin I wanted to make you aware of this issue that John found when testing with the new PP Smart contracts. This is important to consider with your presto team WRT setting up new chains. I see on the presto roadmap our next chain is the WW to be set up to use PP which we should use CDK Erigon v2.60.x for anyway.
cc: @krlosMata
There are two different event signatures for
AddNewRollupType
nowThese are both supported in the latest versions of cdk-erigon: https://github.com/0xPolygonHermez/cdk-erigon/blob/6e8775f714f848780f0782b9a0538aad23c7d73e/zk/contracts/l1_contracts.go#L16-L17
The challenge is, once we update the rollup manager contract, that means older versions of cdk-erigon / cdk-validium-node might have issues being attached or doing an L1 recovery.