Skip to content
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

Correctly handle bicoinconsensus::Error #1235

Merged

Conversation

tcharding
Copy link
Member

With the latest release of rust-bitcoinconsensus the
bicoinconsensus::Error now implements std::error::Error.

Correctly handle bicoinconsensus::Error by returning Some(e) and
using write_err as is standard across the code base.

With the latest release of `rust-bitcoinconsensus` the
`bicoinconsensus::Error` now implements `std::error::Error`.

Correctly handle `bicoinconsensus::Error` by returning `Some(e)` and
using `write_err` as is standard across the code base.
Copy link
Collaborator

@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK a013847

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK a013847

@apoelstra apoelstra merged commit 1d8d04d into rust-bitcoin:master Sep 2, 2022
@tcharding tcharding deleted the 09-02-bitcoinconsensus-err branch September 5, 2022 01:24
@tcharding tcharding added this to the 0.30.0 milestone Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants