github ChainSafe/lodestar v1.42.0
Release v1.42.0

20 hours ago

Hey Lodestar operators! We've just released v1.42.0 and recommend users upgrade for the latest features and best performance.

QUIC transport is now enabled by default. As noted in the v1.41.0 release, this change was coming. If you haven't already, you must allow UDP traffic on port 9001 through your firewall. Without this, your node will have degraded connectivity. If you need to disable QUIC for any reason, you can use --quic=false or --no-quic. Check out our networking docs for more details.

This release also includes a fix for QUIC early adopters from last release. Lodestar now only creates QUIC clients for address families that are actually configured, so QUIC works out of the box regardless of your network setup.

We are making great strides towards the Gloas hard-fork with this release but have added a couple of small things that will make operation user experience more cozy. In particular, the voluntary exit command can now write to file instead of publishing directly for those of you with complex setups.

Full Changelog

Features

Bug Fixes

  • process payload attestations before payload envelope import (#9159) (@nflaig)
  • update attestation data index extraction (#9158) (@nflaig)
  • track PayloadExecutionStatus for forkchoice onExecutionPayload() (#9119) (@twoeths)
  • update stale custody group metric name in summary dashboard (#9121) (@lodekeeper)
  • only create QUIC clients for configured address families (#9101) (@lodekeeper)
  • use IGNORE instead of REJECT for missing payload envelope input (#9094) (@nflaig)
  • improve sync aggregate participation (#9070) (@lodekeeper)
  • override MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS for Gnosis (#9075) (@lodekeeper)

Refactoring

  • generalize NetworkProcessor awaiting-block mechanism for all gossip types (#9059) (@twoeths)
  • simplify protoArray pruning for gloas (#9068) (@GrapeBaBa)
  • avoid falsy zero check in indexed attestation bounds validation (#9089) (@nflaig)

Tests

Maintenance

Documentation

Don't miss a new lodestar release

NewReleases is sending notifications on new releases.