rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
94 stars 49 forks source link

Improve errors #139

Closed tcharding closed 1 year ago

tcharding commented 1 year ago

Audit all error types as per discussion in https://github.com/rust-bitcoin/rust-bitcoin/issues/820

I believe with these patches applied we are good to go for v1.0 in regards to error handling.

apoelstra commented 1 year ago

I'm gonna go ahead and merge this. I think any further changes to errors would be easier if people were to look at the docs output holistically rather than these specific changes.