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

Election of ValidatorSet based on VRF #33

Closed
torao opened this issue Mar 13, 2020 · 0 comments · Fixed by #74, #78 or #92
Closed

Election of ValidatorSet based on VRF #33

torao opened this issue Mar 13, 2020 · 0 comments · Fixed by #74, #78 or #92
Assignees
Labels
G: story Granularity: a story in epic

Comments

@torao
Copy link
Contributor

torao commented Mar 13, 2020

This is a story ticket to modify the ValidatorSet election performed on the Cosmos side to a VRF-based method. Before making any modification, it should investigate whether it's able to change the algorithm for the ValidatorSet selection.

  1. Whether should we release ValidatorSet selections in the VRF together with Proposer (at the beginning of the implementation, it was assumed that the selection of ValidatorSet is left to Cosmos and Proposer is selected from among them).
  2. Find out where ValidatorSet elections are taking place in Cosmos and confirm whether the VRF hash contained in the block can be referenced.
  3. Implement if possible. (TBC)
@torao torao added the G: story Granularity: a story in epic label Mar 13, 2020
@zemyblue zemyblue pinned this issue Apr 21, 2020
@egonspace egonspace linked a pull request Apr 29, 2020 that will close this issue
5 tasks
@egonspace egonspace linked a pull request May 15, 2020 that will close this issue
5 tasks
@egonspace egonspace linked a pull request Jun 18, 2020 that will close this issue
5 tasks
@zemyblue zemyblue reopened this Jun 22, 2020
@zemyblue zemyblue unpinned this issue Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment