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
In order to submit aggregate attestation, we need to add support for DutyAggregator to scheduler which will schedule attestation aggregation into the assigned slot for attestation.
Proposed solution
Introduce a new duty type as DutyAggregator in core/types.go numbered 9 .
Add support for DutyAggregator for each attester duty in scheduleSlot to be scheduled after 2/3 of slot duration. For more details, refer design doc
Add unit tests in scheduler_test.go
The text was updated successfully, but these errors were encountered:
Problem to be solved
In order to submit aggregate attestation, we need to add support for
DutyAggregator
to scheduler which will schedule attestation aggregation into the assigned slot for attestation.Proposed solution
DutyAggregator
in core/types.go numbered 9 .The text was updated successfully, but these errors were encountered: