Skip to content

alpha-0.0.7

Compare
Choose a tag to compare
@moles1 moles1 released this 03 Nov 22:38

Bug Fixes

  • Fixed a bug which would cause rocketpool minipool ... commands to fail with the message Validator status and balance result counts do not match when using the Prysm Eth 2.0 client

New Features & Updates

  • Implemented support for multiple docker-compose files in CLI client (via rocketpool service command -f flag, e.g. rocketpool service -f ~/.rocketpool/docker-compose.override.yml start)
  • Implemented support for external RP service daemon (outside of Docker) in CLI client (via global -d flag, e.g. rocketpool -d /usr/local/bin/rocketpoold node status) - documentation coming!
  • Added option flags to various commands for non-interactive environments:
    • rocketpool minipool refund [-m minipool-address|"all"]
    • rocketpool minipool dissolve [-m minipool-address|"all" -y] (-y skips confirmation)
    • rocketpool minipool exit [-m minipool-address|"all" -y] (-y skips confirmation)
    • rocketpool minipool withdraw [-m minipool-address|"all"]
    • rocketpool minipool close [-m minipool-address|"all"]
    • rocketpool node register [-t timezone-location]
    • rocketpool node set-timezone [-t timezone-location]
    • rocketpool node deposit [-a amount -f min-fee|"auto"] (-f auto uses suggested minimum commission)
    • rocketpool node send [-y] ... (-y skips confirmation)
    • rocketpool service install [-y ...] (-y skips confirmation)
    • rocketpool service pause [-y] (-y skips confirmation)
    • rocketpool service stop [-y] (-y skips confirmation)
    • rocketpool service terminate [-y] (-y skips confirmation)
    • rocketpool wallet init [-p password -c] (-c skips mnemonic confirmation)
    • rocketpool wallet recover [-p password -m mnemonic] (mnemonic string must be quoted with -m option)
  • Added custom Eth 1.0 provider option to rocketpool service config command
  • Updated to Lighthouse v0.3.3 and Prysm v1.0.0-beta.1