Skip to content

Release v1.20.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 16:17
· 307 commits to unstable since this release
115118c

Hey Lodestar users!

We've released a v1.20.2 patch that fixes a cross-client compatibility issue when publishing blinded blocks using a Lodestar beacon node and a Lighthouse/Nimbus validator client with mev-boost enabled. We highly recommend the few users affected by this to upgrade.

For testing, such as those using Lodestar within Kurtosis for multi-client devnet tests, you now can use the --disableKeystoresThreadPool flag to disable worker pools for quicker decryption of less secure test keystores.

Changelog

Full Changelog

Features

  • add option to disable thread pool for keystore decryption (#6949) (@nflaig)

Bug Fixes

  • fix the publish blinded block api parsing for optional header version (#6966) (@g11tech)

Maintenance