Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"afraid-roses-begin",
"angry-glasses-fail",
"angry-pigs-film",
"blue-beans-fly",
"chatty-radios-draw",
"clean-singers-attend",
"cold-friends-like",
Expand Down Expand Up @@ -56,6 +57,8 @@
"long-eagles-thank",
"loud-moles-sleep",
"neat-clowns-talk",
"ninety-hornets-ask",
"olive-cougars-enter",
"olive-peas-lay",
"open-lines-jump",
"orange-pants-warn",
Expand Down Expand Up @@ -86,6 +89,7 @@
"stupid-dryers-know",
"tall-mayflies-applaud",
"tame-donuts-remain",
"tasty-ears-drive",
"ten-snails-remember",
"tender-pillows-grab",
"tired-baboons-attend",
Expand Down
16 changes: 16 additions & 0 deletions crates/edr_napi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nomicfoundation/edr

## 0.12.0-next.25

### Minor Changes

- 3974769: Added `callTraces()` to `Response` object, inclusion of which is configurable through the `includeCallTraces` option on the `ObservabilityConfig`
- f4bdc36: Removed `getLatestSupportedSolcVersion` API

BREAKING CHANGE: A new API `latestSupportedSolidityVersion` was previously introduced to replace the deprecated `getLatestSupportedSolcVersion`. The old API has now been removed. Users should update their code to use `latestSupportedSolidityVersion` instead.

- 3974769: Removed `traces()` API from the `Response` object
- f4bdc36: Added support to the `debug_traceCall` & `debug_traceTransaction` JSON-RPC methods for different tracers (`4byteTracer`, `callTracer`, `flatCallTracer`, `prestateTracer`, `noopTracer`, and `muxTracer`).

Our API is now aligned with Geth's tracing capabilities.

BREAKING CHANGE: Memory capture used to be enabled by default on geth, but has since been flipped <https://github.com/ethereum/go-ethereum/pull/23558> and is now disabled by default. We have followed suit and disabled it by default as well. If you were relying on memory capture, you will need to explicitly enable it by setting the `enableMemory` option to `true` in your tracer configuration.

## 0.12.0-next.24

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.darwin-arm64.node",
"files": [
"edr.darwin-arm64.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.darwin-x64.node",
"files": [
"edr.darwin-x64.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.linux-arm64-gnu.node",
"files": [
"edr.linux-arm64-gnu.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.linux-arm64-musl.node",
"files": [
"edr.linux-arm64-musl.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.linux-x64-gnu.node",
"files": [
"edr.linux-x64-gnu.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.linux-x64-musl.node",
"files": [
"edr.linux-x64-musl.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"main": "edr.win32-x64-msvc.node",
"files": [
"edr.win32-x64-msvc.node"
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/edr",
"version": "0.12.0-next.24",
"version": "0.12.0-next.25",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@nomicfoundation/ethereumjs-util": "^9.0.4",
Expand Down
Loading