Skip to content

Commit 17a9e72

Browse files
Merge branch 'v-next' into dev-keystore
2 parents ca7e50b + 8035b5e commit 17a9e72

File tree

119 files changed

+1722
-210
lines changed

Some content is hidden

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

119 files changed

+1722
-210
lines changed

.changeset/gorgeous-knives-yawn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@nomicfoundation/hardhat-viem": patch
3+
"hardhat": patch
4+
---
5+
6+
Rename `optimism` chain type to `op` ([#7085](https://github.com/NomicFoundation/hardhat/issues/7085))

.changeset/khaki-seahorses-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Group `mocha` and `solidityTest` config under `test` property ([#7101](https://github.com/NomicFoundation/hardhat/pull/7101))

.changeset/pretty-dodos-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": minor
3+
---
4+
5+
Upgraded EDR dependency to @nomicfoundation/edr v0.12.0-next.4, which changes the file system permission config interface for Solidity tests to mitigate EVM sandbox escape through cheatcodes.

.changeset/proud-colts-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": minor
3+
---
4+
5+
Upgraded EDR dependency to @nomicfoundation/edr v0.12.0-next.3

.changeset/purple-pans-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Added Hardhat v2 template support to `hardhat --init` ([#7035](https://github.com/NomicFoundation/hardhat/issues/7035))

.changeset/real-emus-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Upgraded EDR dependency to @nomicfoundation/edr v0.12.0-next.2

.changeset/spicy-bugs-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": patch
3+
---
4+
5+
Added the addresses of created contracts in call traces

.changeset/spotty-pianos-confess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hardhat": minor
3+
---
4+
5+
Removed deprecated JSON-RPC methods: `eth_mining`, `net_listening`, `net_peerCount`, `hardhat_addCompilationResult`, `hardhat_intervalMine`, and `hardhat_reset`.

.github/config/regression-tests.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ repositories:
136136
"maxTestRejects": 1000000
137137
},
138138
"fsPermissions": {
139-
"read": [
139+
"readDirectory": [
140140
"./out-optimized"
141141
]
142142
},
@@ -230,11 +230,11 @@ repositories:
230230
"runs": 1000
231231
},
232232
"fsPermissions": {
233-
"read": [
233+
"readDirectory": [
234234
"./optimized-out",
235235
"./reference-out"
236236
],
237-
"write": [
237+
"writeFile": [
238238
"./call-metrics.txt",
239239
"./mutation-metrics.txt",
240240
"./assume-metrics.txt",
@@ -357,7 +357,7 @@ repositories:
357357
"solidityTest": {
358358
"ffi": true,
359359
"fsPermissions": {
360-
"readWrite": [
360+
"dangerouslyReadWriteDirectory": [
361361
".forge-snapshots/"
362362
]
363363
}
@@ -420,7 +420,7 @@ repositories:
420420
"solidityTest": {
421421
"blockGasLimit": BigInt(100000000),
422422
"fsPermissions": {
423-
"read": [
423+
"readDirectory": [
424424
"./test/data"
425425
]
426426
},
@@ -477,7 +477,7 @@ repositories:
477477
},
478478
"solidityTest": {
479479
"fsPermissions": {
480-
"readWrite": [
480+
"dangerouslyReadWriteDirectory": [
481481
"./"
482482
]
483483
},
@@ -603,10 +603,10 @@ repositories:
603603
"solidityTest": {
604604
"ffi": true,
605605
"fsPermissions": {
606-
"readWrite": [
606+
"dangerouslyReadWriteDirectory": [
607607
".forge-snapshots/"
608608
],
609-
"read": [
609+
"readDirectory": [
610610
"./foundry-out",
611611
"./script/config",
612612
"./test/pool-cl/bin",
@@ -692,7 +692,7 @@ repositories:
692692
"runs": 100
693693
},
694694
"fsPermissions": {
695-
"readWrite": [
695+
"dangerouslyReadWriteDirectory": [
696696
"./"
697697
]
698698
},
@@ -754,11 +754,13 @@ repositories:
754754
},
755755
"solidityTest": {
756756
"fsPermissions": {
757-
"read": [
758-
"./out-optimized",
757+
"readDirectory": [
758+
"./out-optimized"
759+
],
760+
"readFile": [
759761
"package.json"
760762
],
761-
"readWrite": [
763+
"dangerouslyReadWriteDirectory": [
762764
"./benchmark/results",
763765
"./script/"
764766
]
@@ -871,10 +873,12 @@ repositories:
871873
"blockTimestamp": BigInt(1714518000),
872874
"fsPermissions": {
873875
"read": [
874-
"./out-optimized",
876+
"./out-optimized"
877+
],
878+
"readFile": [
875879
"package.json"
876880
],
877-
"readWrite": [
881+
"dangerouslyReadWriteDirectory": [
878882
"./benchmark/results",
879883
"./cache"
880884
]

pnpm-lock.yaml

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)