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

Deterministic deployment #27

Open
2 tasks
tuler opened this issue Jul 18, 2023 · 0 comments
Open
2 tasks

Deterministic deployment #27

tuler opened this issue Jul 18, 2023 · 0 comments

Comments

@tuler
Copy link
Member

tuler commented Jul 18, 2023

📚 Context

The contracts deployed did not use deterministicDeployment = true
So whatever depends on these contracts, i.e. the rollups contracts, are not going to be deterministic either.

✔️ Solution

Turn on the deterministicDeployment flag in the deploy scripts, and redeploy the contracts.
This will also trigger the redeployment of contracts that were already deployed on mainnet.
So this is a breaking change for projects that depend on this, like the pos-dlib project.

📈 Subtasks

  • turn deterministicDeployment flag on
  • redeploy contracts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant