You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I would like to stop validating, and according to The Ethereum Launchpad's section on exiting I need to send a voluntary exit message via my validator node. However, there is no command in the CLI, nor can I find anything in the docs, pertaining to voluntary exits.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like 2 things to happen, though one of them is optional:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered manually exec'ing into my validator node's docker container and entering in the appropriate command to voluntarily exit. But this is error prone because it relies on me copy & pasting CLI arguments from my docker-compose and .env config files. Plus I'm not confident enough with Docker to know if this is how I should do it or if this is actually bad, and I should do it some other way.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
I like the first solution you described. The feature may not be used very often, but it makes sedge complete.
The second solution is also nice. When the documentation is there I would also suggest to link it in official Launchpad docs, like eth-docker did: https://launchpad.ethereum.org/en/withdrawals#how-to-exit
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I would like to stop validating, and according to The Ethereum Launchpad's section on exiting I need to send a voluntary exit message via my validator node. However, there is no command in the CLI, nor can I find anything in the docs, pertaining to voluntary exits.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like 2 things to happen, though one of them is optional:
sedge validator-exit
command that offers a similar interface as a consensus client's exit command so I can exit my validtorDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered manually
exec
'ing into my validator node's docker container and entering in the appropriate command to voluntarily exit. But this is error prone because it relies on me copy & pasting CLI arguments from mydocker-compose
and.env
config files. Plus I'm not confident enough with Docker to know if this is how I should do it or if this is actually bad, and I should do it some other way.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: