lodestar icon indicating copy to clipboard operation
lodestar copied to clipboard

Implement beacon rewards APIs

Open nflaig opened this issue 2 years ago • 0 comments

Problem description

Latest beacon API spec requires rewards APIs

  • https://github.com/ethereum/beacon-APIs/pull/260
  • https://github.com/ethereum/beacon-APIs/pull/262
  • https://github.com/ethereum/beacon-APIs/pull/340

Solution description

Implement the following routes:

  • https://ethereum.github.io/beacon-APIs/#/Rewards/getSyncCommitteeRewards
  • https://ethereum.github.io/beacon-APIs/#/Rewards/getBlockRewards
  • https://ethereum.github.io/beacon-APIs/#/Rewards/getAttestationsRewards

Additional context

No response

nflaig avatar Jun 24 '23 10:06 nflaig