Skip to content

Commit 0408312

Browse files
edr-0.12.0-next.29 (next) (#1334)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d483274 commit 0408312

10 files changed

Lines changed: 26 additions & 8 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"four-melons-rhyme",
4040
"free-apples-shine",
4141
"fresh-chairs-relate",
42+
"full-terms-call",
4243
"giant-spoons-notice",
4344
"green-parts-eat",
4445
"grumpy-doors-smile",
@@ -90,13 +91,16 @@
9091
"social-moments-move",
9192
"some-knives-worry",
9293
"spicy-cameras-fix",
94+
"spicy-cities-ask",
9395
"stupid-dryers-know",
9496
"swift-bees-enter",
9597
"tall-mayflies-applaud",
9698
"tame-donuts-remain",
9799
"tasty-ears-drive",
98100
"ten-snails-remember",
99101
"tender-pillows-grab",
102+
"thin-pillows-retire",
103+
"thirty-worlds-go",
100104
"tired-baboons-attend",
101105
"tough-nights-kneel",
102106
"young-suns-divide"

crates/edr_napi/CHANGELOG.md

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

3+
## 0.12.0-next.29
4+
5+
### Minor Changes
6+
7+
- 9b8a931: Added runtime bytecode size information to contract deployment gas reports
8+
9+
### Patch Changes
10+
11+
- 7f15dce: Added support for tracking multiple contract deployments in a gas report
12+
- 538e9b0: Added validation checks for names provided in gas snapshot cheatcodes
13+
- d483274: Fixed detection of function signature for calls to proxies.
14+
15+
Previously, a call to a proxy contract was attributed to the proxy instead of the implementation. Now, it is correctly attributed to the implementation, allowing detection of the correct function signature.
16+
317
## 0.12.0-next.28
418

519
### 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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
7+
"version": "0.12.0-next.29",
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.28",
3+
"version": "0.12.0-next.29",
44
"devDependencies": {
55
"@napi-rs/cli": "^2.18.4",
66
"@nomicfoundation/ethereumjs-util": "^9.0.4",

0 commit comments

Comments
 (0)