-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
The current error handling provides poor reporting. For example any error within Multihash or Multibase just lead to an Error::ParsingError without much further information.
I propose using https://crates.io/crates/thiserror, so that we can nest the actual underlying error.
elpiel