Skip to content

Commit aa9f878

Browse files
edr-0.12.1 (#1468)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b02d57f commit aa9f878

13 files changed

Lines changed: 17 additions & 28 deletions

File tree

.changeset/angry-trams-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-lemons-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-hounds-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tired-mice-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.1
4+
5+
### Patch Changes
6+
7+
- b02d57f: Added the optional `gasEstimationMode` provider configuration that controls the success criteria of `eth_estimateGas`: the default `TopLevelSuccess` preserves the previous behavior, while `NoInternalOutOfGas` returns estimations that also avoid internal calls running out of gas, erroring when no such estimation exists.
8+
- 6b146a5: Fixed `eth_estimateGas` erroring on Osaka+ when the binary search probed gas values above the EIP-7825 per-transaction cap
9+
- e43de3e: Added the `logs` field on `RevertResult` and `HaltResult` so logs emitted before a revert or halt are propagated through NAPI
10+
- e43de3e: Added `daFootPrintGasScalar` field to RPC receipts for OP stack (post-Jovian)
11+
312
## 0.12.0
413

514
### 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",
7+
"version": "0.12.1",
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",
7+
"version": "0.12.1",
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",
7+
"version": "0.12.1",
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",
7+
"version": "0.12.1",
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",
7+
"version": "0.12.1",
88
"main": "edr.linux-x64-gnu.node",
99
"files": [
1010
"edr.linux-x64-gnu.node"

0 commit comments

Comments
 (0)