mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
8 stars 18 forks source link

Switch to thiserror #15

Closed scilio closed 1 year ago

scilio commented 1 year ago

This replaces all uses of the Failure crate with thiserror. I also used this as an opportunity to improve the quality and granularity of the errors and messages. Rather than one single error type enum being used for everything, new error enums were introduced that have a more focused purpose.