entropyxyz / manul

Round-based distributed protocols
https://docs.rs/manul
GNU Affero General Public License v3.0
6 stars 1 forks source link

Remove `CorrectnessProof` #72

Closed fjarri closed 1 week ago

fjarri commented 1 week ago

Stacked on top of #71

Closes #2

I think it is safe to assume that any attributable error in the protocol would occur at receive_message() stage. At least for now, I would like to see an example of a protocol where it is not the case.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11903791955

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
manul/src/session/session.rs 29 30 96.67%
<!-- Total: 48 49 97.96% -->
Files with Coverage Reduction New Missed Lines %
manul/src/session/transcript.rs 1 57.23%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 11903754480: 1.0%
Covered Lines: 1807
Relevant Lines: 2596

💛 - Coveralls