Hashnode / Hashnode/mint

Add DPOS consensus

Abierto
#1 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
174
Forks
26
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.