-
Notifications
You must be signed in to change notification settings - Fork 138
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
DefiniteDescriptorKey: provide additional methods for converting to a DescriptorPublicKey #492
DefiniteDescriptorKey: provide additional methods for converting to a DescriptorPublicKey #492
Conversation
Concept ACK. I think If we allowed |
Agreed, I just put it in for completeness. I'll drop it and people can call
Is it unusual? I'm happy to do
Ah, great point. |
I think so. I checked out |
Ok, after writing e16e7dd#r1025217984 I realize that
Huh, I could've sworn I saw this in stdlib some time ago. Maybe this is a pre-1.0 memory or a fever dream :).
No, there's a blanket |
No there isn't! From that page:
Fevered dreams indeed! |
Lol, ok. I'm starting to internalize what these trains are supposed to mean. Let's use |
3fbe4cc
to
0b569a2
Compare
Pushed to use |
😅 nit: the ACK 0b569a2 |
… DescriptorPublicKey
0b569a2
to
1477dbb
Compare
lol, removed the |
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 1477dbb
Fixes #491
I didn't provide a mutable version of this. I'm not sure if we want to support this or not; generally public keys should be immutable after creation.