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

Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.1.6 to 7.5.0. Release notes Sourced from markdown-to-jsx's releases. v7.5.0 Minor Changes 62a16f3: Allow modifying HTML attribute sanitization when options.sanitizer is passed by the composer. By default...

status:triaging
area:dependency-resolution

Added a `bytecode` module which exports two functions: - `resolveLinkedBytecode`: which takes a contract artifact and a map of library names to their addresses, performs validations, and returns the linked...

status:ready

This PR improves the return types of the `eth`, `hex` and `number` modules. It also renames the `isHexStringPrefixed` function to `isPrefixedHexString` for consistency and to follow adjective-noun order. EDIT: Also...

status:ready

Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

status:triaging
area:dependency-resolution

### Version of Hardhat 2.22.13 ### What happened? Custom authorisation headers no longer work when forking node. Latest working version is 2.20.1 so I suppose EDR is the one to...

status:triaging

### Describe the feature I think #1361 is still an issue. I was able to install https://github.com/rob-Hitchens/OrderStatisticsTree using: ``` yarn add https://github.com/rob-Hitchens/OrderStatisticsTree.git ``` despite the fact the project does not...

status:triaging

This is a draft PR to allow me to work through the changes required in supporting the EDR Provider and to document them for the design process. It adds an...

status:ready
no changeset needed

### Describe the feature > I haven't found any solution for this problem using hardhat. So, if there is actually already a solution for this, I'd be delighted to get...

status:triaging

The [1.14.11 go-ethereum release](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.11) has removed the `totalDifficulty` from the `eth.getBlock` RPC API. When trying to start the `hardhat node` forked from my sepolia testnet node I get the following...

status:triaging

As part of the Alpha prep this adds a mocha/ethers template project (used during `hardhat --init`), that tries to recreate the functionality (we are currently able to support`f of the...

status:ready