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
Would like to store a presigned validator exit transaction as a last resort mechanism for publishing an exit.
Rational
Revealed presigned txn will result in potential unwanted exit. This okay as the validator can generate new keys and redeposit since the withdrawal address should always be set
Can be a bit more liberal with how this presigned txns is backed up and accessed as a last resort mechanism
Present Behaviour
$ lighthouse account validator exit only supports sign + broadcast the withdrawal txn
We are soft-deprecating lighthouse account commands in favour of lighthouse validator-manager ones. The PR for exits in the validator manager will be merged soon:
Description
Would like to store a presigned validator exit transaction as a last resort mechanism for publishing an exit.
Rational
Present Behaviour
$ lighthouse account validator exit
only supports sign + broadcast the withdrawal txnAdded Behaviour
Added flag to log and exit the withdrawal txn
The text was updated successfully, but these errors were encountered: