Replace Tendermint's PoS to VRF-based Random Sampling #48
Labels
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
Milestone
Modify current Proposer selection by round-robin in the
ValidatorSet
to a random selection using VRF. Using #32, #40, #45While this modification may result in dead code for many of the priority adjustments that
ValidatorSet
currently have, it leaves the priority adjustment code intact because of the way the Priority in the Tendermint PoS is used to weighted random selection.The text was updated successfully, but these errors were encountered: