-
Notifications
You must be signed in to change notification settings - Fork 38
2022_07_19
TomTaehoonKim edited this page Jul 26, 2022
·
1 revision
Time: 20:00 ~ 21:00
Follow Up From Each Members, Discussion, Task Assignment and Junha's Comment
-
Byeongjee Kang: Tendermint + Stable leader format seems best now. However, it seems not much different from PBFT. PoA algorithms such as Aura does not have deterministic finality. Leaderless protocols such as HBBFT show much more complicated block proposal algorithm so not fit.
-
Jaehu Yeom: Brief Explanation on Tendermint-rs research task.
-
Seongjae Kwak: Deep dive into libp2p to see how peer discovery is done on code level - Distributed Hash Table.
- Reference: Ethereum Discovery V5.
- Changhun Oh: Brief Explanation on Storage research task.
- Further Research on checkpoint is needed.
- Yoonsuh Park: Research on Consensus Algorithms.
- Need another meeting for discussion focused on the consensus algorithm.
- Taehoon Kim: Explanation on Merkle Tree and Merkle Patricia Tree. Implementing on MPT because Merkle Patricia Tree allows search per character("nibble").
- Further Research on Merkle Tree is needed. If efficiency is the reason why Ethereum uses MPT, we may use Merkle Tree. Also, research on other blockchains as well.