Skip to content

Commit f506f52

Browse files
edr-0.12.0-next.18 (next) (#1218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wodann <[email protected]>
1 parent 93a1484 commit f506f52

File tree

11 files changed

+22
-9
lines changed

11 files changed

+22
-9
lines changed

.changeset/pink-eagles-agree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@nomicfoundation/edr": patch
33
---
44

5-
Add OSAKA hardfork activation so EDR can accurately infer it from the block timestamp.
5+
Added Osaka hardfork activations so EDR can accurately infer the hardfork from the block timestamp

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,19 @@
4646
"lazy-jobs-draw",
4747
"lemon-pumas-walk",
4848
"lemon-snails-approve",
49+
"little-files-sin",
4950
"long-eagles-thank",
5051
"loud-moles-sleep",
52+
"neat-clowns-talk",
5153
"olive-peas-lay",
5254
"orange-pants-warn",
5355
"orange-pens-explode",
5456
"perfect-meals-tie",
57+
"pink-eagles-agree",
5558
"plain-impalas-relate",
5659
"polite-parks-rush",
5760
"poor-shirts-collect",
61+
"quiet-poems-join",
5862
"red-wasps-complain",
5963
"rich-islands-worry",
6064
"rotten-vans-divide",

crates/edr_napi/CHANGELOG.md

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

3+
## 0.12.0-next.18
4+
5+
### Patch Changes
6+
7+
- 25b2b2d: Added unsupported cheatcode errors for unsupported cheatcodes up to and including Foundry 1.5.0
8+
- 7cc0868: Added support for instrumenting Solidity 0.8.31 source code
9+
- 93a1484: Added Osaka hardfork activations so EDR can accurately infer the hardfork from the block timestamp
10+
- c52f1f6: Added basic support for Jovian hardfork (OP stack)
11+
312
## 0.12.0-next.17
413

514
### Patch 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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
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.17",
7+
"version": "0.12.0-next.18",
88
"main": "edr.win32-x64-msvc.node",
99
"files": [
1010
"edr.win32-x64-msvc.node"

0 commit comments

Comments
 (0)