We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.BeaconCommitteeSubscriptionsSubmitter
Add support for v1.BeaconCommitteeSubscriptionsSubmitter to bcast component.
bcast
DutyPrepareAggregator
SubmitBeaconCommitteeSubscriptionsV2
eth2exp.CalculateCommitteeSubscriptionResponse()
v1.BeaconCommitteeSubscription{ ..., IsAggregator: is_aggregator}
SubmitBeaconCommitteeSubscriptions
None
The text was updated successfully, but these errors were encountered:
core/bcast: add support for v1.BeaconCommitteeSubscriptionsSubmitter …
bd9bf85
…to bcast (#1112) Adds support for v1.BeaconCommitteeSubscriptionsSubmitter to bcast and beaconmock. category: feature ticket: #1093
dB2510
Successfully merging a pull request may close this issue.
Problem to be solved
Add support for
v1.BeaconCommitteeSubscriptionsSubmitter
tobcast
component.Proposed solution
DutyPrepareAggregator
usingSubmitBeaconCommitteeSubscriptionsV2
fails with a 404 error (if the beacon node doesn’t support v2 yet):eth2exp.CalculateCommitteeSubscriptionResponse()
v1.BeaconCommitteeSubscription{ ..., IsAggregator: is_aggregator}
objectSubmitBeaconCommitteeSubscriptions
(v1).Out of Scope
None
The text was updated successfully, but these errors were encountered: