hardhat
hardhat copied to clipboard
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
### Describe the issue ## Context One of the last-minute breaking changes that @ChristopherDedominici and I decided to implement before the beta, was simplifying `setAction` in task builders, and remove...
### Describe the feature Dry run migrations for key projects, it is key to gather information about the projects and their migration so support discussions during DevConnect. Identify: - impacted...
### Describe the issue Hardhat 2's configuration variables let you do this: ```js export const ethMainnetUrl = vars.get( "ETH_MAINNET_URL", "https://rpc.ankr.com/eth", ); ``` As far as I know, there is no...
### Describe the feature Adding support for alternative JavaScript runtimes enables users to use the runtime they prefer and leverage the benefits they bring. Supporting other runtimes also broadens the...
### Describe the issue There are two parts of the config where forking can be configured: - In the `forking` field of a simulated network config - In the `forking`...
### Describe the issue This PR disables caching for macOS runners: https://github.com/NomicFoundation/hardhat/pull/7713 We should undo that when https://github.com/actions/runner-images/issues/13341 is resolved.
### Describe the feature Expose necessary hooks and types in Hardhat 3 for the OpenZeppelin upgradable contracts plugin so it can be ported to Hardhat 3. ### Search terms _No...
### Describe the issue Unify the internal documents for Hardhat 2 and 3, the details are outlined in `Hardhat Documentation Structure`
### Describe the issue Delete the following tags: - [ ] [hardhat](https://www.npmjs.com/package/hardhat) - edralpha, next, dev - [ ] [@nomicfoundation/hardhat-errors](https://www.npmjs.com/package/@nomicfoundation/hardhat-errors) - next - [ ] [@nomicfoundation/hardhat-ethers](https://www.npmjs.com/package/@nomicfoundation/hardhat-ethers) - next - [...