hardhat-ignition icon indicating copy to clipboard operation
hardhat-ignition copied to clipboard

Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.

Results 77 hardhat-ignition issues
Sort by recently updated
recently updated
newest added

### Describe the feature When deploying an upgradeable contract using a proxy, the typical way to do it would look something like this: ``` const proxy = m.contract('Proxy') const implementation...

type:improvement

### Describe the feature If users create similar patterns of `Future`s, they would naturally want to avoid that repetition, and that can be done using normal javascript functions. The only...

type:docs

### Describe the feature ## Problem In some situations, a user needs to express that a `Future` should only be executed after an `IgnitionModule` has been executed. We have already...

type:feature

### Describe the feature While using Hardhat Ignition modules with hardhat fixtures in tests, I'm facing a problem. When using hardhat network and repeatedly executing `hardhat test test/myTest.ts` I get...

status:triaging

### Describe the feature ### Problem Sometimes it's useful to have a human readable way of visualizing the "transaction log history" for a deployment. ### Solution In conversation with @alcuadrado...

status:ready
type:feature

### Version of Hardhat 2.22.8 ### What happened? Same setup as in NomicFoundation/hardhat#5659. I'm using ignition to deploy external artifacts. After successful deployment I ran `npx hardhat ignition status op-sepolia-1`...

type:bug
status:ready

How to deploy upgradeable contracts in conjunction with @openzeppelin/hardhat-upgrades?

status:needs-more-information