Skip to content

Fix/error derives 2#559

Merged
apoelstra merged 3 commits intorust-bitcoin:masterfrom
BP-WG:fix/error-derives-2
May 19, 2021
Merged

Fix/error derives 2#559
apoelstra merged 3 commits intorust-bitcoin:masterfrom
BP-WG:fix/error-derives-2

Conversation

@dr-orlovsky
Copy link
Copy Markdown
Collaborator

@dr-orlovsky dr-orlovsky commented Jan 30, 2021

This continues (and is based on the work from) #558 and is a part of #555 epic for Error types within rust-bitcoin. This PR is also non-API breaking, but unline #558 depends on PRs in upstream repos:

Once they got merged & a new versions of the crates will be published, CI will not be failing anymore here and PR will be ready for reviews

@dr-orlovsky dr-orlovsky added the minor API Change This PR should get a minor version bump label Jan 30, 2021
@dr-orlovsky dr-orlovsky added this to the 0.26.1 milestone Jan 30, 2021
@dr-orlovsky dr-orlovsky marked this pull request as ready for review May 4, 2021 01:15
@dr-orlovsky dr-orlovsky requested review from apoelstra, sanket1729, sgeisler and stevenroose and removed request for stevenroose May 4, 2021 01:15
@dr-orlovsky dr-orlovsky linked an issue May 4, 2021 that may be closed by this pull request
sanket1729
sanket1729 previously approved these changes May 4, 2021
Copy link
Copy Markdown
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

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

utACK b809d83adbc5f9987b2d5d7e34379dfe070e3bee

@dr-orlovsky
Copy link
Copy Markdown
Collaborator Author

@sanket1729 thank you for your review; unfortunately had to discard it because of rebasing on CI bugfix from #602. Can you pls re-ACK it?

Copy link
Copy Markdown
Contributor

@sgeisler sgeisler left a comment

Choose a reason for hiding this comment

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

utACK c0b7def

InvalidChildNumber(u32),
/// Error creating a master seed --- for application use
RngError(String),
RngError(String), // TODO: This option seems unused and should be removed, opening a way to make this type copiable
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is for application use, as mentioned in the doccomment.

Copy link
Copy Markdown
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 c0b7def

@apoelstra apoelstra merged commit 052aaf1 into rust-bitcoin:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor API Change This PR should get a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define and enforce standard derives

4 participants