-
Notifications
You must be signed in to change notification settings - Fork 8
change NUMS key to bip 0341 one #18
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
change NUMS key to bip 0341 one #18
Conversation
The next commit will change the "unspendable key" from the sketchy one whose provenance we can't figure out, to the BIP 341 one which is provably unspendable. For now, refactor these functions so that we will be able to do more flexible things with these Taptrees than just generating addresses.
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.
On 5380c16 successfully ran local tests
delta1
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 5380c16
Ran tests locally
src/hal_simplicity.rs
Outdated
| } | ||
| } | ||
|
|
||
| // Stolen from simplicity-webide |
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.
Probably a good idea to change this comment and explain where the key came from. eg. include this link
Our current "unspendable key" comes from the Simplicity web IDE (from where it was copied to several other places, oops). However, this key seems to come from an old rust-simplicity unit test where it wasn't described as being "unspendable" and which we suspect that a private key was once known.
5380c16 to
1d211d6
Compare
|
Updated. |
|
ACK 1d211d6 |
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.
On 1d211d6 successfully ran local tests
No description provided.