Skip to content

More derives for key::Error#551

Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom
BP-WG:feat/key-error-derives
Feb 21, 2021
Merged

More derives for key::Error#551
apoelstra merged 1 commit intorust-bitcoin:masterfrom
BP-WG:feat/key-error-derives

Conversation

@dr-orlovsky
Copy link
Copy Markdown
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
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.

tACK 2467138

@dr-orlovsky dr-orlovsky added this to the 0.26.1 milestone Jan 30, 2021
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.

sure

@apoelstra apoelstra merged commit 81c56de into rust-bitcoin:master Feb 21, 2021
@dr-orlovsky dr-orlovsky linked an issue May 4, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define and enforce standard derives

3 participants