github flashbots/mev-boost v1.5.0

latest releases: v1.8.1, v1.8, v1.8.0...
18 months ago

What's Changed

Capella readiness

See this writeup for more information about the Capella changes across the MEV-Boost ecosystem.

getPayload retries

mev-boost will retry the getPayload request, in case of network (or other) errors.

Various updates

Dependency upgrades

  • Bump github.com/attestantio/go-eth2-client from 0.15.1 to 0.15.6 by @dependabot in #450
  • Bump github.com/ethereum/go-ethereum from 1.11.1 to 1.11.3 by @dependabot in #464

New Contributors

Troubleshooting

The original binaries attached to this release didn't work with Ubuntu 20.04 LTS, and would give you this error:

/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34 not found

Resolution:

  • We've updated the Linux/AMD binary in this release with a statically linked one that also works in Ubuntu 20.04 (mev-boost_1.5.0_linux_amd64.tar.gz, sha256: 6356098bdf466cb7907e09a31e9d369a899685f4aa1830f950c2e5ac32b01bec). Re-download from below and all should work!
  • For ARM, you can find statically linked binaries here
  • See also #473 and #469
  • Remember that you can always install mev-boost with go install github.com/flashbots/mev-boost@latest
  • And you can run mev-boost in Docker too

Full Changelog

v1.4.0...v1.5.0-alpha2

Docker Images

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

  • flashbots/mev-boost:1.5.0-portable
  • flashbots/mev-boost:1.5.0
  • flashbots/mev-boost:latest

Don't miss a new mev-boost release

NewReleases is sending notifications on new releases.