@ethereumjs/client v0.10.1
holgerd77
released this
18 Mar 13:00
·
307 commits
to master
since this release
This is mainly a maintenance release coming with a few internal changes and minor bug fixes, single user-focused addition is the support for the eth_feeHistory
RPC call.
Support for eth_feeHistory RPC Method
Support for the eth_feeHistory
RPC endpoint has been added in PR #3295. The endpoint allows to query the base fee and the priority fee per gas for a requested/supported block range.
Internal Changes and Improvements
- The underlying EthereumJS libraries now use
kzg-wasm
instead of thec-kzg
Node.js bindings for 4844 functionality, PR #3294 - Ensure executed block does not get pruned if head=final FCU, PR #3153
- Improved SNAP sync behavior in certain scenarios (SNAP feature still experimental), PR #3200
- Refactor internal Engine API code structure, PR #3291
- Remove
devnet6.txt
trusted setup file and all test usages in downstream libraries, PR #3288 - Snap sync (experimental): use zero-element proof for checking validity of final, empty range result, PR #3047