ethereum / ssv

The repository has moved to https://github.com/bloxapp/ssv
https://github.com/bloxapp/ssv
24 stars 12 forks source link

Is Leader Lambda [COPIED] #28

Open AmitaiBlox opened 3 years ago

AmitaiBlox commented 3 years ago

[Originally posted by @nivBlox]

Need to research the proper way to deterministic choose a leader using (ג & round)

There is a function leader(λ, round) that identifies the leader. This function can be any deterministic mapping from λ and round to the identifier of a process as long as it allows f + 1 processes to eventually assume the leader role.

AmitaiBlox commented 3 years ago

Copied from https://github.com/bloxapp/ssv/issues/63