-
Notifications
You must be signed in to change notification settings - Fork 141
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
Support for sortedmulti_a #320
Comments
Note that this would only be supported at the top level. Supporting it at the miniscript level is not possible and is currently not in spec. Same reason why miniscript only has |
Is it possible to remove this issue from the 8.0.0 milestone so that the next release can go out sooner? Projects like |
I would also like #478 -- let's bump this to the next milestone so we can do a quick release. Ok by you @sanket1729 ? |
Oh, actually I don't care (I'm working on elements-miniscript but it is just a fork off the git repo, it doesn't use crates.io versions). But I agree with the sentiment that we ought to have a current release that matches rust-bitcoin. |
In future releases, we should automatically release a new version of |
I will prepare a new release ... but apparently we have 71 PRs since the last one so it may take me a while to make a changelog! |
@apoelstra, I think I made some progress on changelog |
Let me check my local branh |
@apoelstra, there is already a changelog at 6f3c967 |
Adding top-level support for |
@sanket1729 I'd love to pick this up! Can I? |
Sure, feel free to ask any questions here |
Hello @sanket1729 @apoelstra I would like to take up this issue, Although I am still learning about descriptors, this would be a good issue to apply my knowledge. |
@Harshit933 yep, this looks like a fairly self-contained issue. You can look at the existing |
I read some things about
And this is a basic one :
|
Only Taproot has the
No, sortedmulti is only a top-level thing.
(Output) descriptors describe the script part of Bitcoin outputs (the other part of an output is a BTC amount, which stands on its own). They indicate whether the output is Taproot, segwit v0, P2SH, P2WPKH, etc etc. For descriptor types that have a freeform script (p2sh, p2wsh, taproot, etc) Miniscript sits inside and describes the script itself. |
Is there any website where I can find all the opcode?
Thanks, this clears a lot of things. |
@Harshit933, you can cross reference bitcoin core implementation for sortedmulti_a, while attempting this PR. That should serve as a good starting point for what needs to be done. |
Thanks for the suggestion. I have looked inside the core implementation of |
The support is part of Bitcoin core, but absent here
The text was updated successfully, but these errors were encountered: