Hashnode / Hashnode/mint

Add DPOS consensus

Ouverte
#1 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Go
Étoiles
174
Forks
26
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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:

- DPOS: https://bitshares.org/technology/delegated-proof-of-stake-consensus/
- How Tendermint works: http://tendermint.readthedocs.io/en/master/introduction.html

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.