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

feat: presigned validator exit txn #6746

Open
hamdiallam opened this issue Dec 29, 2024 · 2 comments
Open

feat: presigned validator exit txn #6746

hamdiallam opened this issue Dec 29, 2024 · 2 comments

Comments

@hamdiallam
Copy link

Description

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

Added Behaviour

Added flag to log and exit the withdrawal txn

$ lighthouse account validator exit --presign
0x...
``
@michaelsproul
Copy link
Member

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:

I think we should add this feature to that branch

@hamdiallam
Copy link
Author

@michaelsproul thanks for the quick reply!

sounds great, i'll take a look at that branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants