-
Notifications
You must be signed in to change notification settings - Fork 11
Output descriptors: wpkh fragment support
#191
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
Conversation
|
|
||
| "github.com/btcsuite/btcutil/hdkeychain" | ||
|
|
||
| "github.com/btcsuite/btcd/txscript" |
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.
I am afraid that for elements we should have a way to extends it since elements has more opcodes. For now it's fine tho
| "github.com/btcsuite/btcutil/hdkeychain" | ||
|
|
||
| "github.com/btcsuite/btcd/txscript" | ||
| "github.com/btcsuite/btcutil" |
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.
shouldn't be github.com/btcsuite/btcd/btcutil now?
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.
we use github.com/btcsuite/btcutil in other pkg's, maybe we can treat this(replacing btcutil pkg everywhere) in another issue?
|
utACK for me @sekulicd , I would wait an actual implementation using this pkg before merging. You can test there requiring this commit directly |
wpkh fragment support
This adds descriptor pkg with initial implementation for Wpkh descriptor wallet.
@tiero @altafan @louisinger please review.