Skip to content

Commit e98ded3

Browse files
merge fix + update version + changeset
1 parent f4c520a commit e98ded3

File tree

4 files changed

+42
-37
lines changed

4 files changed

+42
-37
lines changed

.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.

pnpm-lock.yaml

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

v-next/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"typescript": "~5.8.0"
8787
},
8888
"dependencies": {
89-
"@nomicfoundation/edr": "0.12.0-next.3",
89+
"@nomicfoundation/edr": "0.12.0-next.4",
9090
"@nomicfoundation/hardhat-errors": "workspace:^3.0.0-next.26",
9191
"@nomicfoundation/hardhat-utils": "workspace:^3.0.0-next.26",
9292
"@nomicfoundation/hardhat-zod-utils": "workspace:^3.0.0-next.26",

v-next/hardhat/src/internal/builtin-plugins/solidity-test/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type {
77
PathPermission,
88
Artifact,
99
ObservabilityConfig,
10-
FsAccessPermission,
1110
} from "@nomicfoundation/edr";
1211

1312
import {
@@ -16,6 +15,7 @@ import {
1615
l1GenesisState,
1716
l1HardforkLatest,
1817
IncludeTraces,
18+
FsAccessPermission,
1919
} from "@nomicfoundation/edr";
2020
import { hexStringToBytes } from "@nomicfoundation/hardhat-utils/hex";
2121

0 commit comments

Comments
 (0)