Skip to content

Releases: flashbots/mev-boost

v1.10.1

13 Nov 12:00

Choose a tag to compare

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

Note

The Fusaka upgrade will happen at epoch 411392 (Dec-03-2025 09:49:11 PM UTC).



🚀 Enhancements

  • Send getPayload requests to relays in the background after a successful response by @faheelsattar in #850
    • This helps us maintain redundancy in the case where a relay fails to broadcast a block
    • Also included: color logs to make them more readable in development (non-JSON mode)
  • Tag relay url in logs to make it more readable by @bharath-123 in #859

🐞 Notable bug fixes

  • Fix a race condition in the fallback logic from GetPayloadV2 to GetPayloadV1 by @klim0v in #855

👋 New Contributors

v1.10

01 Nov 06:54

Choose a tag to compare

Overview

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

Note

The Fusaka upgrade will happen at epoch 411392 (Dec-03-2025 09:49:11 PM UTC).

Docker Image: flashbots/mev-boost:1.10

🚀 Features

Some of the major features added in this release are:

  • Support for the Fusaka Release
  • Support for the new GetPayloadV2 API
  • Support for Prometheus Metrics
  • Support for an X-Timeout-Ms header in getHeader requests

🎄 Enhancements

  • Update all dependencies to their latest versions
  • Fix a bug with parsing custom genesis time
  • Fallback to getPayloadV1 API if the getPayloadV2 API fails
  • Add JSON Content-Type for relay getPayload if the relay doesn't support SSZ
  • Change no-bid-found log level to debug

Changelog

v1.10-alpha7

28 Oct 06:10

Choose a tag to compare

v1.10-alpha7 Pre-release
Pre-release

Overview

This alpha release adds support for the upcoming Fusaka upgrade on the Holesky, Sepolia, and Hoodi testnets.

For details about when the testnets will be upgraded, refer to the Ethereum Foundation's fusaka testnet annoucement.

Docker Image: flashbots/mev-boost:1.10a7

Changes since v1.10-alpha6

From the v1.10-alpha6 release, this release updates go-boost-utils to it's latest fusaka release https://github.com/flashbots/go-boost-utils/releases/tag/v1.10.0

Changelog

v1.10-alpha6

10 Oct 06:16

Choose a tag to compare

v1.10-alpha6 Pre-release
Pre-release

Overview

This alpha release adds support for the upcoming Fusaka upgrade on the Holesky, Sepolia, and Hoodi testnets.

For details about when the testnets will be upgraded, refer to the Ethereum Foundation's fusaka testnet annoucement.

Docker Image: flashbots/mev-boost:1.10a6

Changes since v1.10-alpha5

From the v1.10-alpha5 release, this release adds support to fallback to eth/v1/builder/blinded_blocks api if eth/v2/builder/blinded_blocks api fails.

ethereum/builder-specs#123 introduces the eth/v2/builder/blinded_blocks API which doesn't return the fully signed block back to the proposer to save network bandwidth and relys on the mev-boost-relay to publish the block to the network.

If by any chance, the v2 API is not implemented by a relay provider it can cause a missed slot. To avoid such situations, we fallback to the v1 API in case the v2 API has not been implemented.

Changelog

v1.10-alpha5

29 Sep 14:42

Choose a tag to compare

v1.10-alpha5 Pre-release
Pre-release

Overview

This alpha release adds support for the upcoming Fusaka upgrade on the Holesky, Sepolia, and Hoodi testnets.

For details about when the testnets will be upgraded, refer to the Ethereum Foundation's fusaka testnet annoucement.

Docker Image: flashbots/mev-boost:1.10a5

Changelog

v1.10-alpha3

04 Sep 10:04
v1.10-alpha3
569c252

Choose a tag to compare

v1.10-alpha3 Pre-release
Pre-release

Notable changes

New Contributors


Docker images: flashbots/mev-boost:1.10a3

docker pull flashbots/mev-boost:1.10a3

v1.9

22 Apr 20:37
5ab0183

Choose a tag to compare

⚠️ 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


New Contributors


📚 References

v1.9-rc3

25 Mar 21:38
79c3997

Choose a tag to compare

v1.9-rc3 Pre-release
Pre-release

🚀 Features

🎄 Enhancements

  • Use consistent capitalization for log messages #732
  • Add fixes to SendHTTPRequest #735
  • Add SSZ tests for registerValidator #741
  • Remove support for relay monitors #739
  • Fix Rémy Roy's guide link in README.md #744
  • Add HeaderDateMilliseconds for improved request timing tracking #748
  • Remove deprecated HeaderStartTimeUnixMS #749
  • Update dependencies #737 #740 #743 #745 #755

📚 References

v1.9-rc2

04 Feb 18:49
v1.9-rc2
0b53e67

Choose a tag to compare

v1.9-rc2 Pre-release
Pre-release

🚀 Features

  • Add support for the upcoming Electra upgrade.
  • Add support for RISC-V platforms.

🎄 Enhancements

  • Update golang to 1.23, the current latest version.
  • Update all other dependencies to their latest versions.
  • Refactor some functions to use generics, improving readability.
  • Split core functionality into more files, improving organization.
  • Re-add support for past upgrades, Bellatrix and Capella.

🐞 Notable bug fixes

  • Fix an issue with the custom genesis fork flag.
  • Fix bug which prevented version from being printed.

📚 References

v1.8

29 Aug 14:08
v1.8
ba75f21

Choose a tag to compare

What's changed

MEV-Boost v1.8 includes two noteworthy (albeit minor) changes, and a bit of cleanup and dependency updates.

✨ Noteworthy changes

🏗️ Cleanups & refactoring

Dependency updates

  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #632
  • Bump github.com/attestantio/go-builder-client from 0.4.2 to 0.4.5 by @dependabot in #638
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #634
  • Bump github.com/ethereum/go-ethereum from 1.13.14 to 1.14.7 by @dependabot in #662
  • Bump github.com/holiman/uint256 from 1.3.0 to 1.3.1 by @dependabot in #669

New Contributors


Full Changelog

v1.7.1...v1.8


Docker Images

https://hub.docker.com/r/flashbots/mev-boost/tags

  • flashbots/mev-boost:1.8
  • flashbots/mev-boost:latest