Skip to content
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

Taproot miniscript support #45

Merged
merged 8 commits into from
Aug 5, 2023

Conversation

stepansnigirev
Copy link
Contributor

@stepansnigirev stepansnigirev commented Apr 7, 2023

This PR is work in progress.

Plan:

  • parse taptree descriptors like tr(k1,{miniscriptA,{miniscriptB,miniscriptC}})
  • generate addresses (see tests/test_taptree.py)
  • psbt signing support for taptree keys
  • moar tests, including integration tests with Bitcoin Core

To generate addresses from taproot descriptors I used rust-miniscript. For simple tests one can use miniscript.fun and enter a valid taproot descriptor as an input for address node.

@stepansnigirev stepansnigirev marked this pull request as ready for review August 4, 2023 01:31
@stepansnigirev stepansnigirev changed the title (WIP) Taproot miniscript support Taproot miniscript support Aug 4, 2023
@stepansnigirev stepansnigirev merged commit c4ba9d0 into diybitcoinhardware:master Aug 5, 2023
@stepansnigirev stepansnigirev deleted the taptree branch August 5, 2023 09:37
@stepansnigirev stepansnigirev mentioned this pull request Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant