Vero v1.0.0-rc.2 is here! This latest release candidate adds support for the Pectra network upgrade on the Hoodi testnet! The full list of Pectra-supported networks now consists of: Holešky testnet, Hoodi testnet, Chiado testnet.
A v1.0.0 release for Mainnet and Gnosis Chain will follow once the fork schedules are confirmed.
Vero v1.0.0-rc.2 is compatible with the Pectra-ready client releases listed below. Ensure you are running compatible client versions before updating Vero.
| Version | |
|---|---|
| Grandine | 1.0.0+ |
| Lighthouse | v7.0.0-beta.0+ |
| Lodestar | v1.27.0+ |
| Nimbus | v25.2.0+ |
| Prysm | v5.3.0+ |
| Teku | 25.2.0+ |
Features
- Add support for Electra fork by @eth2353 in #72
- Set
ELECTRA_FORK_EPOCHfor Holesky by @eth2353 in #75 - Update compatibility table for Electra by @eth2353 in #76
- Update Lodestar version to v1.27.0 in compatibility table by @eth2353 in #82
- Add support for the Chiado testnet by @eth2353 in #87
- Print Vero version and exit for
--versionby @eth2353 in #91 - Add tracing span to block publish functions by @eth2353 in #92
- Track participant count in aggregates returned by beacon nodes by @eth2353 in #94
- Add
----DANGER----disable-slashing-detectionCLI flag by @eth2353 in #99 - Add support for the Hoodi testnet by @eth2353 in #100
Bug Fixes
- Fix sync committee duty logging by @eth2353 in #78
- Fix pre-Electra aggregate requests by @eth2353 in #83
- Fix beacon node version tracking metric - remove old value by @eth2353 in #85
- Increase
read_bufsizeto be able to handle larger server responses by @eth2353 in #86 - Handle fallback value for
aiohttp.HeadersMixin.content_typeby @eth2353 in #96
Maintenance
- Refactor tests - share same genesis by @eth2353 in #77
- Improve typing by @eth2353 in #79
- Bump dependencies by @eth2353 in #80
- Remove Grandine-specific limitations by @eth2353 in #23
- Improve block proposal typing and prep for SSZ by @eth2353 in #93
- Use native uv way for dependency management by @eth2353 in #95
- Remove no-longer-used fallback method
_get_validators_fallbackby @eth2353 in #97 - Suppress warning emitted by prometheus by @eth2353 in #98
Full Changelog: v0.9.1...v1.0.0-rc.2