hardhat icon indicating copy to clipboard operation
hardhat copied to clipboard

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.

Results 547 hardhat issues
Sort by recently updated
recently updated
newest added

please how did you solve this issue, i have tried all possible best. whenever i run npx hardhat node , it gives me this, i am using "hardhat": "^2.22.12" Error...

status:triaging

Here's a list of refactoring tasks we can work on to improve consistency and clarity: - [x] ~~`v-next/core/src/global-dir.ts`: Path is too high in the hierarchy. It should be moved to...

status:ready
v-next

## Problem Currently, some built-in plugins (like the network manager) use the following pattern to define hook handlers: ```typescript // v-next/hardhat/src/internal/builtin-plugins/network-manager/hook-handlers/config.ts export default async (): Promise => ({ extendUserConfig, validateUserConfig,...

v-next

The `initializeTestDispatcher` function currently reuses the same `MockAgent` between tests. This leads to an issue where test failures can leave unconsumed interceptors that are unexpectedly used by subsequent tests. As...

status:ready
v-next

As mentioned in https://www.notion.so/nomicfoundation/hardhat-init-v3-5dad46fe591d4d88afda6d5f448e6a56?pvs=4#103578cdeaf580c18a7ec63af06b88fe, historically, `hardhat` could not operate interactively in some setups, e.g. `Windows` x `Git Bash`. Some tools approach this problem by running their own process via `winpty`...

status:ready
v-next

### Version of Hardhat 2.22.10 ### What happened? 1. in the ./contracts dir, I've saved the .sol 2. in the ./ignition/modules, I've saved x.**js** and ran it with `npx hardhat...

status:needs-decision

- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...

status:triaging

Currently the tests are only available in `manual` mode on the local machine because the Hardhat node for V3 is not available yet. As soon as the Hardhat V3 node...

v-next

### Version of Hardhat 2.22.10 ### What happened? Running `hh compile` brings up this error ``` Solidity 0.8.26 is not fully supported yet. You can still use Hardhat, but some...

status:triaging