Skip to content

Release v1.13.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 23:52

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