Skip to content

Release v1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 15:33
def26ac

Hey everyone! We have released an optimization update for Lodestar! This version is recommended for upgrade, but not required for success on the Deneb hard fork this week. Some of the optimizations include:

  • Support for the sync committee reward beacon API endpoint post-Altair
  • Deneb: Pull blobs as soon as we see a new block
  • Deneb: Increase max attestation inclusion slot for post Deneb blocks
  • Memory optimizations
  • We have stopped supporting and now restrict using anything older than nodeJS v20.1 in our package.json

See you on the other side of the fork!

Changelog

Full Changelog

Features

Bug Fixes

  • increase max attestation inclusion slot for post deneb blocks (#6522) (@nflaig)
  • remove extra validation from builder response in builder proposal (#6478) (@g11tech)
  • increase bodyLimit of the beacon api server (#6476) (@g11tech)
  • request retries are abortable (#6466) (@nflaig)
  • update SSE payload attributes to be spec compliant (#6471) (@nflaig)

Refactoring

Dependencies

Continuous Integration

Tests

Maintenance

Documentation