Good day everyone! We've released v1.33.0 of Lodestar for all to benefit.
This update is recommended for users with an upgrade to libp2p, enabling proposer boost reorg by default and minor maintenance to the client. If you previously had issues with CPU compatibility (generally older CPUs) with v1.32.0, this upgrade will likely fix it.
Changelog
Features
- add cool down period for reconnection of peers (#8067) (@matthewkeil)
- enable proposer boost reorg by default (#8080) (@nflaig)
- add
submitBlindedBlockV2
builder api (#8055) (@ensi321) - add genesis state root integrity validation (#7841) (@vedant-asati)
- add next fork digest (nfd) entry to ENR (#8023) (@nflaig)
Bug Fixes
- don't send validator registrations pre-genesis (#8088) (@nflaig)
- query shuffling from cache to compute proposer lookahead (#7988) (@nflaig)
- detect weak head when predicting proposer head (#8079) (@nflaig)
- only check genesis state root if network is specified (#8074) (@nflaig)
- fix proposer boost reorg by suppressing fcu call during import (#7810) (@ensi321)
- await builder header response before capturing timing metric (#8058) (@nflaig)
Tests
- setup unit tests for bun runtime (#7971) (@nazarhussain)
Maintenance
- v1.33.0 release (#8100) (@philknows)
- update @chainsafe/bls dependency (#8083) (@wemeetagain)
- update peerDAS kzg library to v0.8 (#8075) (@kevaundray)
- bump libp2p (#8049) (@wemeetagain)
- merge v1.32.0 stable back to unstable (#8061) (@philknows)