-
Notifications
You must be signed in to change notification settings - Fork 831
Delete contract hash module #871
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
Delete contract hash module #871
Conversation
This module has been deprecated in commit 1ffdce9 in August 2020, it is safe to delete it now. Fixes: rust-bitcoin#322
cc @sanket1729 can/should we reimplement this module's functionality in rust-miniscript? It looks like we use the Regardless, concept ACK removing it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7f33fe6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7f33fe6
I'm also OK with this being RC fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 7f33fe6
I'm ok on merging for RC fix, but still put a milestone for 0.29
if we forget to do it now
Yes, elements-miniscript needs this functionality. Will re-implement this over there |
0a0934a Remove the Pay-to-Contract reference from README. (sanket1729) Pull request description: Removed in #871 ACKs for top commit: apoelstra: ACK 0a0934a tcharding: ACK 0a0934a Tree-SHA512: eed4e2f381effba8976668574bb2a19e524cf8d9fff305e1cde2bd09f52ae0100b8d06dc289bb0953433757c15301e89b88f71fa1255e0f18e695bb6e4f4af14
†92C3 ¦rence from README. 0a0934a Remove the Pay-to-Contract reference from README. (sanket1729) Pull request description: Removed in rust-bitcoin/rust-bitcoin#871 ACKs for top commit: apoelstra: ACK 0a0934a tcharding: ACK 0a0934a Tree-SHA512: eed4e2f381effba8976668574bb2a19e524cf8d9fff305e1cde2bd09f52ae0100b8d06dc289bb0953433757c15301e89b88f71fa1255e0f18e695bb6e4f4af14
This module has been deprecated in commit 1ffdce9 in August 2020, it is safe to delete it now.
Fixes: #322