-
Notifications
You must be signed in to change notification settings - Fork 38
2022_07_26
Time: 20:00 ~ 20:50
As usual, Follow Up From Each Member, Discussion and Task Assignment
Byeongjee Kang: Took most of the time on deciding specifications for the consensus algorithm with Junha. So couldn't take much look into Tendermint-rs.
- Write documentation for consensus algorithm.
Jaehu Yeom: Researched a lot on Tendermint-rs, reading a lot of Tendermint-rs docs. Also, studied looking at the Tendermint code in Tendermint-rs.
- Will be assigned with general simperby issues.
Seongjae Kwak: Implementing Peer Discovery feature. Implementing looking into libp2p docs but taking more time than expected because running a lot of codes since there is not much explanation.
- Implement Peer Discovery feature.
- Fix interfaces for network crate.
Changhun Oh: Researched on rocksDB how datas are managed for features such as checkpoint.
- Documentation for storage until tomorrow, design interface and implement it.
Yoonsuh Park: Researched on how it will turn out when not vote is not unanimous.
- Peer review Byeongjee's documentation.
- Will be assigned with consensus implementation.
Taehoon Kim: Researched whether simperby should use Merkle Tree or Merkle Patricia Trie. Studying Rust syntax and implementing in the direction of Merkle Patricia Trie.
- Further research to find reasoning for Merkle Tree or Merkle Patricia Trie, then design interface.