- Docker Image:
flashbots/mev-boost:1.11 - Full Changelog: v1.10.1...v1.11
When configuring mev-boost with this release please make sure to read the docs for timing-games and how to setup the config according to your beacon client.
🚀 Features
- Add timing feature for bid optimization (#839) - allows configuring timing games for
getHeadercalls to optimize bid selection.
🎄 Enhancements
- Add
--log-colorflag for colored text output in logs (#871) - Update latency metrics from microseconds to milliseconds (#877)
🐞 Notable bug fixes
- Metrics: use Prometheus-standard
le(less than or equal) labels (#876)
What's Changed
- chore: make the baked version as dev in develop by @bharath-123 in #861
- Release documentation update, minor README updates. by @metachris in #863
- add color flag for text log by @faheelsattar in #871
- Add timing feature for bid optimization by @faheelsattar in #839
- Minor alignments in timing games docs by @canercidam in #873
- metrics: use Prometheus-standard le (less than or equal) labels by @metachris in #876
- update latency metric from microseconds to milliseconds by @faheelsattar in #877
- check relays in merge function by @faheelsattar in #878
👋 New Contributors
- @canercidam made their first contribution in #873