Thomas Pan
Thomas Pan
notes: - `rocketpool pdao settings` is now `rp p st` instead of `rp p s` - `rp p s` now loads `rocketpool pdao status` - removed `rocketpool pdao voting-power` in...
`rp p iv` allows users to choose if they want to specify a delegate while initializing voting: `InitializeVotingWithDelegate(delegate common.Address)` If not, voting power is initialized to their own node: `InitializeVoting()`...
Adds the warning to `rp node stake-rpl` and `rp node deposit` ``` Your voting power hasn't been initialized yet. Please visit https://docs.rocketpool.net/guides/houston/participate#initializing-voting to learn more. NOTE: by staking RPL, your...
Implements #626 in V2