- Docker Image:
flashbots/mev-boost:1.11-alpha1 - Full Changelog: v1.10.1...v1.11-alpha1
🚀 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)
Changelog
- bb02974 check relays in merge function (#878)
- da07c68 update latency metric from microseconds to milliseconds (#877)
- 6f06257 metrics: use Prometheus-standard le (less than or equal) labels (#876)
- 8c5c38a minor alignments in timing games docs (#873)
- 7a60459 Add timing feature for bid optimization (#839)
- 36bc01f add color flag for text log (#871)
- 1091e3d cleanup (#863)
- dabeb8f make the version dev (#861)
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