lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

GET /node/* - Implement Node endpoints

Open rodrigo-o opened this issue 1 year ago • 0 comments

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:

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

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

rodrigo-o avatar Oct 09 '24 19:10 rodrigo-o