stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
411 stars 60 forks source link

everywhere: rewrite errors from `failure` to `thiserror` #411

Closed oleganza closed 4 years ago

oleganza commented 4 years ago

This season the error crate of choice is thiserror and previously fashionable failure is not longer fashionable. Need to change all the errors in all the crates in this repo to thiserror.