Skip to content

v0.25-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:29
v0.25-alpha1
7fe4a70

What's Changed

Huge performance improvements around block submission / validation performance ⚡

  • Skipping a large chunk of validations because they are below the bid floor
    • the highest non-cancellable bid presents a hard floor, under which submissions don't need to get validated
    • for cancelling submissions it will simply remove that builder's bid)
    • See #401 for more details and some numbers
  • Ability to set custom Redis pool size and min idle connections (we're experimenting with 80/40, would recommend)
  • Other redis improvements (fixed readonly client usage in website, using HMSET to significantly reduce the number of requests in some parts of the stack, and more)

PRs:

New Contributors


Full Changelog: v0.23...v0.25-alpha1

Docker image: flashbots/mev-boost-relay:0.25a1