Skip to content

Add DPOS consensus #1

@panda-sandeep

Description

@panda-sandeep

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions