Skip to content

v20.11.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajsutton ajsutton released this 20 Nov 01:31
· 3222 commits to master since this release
a73156f

Additions and Improvements

  • Optimised gossip handling in jvm-libp2p.
  • Optimised attestation and aggregate verification, ensuring signatures are only verified once.
  • Added new metrics beacon_current_correct_validators and beacon_previous_correct_validators to report the number of validators that attested to the correct head block in the current and previous epochs.

Bug Fixes

  • Fixed seenTTL value in gossipsub configuration. Significantly reduces rate of gossip traffic.
  • Avoid potential errors when regenerating states immedately after starting from a non-genesis state.
  • Fixed issue where validator duties may not be performed during the first two epochs after restart.