-
Notifications
You must be signed in to change notification settings - Fork 12
BIP-0341's unspendable NUMS public key #56
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
base: master
Are you sure you want to change the base?
BIP-0341's unspendable NUMS public key #56
Conversation
|
Does not compile with latest nightly -- there is a recent rustc change to remove |
|
Actually we may just be fucked, at least for a while. We depend on Miniscript 12 which depends on bitcoin 0.32 which depends on secp 0.29 which depends on rand 0.8 which depends on rand_chacha 0.3 which depends on rand_core 0.6 which depends on getrandom 0.2 which the Rust compiler developers broke compilation of a couple weeks ago. |
66e1a6a remove use of deprecated encoding function (Andrew Poelstra) 67720ab SimplicityHl: use released version 0.3 (Andrew Poelstra) 6715eb1 SimplicityHL: use released version 0.2 (Andrew Poelstra) 12c7daf clippy: turn on a bunch of pedantic lints (Andrew Poelstra) 1858e6d clippy: fix a bunch of "trivial" lints (Andrew Poelstra) ab54fed delete merkle.rs and unused supporting code (Andrew Poelstra) 837cb9c Define a MSRV of 1.78.0 (Andrew Poelstra) Pull request description: Should unblock #56 After this and #56 we should cut a new release and attempt to update the production site. ACKs for top commit: delta1: ACK 66e1a6a; ran cargo test locally Tree-SHA512: a978c947e4eeef2a9c341cef0a4d41891ced5c3aabb35ec415ba35d68da30ef5301d520be0da32958bb28e57f16c9888a4101a722d184c6dd9ad5ca775f1e9fe
apoelstra
left a comment
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 7af8ef0; successfully ran local tests
No description provided.