lambdaclass / lambdaclass/lambda_ethereum_consensus

GET /node/* - Implement Node endpoints

Open
#1,325 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Beacon API P2
Dominant language
Elixir
Stars
109
Forks
41
PR merge metrics
No merged PRs in 30d

Description

Implement the Node endpoints of the Beacon API, this could become an umbrella task pointing to smaller task for each individual endpoint. for now this is just to track the progress in the Node endpoints implementation:

  • eth/v1/node/identity
  • eth/v1/node/peers
  • eth/v1/node/peers/{peer_id}
  • eth/v1/node/peer_count
  • eth/v1/node/version
  • eth/v1/node/syncing
    • semi-stub implementation.
  • eth/v1/node/health
    • semi-stub implementation

Ref: https://ethereum.github.io/beacon-APIs/#/Node

Contributor guide

Open the contributing guide

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 with the Beacon API Node specification linked in the issue and compare it with the checked-off identity and version endpoints. Review the remaining checklist entries for peers, individual peers, peer count, syncing, and health, including the noted semi-stub implementations. Done means the remaining Node endpoints are implemented and the checklist accurately reflects their status.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.