DanGould
|
0ffd928a7d
|
Carry ConsensusEncoding(encode::Error)
When psbt::Error was Eq, it could not have associated dyn error types.
|
2023-02-02 13:05:59 -05:00 |
DanGould
|
126cbb00ef
|
Associate io::Error with psbt::Error
In order to associate the error, psbt::Error must not derive so many
traits. Tests are also adjusted for the new error type.
|
2023-02-02 13:02:33 -05:00 |
Arturo Marquez
|
68abfdb0b9
|
Better downflow of information in `psbt::Error`
See third point in `https://github.com/rust-bitcoin/rust-bitcoin/issues/837`
|
2023-01-24 15:49:23 -06:00 |
DanGould
|
e7bbfd3913
|
Improve Psbt error handling
Remove recursive dependence between encode::Error and psbt::Error.
Separate consensus encoding errors from Psbt application errors.
|
2023-01-17 16:43:39 -05:00 |
Tobin C. Harding
|
30888f74c5
|
Move psbt module to crate root module
Move the `psbt` module out of `util` and into the crate root module.
Done as part of an effort to clean up `util`.
|
2022-11-16 10:43:35 +11:00 |