-
Notifications
You must be signed in to change notification settings - Fork 929
Open
Labels
dvtDistributed validator technology e.g. SSV, ObolDistributed validator technology e.g. SSV, Obolval-clientRelates to the validator client binaryRelates to the validator client binary
Description
Description
Something we've missed during the beacon committee selection submissions is that they are being sent once per slot, instead of once per epoch, at the beginning of the epoch. It generally works if only Lighthouse VC is used in a DV cluster or another VC that has the same issue (Lodestar and Nimbus are such).
BN Spec - https://ethereum.github.io/beacon-APIs/#/Validator/submitBeaconCommitteeSelections
Version
unstable
Present Behaviour
Submitting beacon committee selection once per slot, for the current slot.
Expected Behaviour
Submitting beacon committee selection once per epoch, for the current and next epoch.
Steps to resolve
Run a DV cluster with 1/2 Lighthouse VCs and 1/2 Teku VCs.
Metadata
Metadata
Assignees
Labels
dvtDistributed validator technology e.g. SSV, ObolDistributed validator technology e.g. SSV, Obolval-clientRelates to the validator client binaryRelates to the validator client binary