-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add pre-installs for deployment factories #30
base: master
Are you sure you want to change the base?
Conversation
…llups already doing this
Fix grammar, expand on motivation by highlighing that there are rollups that implemented this
Expand on a potential backwards compatibility issue, add myself to the author list
Hey @rmeissner I have assigned the next available number, please update to RIP-7740 |
title: Preinstall deterministic deployment factories | ||
description: Proposal to add deployment factory contracts at common addresses to enable deterministic contract deployments | ||
author: Richard Meissner (@rmeissner), Mikhail Mikheev (@mmv08), Nicholas Rodrigues Lordello (@nlordell) | ||
discussions-to: https://ethereum-magicians.org/t/eip-proposal-create2-contract-factory-precompile-for-deployment-at-consistent-addresses-across-networks/6083/29 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest creating a new topic on Eth Magicians to discuss this RIP
Commenting here as the magicians thread is kinda off topic. |
any consideration to adding multicall to this list? |
This RIP proposes a set of known deployment factories that should be pre-installed on every rollup to make it easier to deploy contracts in a trustless, deterministic way. In the best case this also allows for same address deployments of the same contracts across multiple chains.