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

GET /node/* - Implement Node endpoints #1325

Open
3 of 9 tasks
rodrigo-o opened this issue Oct 9, 2024 · 0 comments
Open
3 of 9 tasks

GET /node/* - Implement Node endpoints #1325

rodrigo-o opened this issue Oct 9, 2024 · 0 comments
Labels
Beacon API Related to the implementation of the Beacon API endpoints. P2 This is a nice to have. Improves usability of the app or the libraries, but it's not urgent.

Comments

@rodrigo-o
Copy link
Collaborator

rodrigo-o commented Oct 9, 2024

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

@rodrigo-o rodrigo-o added P2 This is a nice to have. Improves usability of the app or the libraries, but it's not urgent. Beacon API Related to the implementation of the Beacon API endpoints. labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beacon API Related to the implementation of the Beacon API endpoints. P2 This is a nice to have. Improves usability of the app or the libraries, but it's not urgent.
Projects
Status: No status
Development

No branches or pull requests

1 participant