lidofinance / lidofinance/validator-ejector

Add support for exiting validators through the Keymanager API

Open
#89 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
16
Forks
19
Avg merge
1d 20h
Merged PRs (30d)
7

Description

The Keymanager API is a standardized REST API for managing validator keys, supported by all Ethereum consensus clients.

A recent addition to the API introduced support for obtaining signed voluntary exit messages:
https://github.com/ethereum/keymanager-APIs/pull/58

The ejector could potentially use the new endpoint as a replacement for the custom VALIDATOR_EXIT_WEBHOOK mechanism, leading to a very simple integration setup for all operators.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing VALIDATOR_EXIT_WEBHOOK integration and compare it with the Keymanager API's signed voluntary exit endpoint described in the issue. Determine the required integration and operator configuration changes; done means validator exits can use the standardized API as a replacement for the custom webhook, with the relevant behavior covered by the project's existing tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.