Add thiserror for better display error formatting#813
Add thiserror for better display error formatting#813yukibtc wants to merge 1 commit intobitcoindevkit:masterfrom
thiserror for better display error formatting#813Conversation
3cf8a8a to
1b90ee4
Compare
rajarshimaitra
left a comment
There was a problem hiding this comment.
Concept ACK..
One extra change for from impls as we are using thiserror so lets use its full power..
1b90ee4 to
e2c0ccc
Compare
rajarshimaitra
left a comment
There was a problem hiding this comment.
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 fmtandcargo clippybefore committingBugfixes: