Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronizer permissionless be able to sync against a network that doesnt have ETROG deployed #3173

Closed
joanestebanr opened this issue Jan 30, 2024 · 0 comments · Fixed by #3175 or #3214

Comments

@joanestebanr
Copy link
Contributor

joanestebanr commented Jan 30, 2024

Rationale

The v0.5.x permissionless nodes needs to be able to synchronize against MAINNET.

Implementation

  • Th PR#3166 use the old contracts if the new one is not deployed. To be able to use old contract you must define in genesis the field polygonRollupManagerAddress that must contain old contract address

  • When starting to synchronize from trusted state use the old code until we are beyong the batchNumber of forkId ETROG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment