attestantio/go-eth2-client

Missing `/eth/v1/beacon/rewards/blocks/<head | finalized | slot | parentBeaconRoot>` Endpoint

Opened this issue · 3 comments

Hello,

I have an issue with an endpoint

Description:

According to the Ethereum Beacon APIs documentation, the /eth/v1/beacon/rewards/blocks/<head | finalized | slot | parentBeaconRoot> endpoint should exist for retrieving block rewards. However, this endpoint appears to be missing or unavailable.

Expected Behavior:

The API should return block rewards as specified in the documentation.

Actual Behavior:

The endpoint is missing or unresponsive.

Request:

Please confirm if this endpoint is planned, deprecated, or if there's an alternative.

This endpoint has not been implemented. We don't have any plans to implement it, however would accept a PR to do so.

Thank you @mcdee. I will try to do it

I will later create a PR for the new endpoint. I tried to follow the existing design pattern. (Update: PR #162)