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

Support simple deployment of contracts with Proxies #617

Open
kanej opened this issue Oct 31, 2023 · 0 comments
Open

Support simple deployment of contracts with Proxies #617

kanej opened this issue Oct 31, 2023 · 0 comments
Labels
status:needs-decision We need to make a decision about this type:feature Fetaure request

Comments

@kanej
Copy link
Member

kanej commented Oct 31, 2023

Requested on the discord channel:

id like to be able to have an implementation contract written using the openzeppelin upgrades contracts initializable pattern, then simply deploy it as an upgradable proxy without thinking about any of the proxy setup. for example in hardhat deploy its as simple as:

  await deploy('Greeter', {
    from: deployer,
    proxy: true,
  });

this will also check and see if the implementation bytecode matches whats already on chain, and if not it will seamlessly upgrade the proxy. i have not seen any other framework do this as well as hardhat-deploy (including foundry), and i think if ignition nails this, it would be very compelling

@kanej kanej added status:needs-decision We need to make a decision about this type:feature Fetaure request and removed status:triaging labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:needs-decision We need to make a decision about this type:feature Fetaure request
Projects
Status: No status
Development

No branches or pull requests

1 participant