-
* [ ] Release Hardhat 22.2.2-next to `latest`
* [ ] Release sapphire-paratime v2.x to `latest`
* [ ] Update quickstart docs, to use newer Hardhat
* [ ] Update browser support to use 2.x
* [ ] Mak…
-
Related issues and PRs:
- NomicFoundation/hardhat#2425
-
We know that there are memory leaks when snapshots are used, but we should do a proper profiling of how Hardhat's memory usage behaes in different scenarios.
Marking this as blocked until rethnet, …
-
**ACCEPTANCE**:
* the deploy described below does not give any issue
* usage of truffle is removed from LAOS' repo
---------
To reproduce, put some currency on your deploying account. Put the pvk …
-
### Version of Hardhat
2.22.8
### What happened?
Same setup as in NomicFoundation/hardhat-ignition#823. I'm using ignition to deploy external artifacts.
After successful deployment I ran `npx ha…
sim31 updated
1 month ago
-
### Version of Hardhat
2.22.10
### What happened?
Trying to deploy smart contracts through hardhat and `hardhat-ledger` plugin (1.0.3) to Polygon zkEVM networks (Cardona or Mainnet) is not po…
-
### Component
Anvil
### Describe the feature you would like
https://github.com/foundry-rs/foundry/blob/9d2125b013cbcb61dce2546379a79a4d99ba2f78/crates/anvil/src/eth/api.rs#L1600-L1600
if no args…
-
To make verify possible on other networks/testnets, hardhat config should be updated like below
```
...
baseSepolia: {
url: "https://sepolia.base.org",
accounts: [deployerPrivateKey…
-
After typing command `nx compile hardhat` I have few errors. It does not execute. Before I was using other laptop, which was Ubuntu and everything was working well but yesterday I bought mac m3 pro an…
-
We merged in a bug fix for some race conditions in some of our dynamic import patterns: https://github.com/NomicFoundation/hardhat/pull/5899
We need to add integration tests to cover the bug: https…