initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

Remove unused equality; print errors on mixin failure #398

Closed amiller closed 4 years ago

amiller commented 4 years ago

This patch a) gets rid of duplicate code for equality testing b) makes sure that calls to mixins, which create a new task, print exceptions when they fail for easier debugging

Thanks to @amitgtx for encountering this!