Skip to content

Concrete policy does not allow duplicates pubkey when necessary #338

@dr-orlovsky

Description

@dr-orlovsky

It is impossible to do constructions like

or(
  thresh(3, pk1, pk2, pk3),
  and(thresh(2, pk1, pk2, pk3), older(100),
  and(thresh(1, pk1, pk2, pk3), older(1000),
)

Such constructs are possible with taproot trees (manually constructed), but I am afraid that in WIP compiler for taproot they can also get prohibited.

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