This is v1.1.2 of Hyperdrive.
This is a high priority update for any users that haven't updated their Geth client to v1.14.13 manually yet.
Known Issues
- 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
-
Clients have increased the block gas limit from 30M to 36M by default.
-
Updated Geth to v1.14.13.
- This is an urgent security update; all users must update to at least this version ASAP.
-
Updated Besu to v25.1.0.
-
Updated Nethermind to v1.30.3.
-
Updated Reth to v1.1.5.
-
Updated Lighthouse to v6.0.1.
-
Updated Lodestar to v1.25.0.
-
Updated Nimbus to v25.1.0.
-
Updated Prysm to v5.2.0.
- Prysm now comes with QUIC support. Hyperdrive assigns 8001 by default, so if you want to take advantage of it, ensure that you forward that port in your router's configuration.
-
Updated Teku to v25.1.0.
-
Updated Prometheus to v2.55.1.
Configuration
- Removed the Holesky Staging network option from the default list.
CLI
- The CLI now supports bash autocompletion (contributed by @benv666). To use it, enter part of a command (such as
hyperdrive constellation
) and then presstab
twice to autocomplete the available subcommands.- Note that this will not work if you're using a Bash alias for
hyperdrive
; check some of these options for such a setup.
- Note that this will not work if you're using a Bash alias for
Bug Fixes
- Fixed the URL used by Prysm for downloading the initial Holesky genesis state when setting it up for the first time.