Skip to content

Release v1.45.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:37
Immutable release. Only release title and notes can be modified.
668ea9d

Changelog

Full Changelog

Features

Bug Fixes

  • raise query string arrayLimit to 64 for validator id arrays (#9673) (@lodekeeper)
  • reject expensive beacon state requests while syncing (#9641) (@lodekeeper)
  • do not compare proposer index in proposer boost (#9653) (@ensi321)
  • apply gossip clock disparity to proposer_preferences slot check (#9633) (@lodekeeper)
  • handle malformed ENR location as error (#9522) (@Alleysira)
  • add length check for received msgId (#9469) (@Alleysira)
  • apply gossip clock disparity to execution payload bid slot validation (#9627) (@lodekeeper)
  • reject out-of-range builder_index in execution payload bid gossip validation (#9624) (@lodekeeper)
  • set gossipsub allowedTopics (#9620) (@wemeetagain)
  • submit PTC attestation early only for the canonical block's payload (#9588) (@nflaig)
  • remove parent_block_number from payload_attributes event post-gloas (#9592) (@nflaig)
  • advance equivocation cursor for slashed validators with no live vote (#9597) (@nflaig)
  • proposer preferences race condition (#9613) (@markolazic01)
  • prune old proposer preferences submissions (#9591) (@nflaig)
  • avoid removed sync chain references (#9568) (@twoeths)
  • keep persistedKey when re-adding a reloaded checkpoint state (#9557) (@GrapeBaBa)
  • share in-flight payload envelope import promise to prevent sync spin loop (#9501) (@barnabasbusa)
  • skip orphaned payload columns in data columns by range (#9471) (@nflaig)
  • ensure PayloadEnvelopeInput in cache whenever we have a block (#9476) (@twoeths)
  • init transports before processing bootENRs in PeerDiscovery (#9560) (@lodekeeper)

Performance

Refactoring

  • move slot to query param in producePayloadAttestationData (#9629) (@lodekeeper)
  • defer fc store mutations after protoarray block import (#9581) (@ensi321)

Maintenance