Skip to content

Commit 91c94cd

Browse files
Wodannagostbiro
andauthored
edr-0.3.4 (#5088)
Co-authored-by: Agost Biro <[email protected]>
1 parent 62e28ad commit 91c94cd

7 files changed

+11
-26
lines changed

.changeset/brave-scissors-train.md

-5
This file was deleted.

.changeset/friendly-steaks-travel.md

-5
This file was deleted.

.changeset/funny-lions-begin.md

-5
This file was deleted.

.changeset/short-rats-double.md

-5
This file was deleted.

.changeset/stupid-balloons-end.md

-5
This file was deleted.

crates/edr_napi/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nomicfoundation/edr
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 71287a8: Removed API keys from RPC error messages
8+
- bdf3971: Fix 429 HTTP error by using smaller batches when querying genesis account info
9+
- 7c23825: Fix 429 HTTP error by increasing rate limiting retries
10+
- 92693fb: Fix calculation of used blob gas for post-Cancun blocks
11+
- 62e28ad: Fixed eth_getLogs RPC request for pre-Merge hardforks
12+
313
## 0.3.3
414

515
### Patch Changes

crates/edr_napi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/edr",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)