CodeChain-io / CodeChain-io/codechain
Optimize the gossip method by modifying peer states
オープン
consensus
experimental
- 主要言語
- Rust
- スター
- 256
- フォーク
- 50
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In the VRF-based randomized leader election, the method `request_proposal_to_any` is awkward. If the tendermint module introduce a new peer state "priority", it can request proposals only to the nodes whose priorities are the highest.
コントリビューションガイド
調査の方向性
`request_proposal_to_any` メソッドから開始し、VRF ベースのランダム化されたリーダー選出フローを Tendermint のピア状態処理まで追跡します。新しい `priority` 状態と最高優先度の proposal リクエストをどのように仕様化すべきかを判断し、gossip の対象が適格な高優先度ノードだけになることを示すために必要な期待される動作とテストを文書化します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- blockchain, distributed-systems
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100