diff --git a/.changeset/fast-kings-search.md b/.changeset/fast-kings-search.md deleted file mode 100644 index 422cdad82..000000000 --- a/.changeset/fast-kings-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/edr": patch ---- - -Fixed a bug in fork mode where the locally overridden chain id was used instead of the remote chain id when simulating transactions in pre-fork blocks. diff --git a/.changeset/thick-impalas-sparkle.md b/.changeset/thick-impalas-sparkle.md deleted file mode 100644 index 940607e36..000000000 --- a/.changeset/thick-impalas-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/edr": patch ---- - -Fixed a bug in the JSON-RPC where we previously allowed a null value for storage keys of an access list diff --git a/.changeset/two-starfishes-obey.md b/.changeset/two-starfishes-obey.md deleted file mode 100644 index 629d241f5..000000000 --- a/.changeset/two-starfishes-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/edr": patch ---- - -Fixed crash when returning large JSON responses diff --git a/crates/edr_napi/CHANGELOG.md b/crates/edr_napi/CHANGELOG.md index 5d3969b6a..3d53cefb0 100644 --- a/crates/edr_napi/CHANGELOG.md +++ b/crates/edr_napi/CHANGELOG.md @@ -1,5 +1,13 @@ # @nomicfoundation/edr +## 0.5.1 + +### Patch Changes + +- 0bba027: Fixed a bug in fork mode where the locally overridden chain id was used instead of the remote chain id when simulating transactions in pre-fork blocks. +- e02eb22: Fixed a bug in the JSON-RPC where we previously allowed a null value for storage keys of an access list +- 8ae31b9: Fixed crash when returning large JSON responses + ## 0.5.0 ### Minor Changes diff --git a/crates/edr_napi/package.json b/crates/edr_napi/package.json index a460e5bea..7dc19243d 100644 --- a/crates/edr_napi/package.json +++ b/crates/edr_napi/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/edr", - "version": "0.5.0", + "version": "0.5.1", "main": "index.js", "types": "index.d.ts", "files": [