Skip to content

v1.0.0

Compare
Choose a tag to compare
@jclapis jclapis released this 20 Jun 19:21
· 158 commits to main since this release
e26fcd0

This is release v1.0.0 of the Hyperdrive daemon. This version adds support for running on Mainnet. This is meant to be used by the Hyperdrive service.


Clients

  • Updated Besu to v24.6.0.

  • Updated Geth to v1.14.5.

  • Updated Reth to v0.2.0 Beta 9.

  • Updated Lighthouse to v5.2.0.

    • Lighthouse no longer has different modern and portable images - there is only one image now, which dynamically determines your CPU features at runtime.
    • ⚠️ If you use Nethermind with Lighthouse, Nethermind v1.26.0 has a known bug that will cause the Lighthouse BN to fill its log with warnings. The Lighthouse team recommends reverting to Nethermind v1.25.0 until v1.27.0 is released, or ignorning the warnings. See the patch notes for details.
  • Updated Lodestar to v1.19.0.

  • Updated Teku to v24.6.0.

Service

  • Added support for Mainnet.
  • Fixed a bug that prevented Lighthouse's VC from working when MEV-Boost was enabled.
  • The MEV-Boost relay selection mode has been adjusted in preparation for Mainnet.
    • "Unregulated" relays have been removed from Hyperdrive's built-in list due to liability concerns.
    • The selection modes are now All and Manual; All automatically enables all of the built-in relays (similar to the old Profile mode), and Manual allows you to individually select the built-in relays you want to use (similar to the old Relay mode).
    • The new "Custom Relays" box allows you to add additional URLs for any other relays you'd like to use. Custom relays can be anything as long as they are on the same Ethereum network as your node. The ETHStaker relay list is a good resource to explore and compare all of the relay options.