@ethereumjs/blockchain v7.0.1
holgerd77
released this
02 Nov 09:16
·
431 commits
to master
since this release
Dencun devnet-11 Compatibility
This release contains various fixes and spec updates related to the Dencun (Deneb/Cancun) HF and is now compatible with the specs as used in devnet-11 (October 2023).
- Update peer dependency for
kzg
module to use the official trusted setup formainnet
, PR #3107
Other Changes
- New
getIteratorHeadSafe()
method which returnsundefined
if the provided head is not found. This differs fromgetIteratorHead
, which returns the genesis block in case if the provided head is not found, PR #3099