-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add thiserror
for better display error formatting
#813
Conversation
3cf8a8a
to
1b90ee4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK..
One extra change for from impls as we are using thiserror
so lets use its full power..
1b90ee4
to
e2c0ccc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review ACK.. Changes looks good to me.. Would let others comment with their take on using thiserror
as a dep..
I'm in favor of this approach, but since it's adding a new dependency I think we should discuss also at our next bdk dev call, I've added it to the agenda. |
@afilini in our call today we discussed making |
The reason for making it optional is that some projects want to cut dependencies to a minimum, and wouldn't use bdk if we include too many. I agree with @afilini that it would be nice to have |
Add |
I agree if we want to avoid making Reviewers, please check out #814, I've targeted it for the 0.27 release. |
Description
Resolve #555
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingBugfixes: