hardhat
hardhat copied to clipboard
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
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...
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...
## 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,...
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...
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`...
### 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...
- [ ] Because this PR includes a **bug fix**, relevant tests have been included. - [ ] Because this PR includes a **new feature**, the change was previously discussed...
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...
### 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...