github ChainSafe/lodestar v1.13.0
Release v1.13.0

latest releases: v1.22.0, v1.22.0-rc.0, v1.21.0...
9 months ago

Happy holidays everyone! We've released our hopefully last release for 2023 with v1.13.0!
We recommend users upgrade for some performance and user improvements. Some of which are highlighted below:

  • Lodestar now logs info about your connected service URLs. This is especially useful for users using Lodestar with multiple/fallback services to know on startup what they’re connected to.

  • PR #6132 now allows for voluntary exits by remote signers. Previously, Lodestar only allowed voluntary exits from locally imported keystores.

  • We previously did not include Eth-Consensus-Version header as part of our getStateV2 and getBlockV2 responses as per the Beacon-APIs spec. We are continuing to address this and are refactoring our SSZ API responses also for inclusion on the BlockV3 endpoint.

  • We’ve done a big refactor in our docs and will continue to build it with more context and education for Ethereum users, starting with PR #6134.

  • We cleared up usage of the --builder.url. We do not support multiple connected builders and will only use the first URL attached. If multiple URLs are supplied, it will now throw an error.

Other fixes include performance improvements such as implementing a shuffling cache (PR #6030) to verify attestations rather than using the state cache and regen, and improvements on how we process slashings (PR #6121).

Changelog

Full Changelog

Features

Bug Fixes

  • improve compute new state root when producing block (#6195) (@tuyennhv)
  • pass user credentials to events http client (#6179) (@nflaig)
  • sanitize URL to prevent leaking user credentials in logs (#6175) (@nflaig)
  • clone attestations for block inclusion (#6174) (@tuyennhv)
  • do not uri-encode Basic Auth header contents (#6155) (@jshufro)
  • producedBlindedBlockRoot metric typo (#6153) (@tuyennhv)
  • set consensus version header in state and block response (#6152) (@nflaig)
  • prevent low peer count warning on startup (#6150) (@nflaig)
  • bound AttesterSlashing instances when producing block (#6139) (@tuyennhv)
  • add log for blockroot being signed for debugging proposal failures (#6147) (@g11tech)
  • include slot in block error metadata (#6146) (@nflaig)
  • remove duties when deleting remote key via keymanager (#6141) (@nflaig)
  • logtrace produced cache population for blinded block assembly (#6131) (@g11tech)
  • hexToBuffer bug (#6098) (@orenyomtov)
  • log useProduceBlockV3 default value instead of undefined (#6125) (@nflaig)
  • remove unused gossip block metrics from network core (#6120) (@nflaig)
  • only transfer cache at epoch transition (#6102) (@tuyennhv)
  • avoid leaky event handler in waitForCheckpointState (#6096) (@tuyennhv)
  • transfer cache in prepareNextSlot epoch transition (#6068) (@tuyennhv)

Build System

Continuous Integration

Tests

Maintenance

Documentation

Don't miss a new lodestar release

NewReleases is sending notifications on new releases.