Skip to content

Commit bd74efc

Browse files
authored
Merge pull request #6486 from NomicFoundation/hardhat-v3-alpha-release
Hardhat v3 alpha release
2 parents d854869 + 40d1b40 commit bd74efc

File tree

52 files changed

+707
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+707
-236
lines changed

.changeset/calm-clouds-work.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"hardhat": patch
44
---
55

6-
Replaced the hook for emitting compiled artifacts and updated its usage in the `hardhat-typechain` plugin.
6+
Don't generate `hardhat-typechain` types for Solidity test files ([#6392](https://github.com/NomicFoundation/hardhat/issues/6392))

.changeset/giant-chairs-drop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
fix: We generate stack traces for failing Solidity tests by re-executing them for performance reasons. This fix ensures that we don't generate stack traces if EVM execution is indeterministic. Indeterminism can be caused by forking from the latest block number or by using impure cheatcodes.
5+
Fix to ensure we don't generate stack traces if EVM execution is indeterministic.

.changeset/little-laws-shop.md

-5
This file was deleted.

.changeset/long-toes-deny.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"hardhat": patch
33
---
44

5-
Use default value for rpcCachePath when running solidity tests
5+
Speed up Solidity Tests when forking by setting an rpc cache path ([#6459](https://github.com/NomicFoundation/hardhat/issues/6459))

.changeset/polite-crabs-relax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"hardhat": patch
44
---
55

6-
Added a mutex to synchronize compiler list downloads
6+
Fixed errors in compiler list downloads with a synchronization mutex ([#6437](https://github.com/NomicFoundation/hardhat/issues/6437))

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,22 @@
3131
"@nomicfoundation/example-project": "3.0.1"
3232
},
3333
"changesets": [
34+
"calm-clouds-work",
3435
"cool-waves-wonder",
3536
"early-wolves-move",
3637
"eighty-clouds-act",
38+
"giant-chairs-drop",
39+
"long-toes-deny",
3740
"many-wombats-grin",
3841
"neat-frogs-punch",
3942
"olive-lobsters-carry",
43+
"polite-crabs-relax",
44+
"release-3.0.0-next.2",
4045
"selfish-worms-remain",
4146
"short-beans-rest",
4247
"short-zoos-arrive",
4348
"slow-lobsters-watch",
49+
"small-buckets-ring",
4450
"strong-mugs-change"
4551
]
4652
}

.changeset/release-3.0.0-next.2.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@nomicfoundation/hardhat-errors": patch
3+
"@nomicfoundation/hardhat-ethers": patch
4+
"@nomicfoundation/hardhat-ethers-chai-matchers": patch
5+
"@nomicfoundation/hardhat-ignition": patch
6+
"@nomicfoundation/hardhat-ignition-ethers": patch
7+
"@nomicfoundation/hardhat-ignition-viem": patch
8+
"@nomicfoundation/hardhat-keystore": patch
9+
"@nomicfoundation/hardhat-mocha": patch
10+
"@nomicfoundation/hardhat-network-helpers": patch
11+
"@nomicfoundation/hardhat-node-test-reporter": patch
12+
"@nomicfoundation/hardhat-node-test-runner": patch
13+
"@nomicfoundation/hardhat-test-utils": patch
14+
"@nomicfoundation/hardhat-typechain": patch
15+
"@nomicfoundation/hardhat-utils": patch
16+
"@nomicfoundation/hardhat-viem": patch
17+
"@nomicfoundation/hardhat-zod-utils": patch
18+
"@nomicfoundation/ignition-core": patch
19+
"@nomicfoundation/ignition-ui": patch
20+
---
21+
22+
Hardhat 3 Alpha release (2025-03-20T08:38:27.809Z)

.changeset/small-buckets-ring.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
"@nomicfoundation/hardhat-typechain": patch
3+
"hardhat": patch
34
---
45

5-
Added support for the `attach` method in `hardhat-typechain`.
6+
Added support for the `attach` method in `hardhat-typechain` ([#6315](https://github.com/NomicFoundation/hardhat/issues/6315))

0 commit comments

Comments
 (0)