Closed thomaspanf closed 3 months ago
Converted to Draft because there is discussion on changing this text.
Reopening this PR now that #628 has been merged.
Impacted Packages | Coverage Δ | :robot: |
---|---|---|
github.com/rocket-pool/smartnode/v2/client | 0.95% (-0.00%) | :thumbsdown: |
github.com/rocket-pool/smartnode/v2/rocketpool-cli/commands/pdao | 0.37% (-0.01%) | :thumbsdown: |
github.com/rocket-pool/smartnode/v2/rocketpool-daemon/api/pdao | 0.00% (ø) | |
github.com/rocket-pool/smartnode/v2/rocketpool-daemon/common/rewards | 1.43% (ø) |
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()
This PR ports this feature from V1 into V2
Specifying a delegate:
Without specifying a delegate:
This PR mirrors #628 for smartnode V1, including the updated text