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

More derives for key::Error #551

Merged
merged 1 commit into from Feb 21, 2021
Merged

More derives for key::Error #551

merged 1 commit into from Feb 21, 2021

Conversation

dr-orlovsky
Copy link
Collaborator

Underlying error types (SECP and Base58) are clonable and equatable; however the key error is neither of them. This PR fixes the issue and opens a way for more detailed clonable error types in rust-miniscript (my current WIP)

@dr-orlovsky dr-orlovsky changed the title More derives for key error More derives for key::Error Jan 14, 2021
Copy link
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.

tACK 2467138

@dr-orlovsky dr-orlovsky added this to Merge Ready in Derive unification Jan 30, 2021
@dr-orlovsky dr-orlovsky moved this from Merge Ready to In review in Derive unification Jan 30, 2021
@dr-orlovsky dr-orlovsky added this to the 0.26.1 milestone Jan 30, 2021
Derive unification automation moved this from In review to Merge Ready Feb 21, 2021
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.

sure

@apoelstra apoelstra merged commit 81c56de into rust-bitcoin:master Feb 21, 2021
Derive unification automation moved this from Merge Ready to Done Feb 21, 2021
@dr-orlovsky dr-orlovsky linked an issue May 4, 2021 that may be closed by this pull request
Derive unification automation moved this from Done to Merge Ready Apr 1, 2022
Derive unification automation moved this from Merge Ready to Done Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Define and enforce standard derives
3 participants