Skip to content

Releases: serenita-org/vero

v0.8.3

16 Oct 20:03
cd0b985
Compare
Choose a tag to compare

A minor release containing version bumps for dependencies and a small bugfix.

Features

  • Add time_since_slot_start label to event loop lag metric by @eth2353 in #25

Bug Fixes

  • Fix setting the vc_attestation_consensus_failures metric value by @eth2353 in #22

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

24 Sep 19:31
1269253
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1...v0.8.2

v0.8.1

05 Sep 11:06
5293e9a
Compare
Choose a tag to compare

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

24 Aug 19:20
a029d69
Compare
Choose a tag to compare

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!