-
Notifications
You must be signed in to change notification settings - Fork 45
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
CREATE2 #4
Comments
appreciate this -- implemented it in this fork, along with simple happy to open a PR if there's interest |
I really like including deterministic address to CWIA - should we add optionality between using |
in my fork I use |
nice, makes sense. I created a PR which just toggles between |
it would also be cool if the library always uses the same init code, so the init code hash used in CREATE2 is a constant, and the init code instead reads the this is a little harder to put in a library because you temporarily need storage slots for the contract to read (or something like EIP-1153), but it's useful for contracts where the address is computed often by integrators |
done with : #19 |
I really like this a lot! It was pretty similar to some code I have that uses create2, so I combined them. What do you think about these changes?
The text was updated successfully, but these errors were encountered: