Skip to content

Release v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 01:57
1a816b4

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

  • track epoch transition steps time in metrics (#6143) (@tuyennhv)
  • add consensus_block_value to produceBlockV3 (#6136) (@ensi321)
  • more insight when publishing blocks (#6166) (@tuyennhv)
  • libp2p-gossipsub v10.1.1 (#6156) (@tuyennhv)
  • allow configuring broadcast validation on validator for proposals (#6151) (@g11tech)
  • implement consensus broadcastValidation and set it to default (#6149) (@g11tech)
  • support remote signer in voluntary exit command (#6132) (@eth2353)
  • improve processSlashings (#6121) (@tuyennhv)
  • implement shuffling cache (#6030) (@tuyennhv)
  • write heap snapshot to network/discv5 thread (#6130) (@tuyennhv)
  • support "input" param for verifiable tx (cont.) (#6101) (@rdvorkin)
  • print out URLs of connected services (#6099) (@nflaig)

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