Skip to content

Update VC to submit beacon committee selections once per epoch #8381

@KaloyanTanev

Description

@KaloyanTanev

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

No one assigned

    Labels

    dvtDistributed validator technology e.g. SSV, Obolval-clientRelates to the validator client binary

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions