Skip to content

@ethereumjs/blockchain v7.0.1

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 02 Nov 09:16
· 431 commits to master since this release
c6d8b39

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 for mainnet, PR #3107

Other Changes

  • New getIteratorHeadSafe() method which returns undefined if the provided head is not found. This differs from getIteratorHead, which returns the genesis block in case if the provided head is not found, PR #3099