Skip to content

Releases: ChainSafe/lodestar

Release v1.14.0-rc.2

12 Jan 18:02
Compare
Choose a tag to compare
Release v1.14.0-rc.2 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • produce phase0 beacon block body once (#6270) (@nazarhussain)
  • auto use produceBlockV3 deneb+ unless specified (#6262) (@g11tech)
  • reject builder blocks if engine indicates censorship (#6258) (@g11tech)
  • prune BlsToExecutionChange opPool with head state (#6252) (@tuyennhv)
  • track prepare next epoch time (#6256) (@tuyennhv)
  • add and support builder_boost_factor query param to produceBlockV3 api (#6236) (@g11tech)
  • schedule deneb on goerli (#6254) (@g11tech)
  • implement new state caches (#6176) (@tuyennhv)
  • allow validator to request blinded versions for locally produced and selected blocks (#6227) (@g11tech)
  • add workflow_dispatch to docs (#6235) (@matthewkeil)
  • implement blob sidecars with inclusion proof instead of signtaures (#6089) (@g11tech)
  • add response headers to produceBlockV3 (#6228) (@ensi321)
  • optimistically verify blocks even before all blobs available (#6087) (@g11tech)

Bug Fixes

  • add Ephemery Deneb fork epoch (#6287) (@taxmeifyoucan)
  • use bigint to calculate max builder boost factor (#6275) (@nflaig)
  • parse --builder.boostFactor value as bigint instead of number (#6277) (@nflaig)
  • update voluntary exit block inclusion filter (#6278) (@dapplion)
  • update teku's bootnode (#6273) (@tbenr)
  • increase range for the random value of request id in prover (#6115) (@rdvorkin)
  • remove invalid workflow step (#6246) (@matthewkeil)
  • correct createFromState() with cached current shuffling (#6240) (@tuyennhv)
  • fix block value calculation in produceBlockV3 (#6207) (@ensi321)
  • track jobItemWorkReq function time (#6203) (@tuyennhv)

Refactoring

Dependencies

Continuous Integration

Tests

Maintenance

  • update url of goerli bootnodes file and genesis ssz (#6279) (@nflaig)
  • migrate dashboards to latest grafana version (#6272) (@nflaig)
  • fix block production step time panels (#6271) (@nflaig)
  • update Grafana panels for gossip validation (#6255) (@tuyennhv)
  • blob inclusion proof PR cleanup (#6239) (@g11tech)
  • fix yarn install warnings related to vitest (#6232) (@nflaig)
  • merge v1.13 stable back to unstable (#6218) (@philknows)
  • add preHandler hook to fastify (#6210) (@tuyennhv)
  • epoch transition by steps panel (#6205) (@tuyennhv)
  • deps: bump get-func-name from 2.0.0 to 2.0.2 (#6006) (@dependabot[bot])
  • deps: bump follow-redirects from 1.15.2 to 1.15.4 (#6267) (@dependabot[bot])
  • deps: bump undici from 5.22.1 to 5.28.2 (#6265) (@dependabot[bot])
  • deps: bump @babel/traverse from 7.11.0 to 7.23.7 (#6264) (@dependabot[bot])
  • deps: bump axios from 1.3.4 to 1.6.0 (#6104) (@dependabot[bot])

Documentation

Release v1.14.0-rc.1

10 Jan 17:17
Compare
Choose a tag to compare
Release v1.14.0-rc.1 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • auto use produceBlockV3 deneb+ unless specified (#6262) (@g11tech)
  • reject builder blocks if engine indicates censorship (#6258) (@g11tech)
  • prune BlsToExecutionChange opPool with head state (#6252) (@tuyennhv)
  • track prepare next epoch time (#6256) (@tuyennhv)
  • add and support builder_boost_factor query param to produceBlockV3 api (#6236) (@g11tech)
  • schedule deneb on goerli (#6254) (@g11tech)
  • implement new state caches (#6176) (@tuyennhv)
  • allow validator to request blinded versions for locally produced and selected blocks (#6227) (@g11tech)
  • add workflow_dispatch to docs (#6235) (@matthewkeil)
  • implement blob sidecars with inclusion proof instead of signtaures (#6089) (@g11tech)
  • add response headers to produceBlockV3 (#6228) (@ensi321)
  • optimistically verify blocks even before all blobs available (#6087) (@g11tech)

Bug Fixes

  • use bigint to calculate max builder boost factor (#6275) (@nflaig)
  • parse --builder.boostFactor value as bigint instead of number (#6277) (@nflaig)
  • update voluntary exit block inclusion filter (#6278) (@dapplion)
  • update teku's bootnode (#6273) (@tbenr)
  • increase range for the random value of request id in prover (#6115) (@rdvorkin)
  • remove invalid workflow step (#6246) (@matthewkeil)
  • correct createFromState() with cached current shuffling (#6240) (@tuyennhv)
  • fix block value calculation in produceBlockV3 (#6207) (@ensi321)
  • track jobItemWorkReq function time (#6203) (@tuyennhv)

Refactoring

Dependencies

Tests

Maintenance

  • update url of goerli bootnodes file and genesis ssz (#6279) (@nflaig)
  • migrate dashboards to latest grafana version (#6272) (@nflaig)
  • fix block production step time panels (#6271) (@nflaig)
  • update Grafana panels for gossip validation (#6255) (@tuyennhv)
  • blob inclusion proof PR cleanup (#6239) (@g11tech)
  • fix yarn install warnings related to vitest (#6232) (@nflaig)
  • merge v1.13 stable back to unstable (#6218) (@philknows)
  • add preHandler hook to fastify (#6210) (@tuyennhv)
  • epoch transition by steps panel (#6205) (@tuyennhv)
  • deps: bump get-func-name from 2.0.0 to 2.0.2 (#6006) (@dependabot[bot])
  • deps: bump follow-redirects from 1.15.2 to 1.15.4 (#6267) (@dependabot[bot])
  • deps: bump undici from 5.22.1 to 5.28.2 (#6265) (@dependabot[bot])
  • deps: bump @babel/traverse from 7.11.0 to 7.23.7 (#6264) (@dependabot[bot])
  • deps: bump axios from 1.3.4 to 1.6.0 (#6104) (@dependabot[bot])

Documentation

Release v1.14.0-rc.0

08 Jan 16:38
Compare
Choose a tag to compare
Release v1.14.0-rc.0 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • schedule deneb on goerli (#6254) (@g11tech)
  • implement new state caches (#6176) (@tuyennhv)
  • allow validator to request blinded versions for locally produced and selected blocks (#6227) (@g11tech)
  • add workflow_dispatch to docs (#6235) (@matthewkeil)
  • implement blob sidecars with inclusion proof instead of signtaures (#6089) (@g11tech)
  • add response headers to produceBlockV3 (#6228) (@ensi321)
  • optimistically verify blocks even before all blobs available (#6087) (@g11tech)

Bug Fixes

  • remove invalid workflow step (#6246) (@matthewkeil)
  • correct createFromState() with cached current shuffling (#6240) (@tuyennhv)
  • fix block value calculation in produceBlockV3 (#6207) (@ensi321)
  • track jobItemWorkReq function time (#6203) (@tuyennhv)

Refactoring

Dependencies

Tests

Maintenance

  • blob inclusion proof PR cleanup (#6239) (@g11tech)
  • fix yarn install warnings related to vitest (#6232) (@nflaig)
  • merge v1.13 stable back to unstable (#6218) (@philknows)
  • add preHandler hook to fastify (#6210) (@tuyennhv)
  • epoch transition by steps panel (#6205) (@tuyennhv)

Documentation

Release v1.13.0

21 Dec 01:57
1a816b4
Compare
Choose a tag to compare

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

Release v1.13.0-rc.1

19 Dec 06:29
Compare
Choose a tag to compare
Release v1.13.0-rc.1 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • track epoch transition steps time in metrics (#6143) (@tuyennhv)
  • add consensus_block_value to produceBlockV3 (#6136) (@naviechan)
  • 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

  • update flag to pass builder url (#6190) (@nflaig)
  • log block transition steps in publishBlock api (#6199) (@tuyennhv)
  • fix yarn.lock diff (#6169) (@nflaig)
  • consistently include code in block error metadata (#6148) (@nflaig)
  • update external signer configuration errors (#6140) (@nflaig)
  • merge stable v1.12 back to unstable (#6100) (@philknows)
  • add reference to attestation summary metric explainer (#6092) (@nflaig)
  • log precomputed checkpoint state hits (#6097) (@tuyennhv)
  • networks: update gnosis bootnodes (#6164) (@4rgon4ut)

Documentation

Release v1.13.0-rc.0

13 Dec 23:52
Compare
Choose a tag to compare
Release v1.13.0-rc.0 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • track epoch transition steps time in metrics (#6143) (@tuyennhv)
  • add consensus_block_value to produceBlockV3 (#6136) (@naviechan)
  • 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

  • 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

Release v1.12.1

12 Dec 17:27
85e44ef
Compare
Choose a tag to compare

Update on v1.12: We've just released a v1.12.1 patch for users to upgrade. A post-mortem on the v1.12.0 issue can be found here on Twitter: https://x.com/lodestar_eth/status/1734628608595878309. We highly recommend users upgrade to this release if you are using v1.12.0. Please continue to report any additional issues or findings to our Discord, Thanks for your patience!

Changelog

Full Changelog

Features

  • libp2p-gossipsub v10.1.1 (#6156) (@tuyennhv)
  • more insight when publishing blocks (#6166) (@tuyennhv)
  • allow configuring broadcast validation on validator for proposals (#6151) (@g11tech)
  • implement consensus broadcastValidation and set it to default (#6149) (@g11tech)

Bug Fixes

  • clone attestations for block inclusion (#6174) (@tuyennhv)
  • add log for blockroot being signed for debugging proposal failures (#6147) (@g11tech)
  • logtrace produced cache population for blinded block assembly (#6131) (@g11tech)

Maintenance

Release v1.12.1-rc.4

09 Dec 09:20
Compare
Choose a tag to compare
Release v1.12.1-rc.4 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • more insight when publishing blocks (#6166) (@tuyennhv)
  • allow configuring broadcast validation on validator for proposals (#6151) (@g11tech)
  • implement consensus broadcastValidation and set it to default (#6149) (@g11tech)

Bug Fixes

  • clone attestations for block inclusion (#6174) (@tuyennhv)
  • add log for blockroot being signed for debugging proposal failures (#6147) (@g11tech)
  • logtrace produced cache population for blinded block assembly (#6131) (@g11tech)

Release v1.12.1-rc.3

08 Dec 05:44
Compare
Choose a tag to compare
Release v1.12.1-rc.3 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • more insight when publishing blocks (#6166) (@tuyennhv)
  • allow configuring broadcast validation on validator for proposals (#6151) (@g11tech)
  • implement consensus broadcastValidation and set it to default (#6149) (@g11tech)

Bug Fixes

  • add log for blockroot being signed for debugging proposal failures (#6147) (@g11tech)
  • logtrace produced cache population for blinded block assembly (#6131) (@g11tech)

Release v1.12.1-rc.2

02 Dec 14:41
Compare
Choose a tag to compare
Release v1.12.1-rc.2 Pre-release
Pre-release

Changelog

Full Changelog

Features

  • allow configuring broadcast validation on validator for proposals (#6151) (@g11tech)
  • implement consensus broadcastValidation and set it to default (#6149) (@g11tech)

Bug Fixes

  • add log for blockroot being signed for debugging proposal failures (#6147) (@g11tech)
  • logtrace produced cache population for blinded block assembly (#6131) (@g11tech)