CodeChain-io / CodeChain-io/foundry
Lock on a block only when the block is verified
オープン
consensus
- 主要言語
- Rust
- スター
- 36
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Our Tendermint implementation locks on a block if 2/3 of prevotes are collected even though the block is not received yet. Changing the behavior should not affect safety. If more than 2/3 of peers are byzantine(very rare case) the node should not send a precommit on the block.
コントリビューションガイド
調査の方向性
prevote、ブロックの受信、locking、precommit の判断に関する Tendermint のコンセンサス処理を追跡します。現在の実装がブロックを検証する前にどのように locking するかを確認し、そのうえで、ブロックの受信が遅延する場合と、記載された Byzantine peer のケースに対するテストを定義します。locking と precommit の挙動が issue に一致し、安全性を弱めていなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- blockchain, distributed-systems
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100