You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed while browsing the API spec that there is no GET /eth/v1/beacon/pool/sync_committees to match the POST endpoint. For attestations and all other types of messages we define GET as well as POST.
For completeness I think it would be nice to add the sync committee endpoint
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to my attention. I understand your concern regarding the lack of a GET /eth/v1/beacon/pool/sync_committees endpoint to retrieve sync committee contributions from the pool. While the current API specification does not include this specific endpoint, it is worth noting that the Ethereum Beacon Chain API is still under active development and subject to updates.
To ensure completeness and consistency, it would indeed be beneficial to have a corresponding GET endpoint for sync committee contributions. I will make a note of this suggestion and pass it along to the appropriate teams for consideration in future updates to the API specification.
In the meantime, if you have any further questions or need assistance with any other Ethereum-related topics, feel free to ask!
I noticed while browsing the API spec that there is no
GET /eth/v1/beacon/pool/sync_committees
to match the POST endpoint. For attestations and all other types of messages we defineGET
as well asPOST
.For completeness I think it would be nice to add the sync committee endpoint
The text was updated successfully, but these errors were encountered: