Vero v1.3.0-rc.0 includes support for the Fusaka network upgrade on the Holešky and Hoodi testnets!
Holešky node operators must update to this release before the Fusaka fork (epoch 165120, Oct-01-2025 08:48:00 UTC).
Hoodi node operators must update to this release before the Fusaka fork (epoch 50688, Oct-28-2025 18:53:12 UTC).
Further Vero releases are expected once dates are agreed upon for the Chiado testnet, Gnosis Chain and Ethereum Mainnet – this release is incompatible with networks for which the Fulu fork epoch has not been set!
Vero v1.3.0-rc.0 is compatible with the Fusaka-ready client releases listed below. Ensure you are running compatible client versions before updating Vero.
| Version | |
|---|---|
| Grandine | 2.0.0.rc0 |
| Lighthouse | v8.0.0-rc.0 |
| Lodestar | v1.35.0-rc.1 |
| Nimbus | 25.9.2 |
| Prysm | v6.1.0 |
| Teku | 25.9.3 |
Documentation 📖
Check out Vero's recently launched docs at vero.docs.serenita.io!
Changes included in this release
Features
- Add support for Fulu by @eth2353 in #160
- Parse network config using PyYAML by @eth2353 in #198
- Schedule Fusaka on Holesky by @eth2353 in #200
- Schedule Fusaka on Hoodi by @eth2353 in #201
Bug Fixes
Maintenance
- Refactor ERRORS_METRIC by @eth2353 in #185
- Add
TaskManager.add_existing_taskmethod by @eth2353 in #186 - Add
BeaconChain.get_fork_versionmethod by @eth2353 in #188 - Refactor: Move
ContentTypeinto shared_headersprovider module by @eth2353 in #187 - Use vero:latest in compose-example.yaml by @eth2353 in #190
- Use
${{ github.repository }}in docker workflow by @eth2353 in #191 - Bump uv to 0.8.15 by @eth2353 in #193
- Add Caplin to compatibility table by @eth2353 in #194
- Docs: add link to Keymanager API reference by @eth2353 in #196
- Update README by @eth2353 in #197
- Update README: add scatter plot showcasing Vero's focus on simplicity by @eth2353 in #199
- Update assertoor config for Fusaka by @eth2353 in #205
- Add Fulu presets by @eth2353 in #203
- Base Vero's internal
_testsconfig file on Hoodi config file by @eth2353 in #202
Full Changelog: v1.2.0...v1.3.0-rc.0