Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 355 Bytes

3177.bugfix.md

File metadata and controls

8 lines (7 loc) · 355 Bytes

go/consensus: Include only top K validators at genesis time

Previously, all the eligible validators were included in the validator set at genesis time. This has been fixed to include only the top MaxValidators as specified in the scheduler consensus parameters. Additionally, the MaxValidatorsPerEntity scheduler consensus parameter is now enforced.