rust-bitcoin / rust-bitcoin/rust-miniscript
Is there a way of having aggregate signature in first Tr descriptor parameter?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 426
- Forks
- 200
- Avg merge
- 7d 17h
- Merged PRs (30d)
- 8
Description
Today Tr descriptor
- Fails to parse the whole descriptor if the first parameter contains a method (for instance,
tr(musig(a,b))will treatbas a second parameter to the descriptor itself, i.e. script). - this providing no way for key aggregation as a part of the first parameter.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the Tr descriptor parses its first parameter, using tr(musig(a,b)) as the motivating example. Determine the intended syntax and aggregation behavior, then add coverage showing that the complete first parameter is parsed and can provide key aggregation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- blockchain, cryptography
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100