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

Deploy Diamond contracts using CREATE3 #932

Merged
merged 6 commits into from
Mar 28, 2024
Merged

Deploy Diamond contracts using CREATE3 #932

merged 6 commits into from
Mar 28, 2024

Conversation

zajck
Copy link
Member

@zajck zajck commented Mar 28, 2024

Close #929

Instead of using CREATE2 it uses CREATE3 factory, which eliminates the dependency on bytecode.

@zajck zajck added the enhancement New feature or request label Mar 28, 2024
@zajck zajck self-assigned this Mar 28, 2024
@coveralls
Copy link

Coverage Status

coverage: 98.905% (+0.001%) from 98.904%
when pulling dfc269d on deploy-create2
into d743c13 on main.

@zajck zajck merged commit 324d8ca into main Mar 28, 2024
12 checks passed
@zajck zajck deleted the deploy-create2 branch March 28, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy the suite using create2
4 participants