Releases: serenita-org/vero
Releases · serenita-org/vero
v0.8.3
A minor release containing version bumps for dependencies and a small bugfix.
Features
Bug Fixes
Maintenance
- Simplify the detailed dashboard - remove
$validator_client_job_name
by @eth2353 in #24 - Bump dependencies by @eth2353 in #26
- Remove
no-commit-to-branch
pre-commit hook by @eth2353 in #28
Full Changelog: v0.8.2...v0.8.3
v0.8.2
A minor release containing performance optimizations.
Features
- Add optimization for quicker attesting post-launch by @eth2353 in #13
- Sign large amounts of messages in a separate process by @eth2353 in #15
- Improve duty start/submission time visualization by @eth2353 in #19
- Handle aggregates and contributions concurrently by @eth2353 in #21
Bug Fixes
- Fix flaky test
test_attest_if_not_yet_attested
by @eth2353 in #9 - Cancel pending asyncio tasks - wait_for_attestation_data by @eth2353 in #10
Maintenance
- Update docker/build-push-action to v6 by @eth2353 in #11
- Use
astral-sh/setup-uv
GitHub action by @eth2353 in #12 - Bump dependencies by @eth2353 in #16
- Use mypy strict mode and more ruff rules by @eth2353 in #17
- Fix
handle_reorg_event
after mypy changes by @eth2353 in #20 - Refactor and add tests for CLI args by @eth2353 in #18
Full Changelog: v0.8.1...v0.8.2
v0.8.1
A minor release containing an optimization for high validator counts and a bugfix for picking the correct beacon node when one of them goes offline.
What's Changed
- Reduce event loop lag by signing aggregation selection proofs in batches by @eth2353 in #3
- Update compose example and link to it from docs by @eth2353 in #4
- Fix best_beacon_node property on MultiBeaconNode - fix ordering by @eth2353 in #8
Full Changelog: v0.8.0...v0.8.1
v0.8.0
The first public release of Vero 🚀
Let's improve the client diversity situation by running all the clients!
This release contains:
- full support for all validator duties at the Deneb fork
- full compatibility with all CL and EL client implementations
- MEV boost support
- Gnosis Chain support
Enjoy!