Skip to content

Release v1.36.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Nov 21:54
· 7 commits to unstable since this release

Changelog

Full Changelog

Features

Bug Fixes

  • prevent columns that arrive after block import from getting processed (#8598) (@matthewkeil)
  • resubscribe to beacon subnets on current epoch reorg (#8570) (@phertyameen)
  • refactor validateColumnsByRangeResponse (#8482) (@matthewkeil)
  • update local status fork digest on fork boundary transition (#8561) (@nflaig)
  • remove extraneous fields from /eth/v1/node/peers response (#8554) (@nflaig)
  • ignore already known data column sidecars (#8542) (@nflaig)
  • respect reverse and limit in bun leveldb controller (#8529) (@wemeetagain)
  • only trigger get blobs and data column reconstruction if missing data (#8536) (@nflaig)
  • ensure data column sidecars respect blob limit (#8534) (@nflaig)
  • do not create default cache entry for unknown proposers (#8532) (@nflaig)
  • avoid emitting stale light client updates (#8522) (@nflaig)
  • avoid Set.has() in computeDeltas() (#8525) (@twoeths)
  • improve heap size limit log (#8516) (@twoeths)

Refactoring

Tests

Maintenance