Skip to content

v1.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 20:37
· 47 commits to develop since this release
5ab0183

⚠️ This is a required update for the upcoming Pectra upgrade! ⚠️

Note

The Pectra upgrade will happen at epoch 364032 (May 7, 2025, 10:05:11am UTC).


Docker Image: flashbots/mev-boost:1.9


🚀 Features

  • Add support for the upcoming Pectra upgrade.
  • Add support for SSZ encoded messages.
  • Add support for RISC-V platforms.

🎄 Enhancements

  • Build with go 1.24, the current latest version.
  • Update all dependencies to their latest versions.
  • Split core functionality into more files for improved organization.
  • Add HeaderDateMilliseconds for improved request timing tracking.
  • Re-add support for past upgrades, Bellatrix and Capella.
  • Remove support for relay monitors.

Details & PRs

Noteworthy Changes

Various Improvements

Dependency Updates

  • Bump golang.org/x/crypto from 0.23.0 to 0.31.0 by @dependabot in #714
  • Bump github.com/ethereum/go-ethereum from 1.14.13 to 1.15.0 by @dependabot in #737
  • Bump github.com/ethereum/go-ethereum from 1.15.0 to 1.15.1 by @dependabot in #740
  • Bump github.com/ethereum/go-ethereum from 1.15.1 to 1.15.2 by @dependabot in #743
  • Bump github.com/attestantio/go-builder-client from 0.6.1-0.20250214094521-11f33217a1ad to 0.6.1 by @dependabot in #745
  • Bump version to v1.9-rc3 by @jtraglia in #759
  • Update dependencies by @jtraglia in #755
  • Update all dependencies by @jtraglia in #771

New Contributors


📚 References