lodestar
lodestar copied to clipboard
Implement beacon rewards APIs
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