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 DPOS consensus #1

Open
panda-sandeep opened this issue Jul 23, 2018 · 0 comments
Open

Add DPOS consensus #1

panda-sandeep opened this issue Jul 23, 2018 · 0 comments

Comments

@panda-sandeep
Copy link
Member

Find a way to incorporate DPOS consensus into the ABCI server. One of the ways to achieve this can be something like this:

  • Add a "voting" transaction and let people cast their votes in favor of specific validators
  • The global state can store a sorted list of top 21 validators
  • The EndBlock callback can be used to update the list of validators so that this list changes each time a vote is cast.

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant