dqian3 / DOM-BFT

MIT License
0 stars 0 forks source link

Verification of Protocol Steps #52

Open dqian3 opened 2 weeks ago

dqian3 commented 2 weeks ago

Currently, our protocol skips a number of verification steps. These are important to have for a complete version of our protocol, both because they are essential to showing our implementation is not trivially unsafe, but also because the work of verification in our protocol could have a significant impact on performance. Following are a list of items that need to be done, in approximate order of complexity:

PeterYaoNYU commented 1 week ago

I was thinking that maybe we can have a util that handles all the verification stuff on behalf of the replica. Does that sound good?