@ethereumjs/common v4.1.0
holgerd77
released this
02 Nov 08:42
·
438 commits
to master
since this release
Holesky Testnet Support
This release comes with full support for the Holesky public Ethereum testnet replacing the Goerli
test network.
EIP-7516 BLOBBASEFEE Opcode
This release supports EIP-7516 with a new BLOBBASEFEE
opcode added to and scheduled for the Dencun HF, see PR #3035 and #3068. The opcode returns the value of the blob base-fee of the current block it is executing in.
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
EIP-4788
: do not use precompile anymore but use the pre-deployed bytecode, PR #2955 - Small Cancun-related fixes, PR #3099
Bugfixes
- Updates and fixes along Geth genesis file parsing, PR #2961
- Handle
forkHash
on timestamp == genesis timestamp, PR #2959
Other Changes
- Performance: Cache Parameter Values + activated EIPs for current Hardfork, PR #2994