bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

style: refactor to more consistent error handlings style #109

Closed 0xmountaintop closed 9 months ago

0xmountaintop commented 3 years ago

error handlings in other places are of different style. This PR aims to make the error handling style more consistent

0xmountaintop commented 3 years ago

The tests seem failed. However it works good when I run "make test_unit_race" and "make test_unit" locally.