Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --num-validators, --name and --fee-recipient flags to create cluster #879

Closed
dB2510 opened this issue Jul 29, 2022 · 0 comments · Fixed by #878
Closed

Add --num-validators, --name and --fee-recipient flags to create cluster #879

dB2510 opened this issue Jul 29, 2022 · 0 comments · Fixed by #878
Assignees
Labels
enhancement New feature or request

Comments

@dB2510
Copy link
Contributor

dB2510 commented Jul 29, 2022

Problem to be solved

Currently in charon create cluster command we don't have flags to specify number of validators, cluster name and fee-recipient address in the cluster. This feature is needed for centralized staking providers who will not go through the DKG process rather they will use create cluster command to create a charon cluster with distributed validators.

Proposed solution

Add the following flags to create cluster command:

  • --num-validators
  • --name
  • --fee-recipient

Note: We don't use --withdrawal-address at the time of cluster-lock creation in create cluster. Configure that to use the value from given flag.

@dB2510 dB2510 added enhancement New feature or request Size: 2 labels Jul 29, 2022
@dB2510 dB2510 self-assigned this Jul 29, 2022
@dB2510 dB2510 linked a pull request Jul 29, 2022 that will close this issue
obol-bulldozer bot pushed a commit that referenced this issue Jul 29, 2022
Adds fee recipient and name flags and use withdrawal address, fee recipient address and name in cluster lock creation. This will be useful for those who want to create a cluster without going through dkg process preferably centralised stakers.

category: refactor
ticket: #879
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant