Hashnode / Hashnode/mint

Add DPOS consensus

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
174
フォーク
26
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。