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

exit --all #3226

Open
5 tasks
OisinKyne opened this issue Aug 10, 2024 · 0 comments
Open
5 tasks

exit --all #3226

OisinKyne opened this issue Aug 10, 2024 · 0 comments
Labels
protocol Protocol Team tickets

Comments

@OisinKyne
Copy link
Contributor

🎯 Problem to be solved

Right now you have to run one active-validator-list command, parse the output into n sign/broadcast calls. This often requires scripting or manual command preparation.

"Once obol adds an --all flag we can try out that method as well." - Izzy

🛠️ Proposed solution

Add an --all flag to charon exit sign --all. When present, rather than depend on a --validator-public-key or --validator-index input. The command instead uses the active-validator-list method to get the active and exitable pubkeys, and calls the partial exit sign method for each of them.

A similar process for charon exit broadcast --all should also be implemented.

  • Approved design doc: link
  • Core team consensus on the proposed solution

Describe the solution to be implemented

🧪 Tests

  • Tested by new automated unit/integration/smoke tests
  • Manually tested on core team/canary/test clusters
  • Manually tested on local compose simnet
@github-actions github-actions bot added the protocol Protocol Team tickets label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol Protocol Team tickets
Projects
None yet
Development

No branches or pull requests

1 participant