@ethereumjs/block v3.4.0
holgerd77
released this
08 Jul 09:52
·
2062 commits
to master
since this release
Finalized London HF Support
This release integrates a Common
library version which provides the london
HF blocks for all networks including mainnet
and is therefore the first release with finalized London HF support.
Included Source Files
Source files from the src
folder are now included in the distribution build, see PR #1301. This allows for a better debugging experience in debug tools like Chrome DevTools by having working source map references to the original sources available for inspection.
Other Changes
- Fixed RPC value handling for
difficulty
,gasPrice
andvalue
inblockFromRpc()
when value is provided as a number (thanks @ghorbanian for the contribution), PR #1316 - Added
baseFeePerGas
toblockHeaderFromRpc()
(thanks @mfornet for the contribution), PR #1330