This is Release Candidate 1 for v1.1.0 of Hyperdrive. This adds some improvements the community helped us find with Beta 2, and adds enhancements to nodeset.io API support.
It is a required upgrade for all Beta Testers.
⚠️ NOTE: As usual, after upgrading, it's important to run hyperdrive service config
and/or hyperdrive service start
before running any other commands so the latest daemon services are pulled first.
Known Issues
-
Lodestar v1.22.0 does not currently support x64 systems without the
avx
instruction set. This will be fixed in a later client release. -
Reth still has a configuration issue that prevents it from working with the StakeWise v3 Operator service. If you're a StakeWise operator, be advised that you will have to use a different client for now.
- We believe we have a fix in place for this and will release it in a future version.
Hyperdrive Core
Clients
-
Updated Nethermind to v1.29.0.
-
Updated Teku to v24.10.1.
-
Updated MEV-Boost to v1.8.1.
- The release notes are for v1.8, but the Docker image being used is for v1.8.1.
Service
- Signed exits are now encrypted locally before sending them to nodeset.io, in addition to regular TLS encryption.
- Thanks to @poupas for suggesting this enhancement.
CLI
- The CLI now ensures the existence of daemon JWT authentication keys on every command instead of just
service install
andservice start
for enhanced backwards compatibility.