Add CalculateCommitteeSubscriptionResponse
function to eth2exp
#1091
Labels
CalculateCommitteeSubscriptionResponse
function to eth2exp
#1091
Problem to be solved
Add a
CalculateCommitteeSubscriptionResponse
function toeth2exp/attagg.go
that calculatesis_aggregator
from aBeaconCommitteeSubscription
and returns aBeaconCommitteeSubscriptionResponse
.Proposed solution
GET /eth/v1/beacon/states/{state_id}/committees?state_id=head&index=idx&slot=slot
(https://ethereum.github.io/beacon-APIs/#/Beacon/getEpochCommittees)committeeLength
=len(response.data.validators)
Out of Scope
None
The text was updated successfully, but these errors were encountered: