postech-dao / simperby

The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
MIT License
70 stars 38 forks source link

Update `read_semantic_commit` to handle `diff` cases #507

Open JeongHunP opened 1 year ago

JeongHunP commented 1 year ago

Currently, read_semantic_commit in repository/raw/implementation.rs only handles Diff:None and Diff:NonReserved cases. The rest cases, Diff:Reserved and General should be handled.