Skip to content

alpha-0.0.5

Compare
Choose a tag to compare
@moles1 moles1 released this 17 Oct 11:34
· 799 commits to master since this release

Bug Fixes

  • Fixed a bug which would cause wallet recovery to fail with validator 0x... key not found error message
  • Restricted the eth1 service bound port range to only 30303

New Features & Updates

  • Added rocketpool service version command to display both client & service version information
  • Added rocketpool wallet rebuild command to regenerate validator keystores
  • Added --allow-root flag to CLI to allow running rocketpool with sudo
  • Implemented support for validator key derivation using both HKDF v3 (legacy) and v4
  • Changed prysm validator key storage to store individual keys instead of a HD wallet
  • Changed watchtower daemon tasks to be run sequentially instead of concurrently (to reduce cpu/memory spikes)
  • Minor rocketpool service install command post-install help message update
  • Minor rocketpool wallet recover command prompt clarity fixes