-
Notifications
You must be signed in to change notification settings - Fork 37.8k
descriptors: taproot partial descriptors #30243
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?
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/30243. ReviewsSee the guideline for information on the review process. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. LLM Linter (✨ experimental)Possible typos and grammar issues:
drahtbot_id_4_m |
6700dd3
to
9923fdc
Compare
🚧 At least one of the CI tasks failed. Make sure to run all tests locally, according to the Possibly this is due to a silent merge conflict (the changes in this pull request being Leave a comment here, if you need help tracking down a confusing failure. |
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.
Seems okay to me. Presumably should update doc/descriptors.md though, and might also be nice to have some functional tests demonstrating it works end-to-end? (Add some examples to DESCS
in wallet_miniscript.py maybe?
@ajtowns I'll do that. |
9923fdc
to
6f10ab5
Compare
@ajtowns Thanks for the review. I added some examples to |
Found a crash in the
|
Thanks for this @dergoegge. I'll fix it |
@dergoegge Pushed 7efb115 to fix this |
You can squash some commits. |
134ee16
to
a945bc2
Compare
Thanks @brunoerg. Done! |
b9c2be8
to
b118fbd
Compare
Rebased on master 770d39a
|
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
b118fbd
to
be910db
Compare
Rebased on master. |
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
be910db
to
36d72f8
Compare
Prepare TRDescriptor to add omitted branches and leaves with user-provided version
36d72f8
to
9c4854f
Compare
This PR adds support for rawnode() and rawleaf() under tr() descriptor discussed in #24114 and tr-rawnode-and-rawleaf