All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.
Maintenance release, no active changes.
Maintenance release, no active changes.
This release is part of the v10 breaking release round making the EthereumJS libraries compatible with the Pectra hardfork going live on Ethereum mainnet on May 7 2025. Beside the hardfork update these releases mark a milestone in our release history since they - for the first time ever - bring the full Ethereum protocol stack - including the EVM - to the browser without any restrictions anymore, coming along with other substantial updates regarding library security and functionality.
Some highlights:
- 🌴 Introduction of a tree-shakeable API
- 👷🏼 Substantial dependency reduction to a "controlled dependency set" (no more than 10 +
@Noblecrypto) - 📲 EIP-7702 readiness
- 🛵 Substantial bundle size reductions for all libraries
- 🏄🏾♂️ All libraries now pure JS being WASM-free by default
- 🦋 No more propriatary
Node.jsprimitives
So: All libraries now work in the browser "out of the box".
Major release notes for this release can be found in the alpha.1 release notes here, with some additions along with the RC.1 releases, see here.
This is the first (and likely the last) round of RC releases for the upcoming breaking releases, following the alpha releases from October 2024 (see alpha release release notes for full/main change description). The releases are somewhat delayed (sorry for that), but final releases can now be expected very very soon, to be released once the Ethereum Pectra hardfork is scheduled for mainnet and all EIPs are fully finalized. Pectra will then also be the default hardfork setting for all EthereumJS libraries.
This breaking release round will come with a new versioning scheme (thanks to paulmillr for the suggestion), aligning the package numbers on breaking releases for all EthereumJS packages. This will make it easier to report bugs ("bug happened on EthereumJS version 10 releases"), reason about release series and make library compatibility more transparent and easier to grasp.
As a start we bump all major release versions to version 10, these RC releases are the first to be released with the new versioning scheme.
- Upgrade to TypeScript 5, PR #3607
- Node 22 support, PR #3669
- Upgrade
ethereum-cryptographyto v3, PR #3668
Maintenance release with downstream dependency updates, see PR #3527
Maintenance release with downstream dependency updates, see PR #3297
Maintenance release with dependency updates, see PR #3261
This release comes with full support for the Holesky public Ethereum testnet replacing the Goerli test network.
- Package CI integration, PR #3098
Final release version from the breaking release round from Summer 2023 on the EthereumJS libraries, thanks to the whole team for this amazing accomplishment! ❤️ 🥳
See RC1 release notes for the main change description.
Initial release.
This package contains all genesis state files (currently for Goerli, Mainnet and Sepolia) previously included in the @ethereumjs/blockchain package, see PR #2768, [#2815](#2815 and #2886) for package introduction.
This is to reduce bundle and distribution sizes for other packages, mainly Blockchain, EVM and VM, since genesis state information (particularly the large Mainnet state) is often not necessary for large parts of API usage.