github ChainSafe/lodestar v1.34.0
Release v1.34.0

latest releases: v1.34.1, v1.34.1-rc.0
14 hours ago

Good day everyone, we've released our latest stable v1.34.0 which includes some notable changes and optimizations that we found from Fusaka devnets which benefit mainnet today. Note that this release is NOT Fusaka ready, but is recommended for installation due to improved peering, syncing and block production. Do not be afraid of the changelog, it includes many changes that concern the Fusaka hard fork. Our summary here will include changes that are important to note for current Pectra mainnet:

  • Default peering is now increased from 100 to 200 peers. In preparation for Fusaka, having a larger group of diverse, connected peers is important and you can benefit today with minimal hardware tradeoffs. If you would like to change the peering limits, you can always do so using the --targetPeers flag and set a new number.

  • We now persist your ENR/Network identity by default. This is important for Fusaka in order to have reliable peering for data custodianship in PeerDAS. Your network identity will no longer change upon restart, but can be set via the --persistNetworkIdentity flag to false.

  • Syncing has been improved with optimizations such as #8166 which avoids being rate limited while syncing.

  • A fix has been included for getHeader timeouts in rare cases where the common block body production would delay the call in the slot. A special thanks to celticwarrior from EthStaker and to the solo staker community for helping us find and squash bugs!

The full changelog can be found below, but note that most changes here pertain to merging Fusaka features into our trunk branch.

Changelog

Full Changelog

Features

Bug Fixes

Refactoring

Tests

Maintenance

Documentation

Don't miss a new lodestar release

NewReleases is sending notifications on new releases.