Skip to content

Commit aef2434

Browse files
edr-0.12.0-next.24 (next) (#1286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bf3576 commit aef2434

File tree

10 files changed

+17
-8
lines changed

10 files changed

+17
-8
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"afraid-roses-begin",
1414
"angry-glasses-fail",
1515
"angry-pigs-film",
16+
"chatty-radios-draw",
1617
"clean-singers-attend",
1718
"cold-friends-like",
1819
"common-shirts-notice",
@@ -37,6 +38,7 @@
3738
"free-apples-shine",
3839
"fresh-chairs-relate",
3940
"giant-spoons-notice",
41+
"green-parts-eat",
4042
"grumpy-doors-smile",
4143
"grumpy-jokes-sort",
4244
"heavy-cloths-live",

crates/edr_napi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nomicfoundation/edr
22

3+
## 0.12.0-next.24
4+
5+
### Minor Changes
6+
7+
- 7bf3576: Added the ability to specify the hardfork when running Solidity tests. Added support for the Osaka hardfork in Solidity tests.
8+
- b505164: Added structured errors for unsupported Solidity test cheatcodes
9+
310
## 0.12.0-next.23
411

512
### Minor Changes

crates/edr_napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.darwin-arm64.node",
99
"files": [
1010
"edr.darwin-arm64.node"

crates/edr_napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.darwin-x64.node",
99
"files": [
1010
"edr.darwin-x64.node"

crates/edr_napi/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.linux-arm64-gnu.node",
99
"files": [
1010
"edr.linux-arm64-gnu.node"

crates/edr_napi/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.linux-arm64-musl.node",
99
"files": [
1010
"edr.linux-arm64-musl.node"

crates/edr_napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.linux-x64-gnu.node",
99
"files": [
1010
"edr.linux-x64-gnu.node"

crates/edr_napi/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.linux-x64-musl.node",
99
"files": [
1010
"edr.linux-x64-musl.node"

crates/edr_napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.0-next.23",
7+
"version": "0.12.0-next.24",
88
"main": "edr.win32-x64-msvc.node",
99
"files": [
1010
"edr.win32-x64-msvc.node"

crates/edr_napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/edr",
3-
"version": "0.12.0-next.23",
3+
"version": "0.12.0-next.24",
44
"devDependencies": {
55
"@napi-rs/cli": "^2.18.4",
66
"@nomicfoundation/ethereumjs-util": "^9.0.4",

0 commit comments

Comments
 (0)