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
- 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)