Summary
This is a hotfix release addressing several bugs and performance issues discovered in v8.0.0.
Notable changes:
- From the Fulu fork, checkpoint blobs will no longer be downloaded from the checkpoint server and instead they will be fetched from p2p peers. The getBlobSidcars Beacon API is deprecated from Fulu and clients may drop support in future releases. (#8413, #8417)
- Prevent unnecessary state advances pre-Fulu. This improves beacon node performance prior to the Fulu fork. (#8388)
- Fix rare custody context initialization race condition that could cause panics. (#8391)
As a reminder, all mainnet users must upgrade to either v8.0.0 or v8.0.1 prior to the Fulu fork at epoch 411,392 (2025-12-03, 21:49 UTC). You must also update your execution client (e.g. Geth, Nethermind, Erigon, Besu or Reth).
For users upgrading from v7.x.x, please see v8.0.0 release notes here.
Update Priority
This table provides priorities for which classes of users should update particular components.
| User Class | Beacon Node | Validator Client |
|---|---|---|
| Staking Users | Medium | Low |
| Non-Staking Users | Low | --- |
See Update Priorities for more information about this table.
All Changes
- Release v8.0.1 (#8414)
- Reimport the checkpoint sync block (#8417)
- Fix md format (#8434)
- Compute missing_columns correctly (#8425)
- Fix custody context initialization race condition that caused panic (#8391)
- Do not require blobs from checkpoint servers from Fulu epochs. (#8413)
- Fix tracing span for execution payload verif (#8419)
- re-targeting of
remove-windows-ciagainstrelease-v8.0(#8406) - Prevent unnecessary state advances pre-Fulu (#8388)
Binaries
See pre-built binaries documentation.
The binaries are signed with Sigma Prime's PGP key: 15E66D941F697E28F49381F426416DC3F30674B0
| System | Architecture | Binary | PGP Signature |
|---|---|---|---|
| | aarch64 | lighthouse-v8.0.1-aarch64-apple-darwin.tar.gz | PGP Signature |
| | x86_64 | lighthouse-v8.0.1-x86_64-unknown-linux-gnu.tar.gz | PGP Signature |
| | aarch64 | lighthouse-v8.0.1-aarch64-unknown-linux-gnu.tar.gz | PGP Signature |
| System | Option | - | Resource |
| | Docker | v8.0.1 | sigp/lighthouse |