Overview
This is the mainnet release of MEV-Boost for Fusaka!
⚠️ This is a required update for the upcoming Fusaka upgrade! ⚠️
Docker Image: flashbots/mev-boost:1.10
🚀 Features
Some of the major features added in this release are:
- Support for the Fusaka Release
- Support the new GetPayloadV2 API
- Add Prometheus Metrics
- Add an X-Timeout-Ms header
🎄 Enhancements
- Update all dependencies to their latest versions
- Fix a bug with parsing custom genesis time
- Falling back 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
- db876ca changing no-bid-found log level to debug
- 8f69e6c update release version for fulu (#848)
- aad272a Update go-boost-utils (#846)
- 013c5ff feat: fallback to v1 getPayload api if v2 getPayload api fails (#840)
- 71fdcdc CI runners on warpbuild for better performance (#838)
- eb41f10 Prometheus Metrics (#832)
- 5cce13c update attestantio deps (#833)
- 7e47dd2 update go-builder-client to 0.7.1 (#831)
- d4f9f7f update attestantio deps (#827)
- 10413cb update go-builder-client deps (#824)
- 88d7bca Add X-timeout-ms header (#817)
- 876c490 Add support for Fulu (#805)
- fe8d4c5 Send getPayload request to all relays again (#788)
- d65d507 Fix parsing of custom genesis time (#778)