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
Presently we don't have a way for validators to submit a VoluntaryExit. Once #1569 is merged, I think we should create a tool that uses the BN pool/voluntary_exits endpoint.
Description
Presently we don't have a way for validators to submit a
VoluntaryExit
. Once #1569 is merged, I think we should create a tool that uses the BNpool/voluntary_exits
endpoint.I expect it would look something like this:
--password-file
is not supplied, it should be requested interactively.--beacon-node
can have a default value.Additional Info
Here's a ready-made function to do a HTTP request to a beacon node:
lighthouse/common/eth2/src/lib.rs
Lines 491 to 507 in f14e58b
The text was updated successfully, but these errors were encountered: