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
We need to add support for DutyAggregator to DutyDB to store aggregated attestation after consensus which would further needed by validatorapi to support GET /eth/v1/validator/aggregate_attestation
Proposed solution
Add a switch case for DutyAggregator to Store method in core/dutydb/memory.go.
Add relevant unit tests.
The text was updated successfully, but these errors were encountered:
Problem to be solved
We need to add support for
DutyAggregator
to DutyDB to store aggregated attestation after consensus which would further needed by validatorapi to support GET /eth/v1/validator/aggregate_attestationProposed solution
DutyAggregator
to Store method in core/dutydb/memory.go.The text was updated successfully, but these errors were encountered: