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

Implement unregistering a validator function when pubkey is removed from keystore #4434

Closed
philknows opened this issue Aug 18, 2022 · 1 comment · Fixed by #4438
Closed

Comments

@philknows
Copy link
Member

Is your feature request related to a problem? Please describe.

If you remove a pubkey from the keystore via API, the key is not removed from the map doppelgangerStateByPubkey.

Describe the solution you'd like

Implement a "unregister validator" type of function within the Doppelganger service whenever a pubkey is removed from the keystore.

@philknows
Copy link
Member Author

Closing. Validator Level DB already has a LOCK, it’s not possible to connect twice to the same DB.

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

Successfully merging a pull request may close this issue.

1 participant