Skip to content

Consider accounting Epochs for Round Robin proposer selection to introduce variance in operator selection across slots #65

Description

@GalRogozinski

Description

Currently the operator index of the QBFT leader is determined by eth_slot % sizeof(committee).
This means that for each epoch, the same operator index will always be chosen for any epoch's slot's index.

Consider adding some variance:
(eth_slot + epoch) % sizeof(committee)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions