rust-bitcoin / rust-bitcoin/rust-miniscript

Is there a way of having aggregate signature in first Tr descriptor parameter?

Open
#319 14 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
426
Forks
200
Avg merge
7d 17h
Merged PRs (30d)
8

Description

Today Tr descriptor

  1. Fails to parse the whole descriptor if the first parameter contains a method (for instance, tr(musig(a,b)) will treat b as a second parameter to the descriptor itself, i.e. script).
  2. this providing no way for key aggregation as a part of the first parameter.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.