Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Random Sampling Function #46

Closed
wants to merge 8 commits into from

Conversation

torao
Copy link
Contributor

@torao torao commented Mar 30, 2020

This PR adds categorical distribution-based random selection algorithm #22 to the Tendermint repository.

Combining this feature with the Tendermint consensus, the process of selecting a Proposer from the ValidatorSet is done in the PR that follows.

@torao torao added the C: enhancement Classification: New feature or its request, or improvement in maintainability of code label Mar 30, 2020
@torao torao added this to the Evolve Leader Election into VRF milestone Mar 30, 2020
@torao torao self-assigned this Mar 30, 2020
@torao torao force-pushed the feature/add_random_sampling_function branch from 600f82e to a428c18 Compare March 30, 2020 05:03
@torao torao closed this Mar 30, 2020
@torao torao deleted the feature/add_random_sampling_function branch March 30, 2020 05:05
@torao torao restored the feature/add_random_sampling_function branch March 30, 2020 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: enhancement Classification: New feature or its request, or improvement in maintainability of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants