Skip to content

Think about how MiniscriptKey interacts with Musig keys #427

@sanket1729

Description

@sanket1729

Integrating musig2 keys with the existing API introduces a couple of new challenges:

  1. We currently support Terminal::Pk(Pk) in our miniscript decoding. This means we should parse musig(A,B,C) as a single Pk.
  2. At the same time, we want the translation API to allow to translation of native A, B and C.

Seems like we might to re-design some parts of the codebase to support it. cc @apoelstra

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions