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

Add Taproot Script Construction #69

Open
wants to merge 60 commits into
base: master
Choose a base branch
from

Conversation

SachinMeier
Copy link
Member

@SachinMeier SachinMeier commented Feb 1, 2023

Add function to Script Module to allow user to create a Taproot output from script only, key only, or both

test/script_test.exs Outdated Show resolved Hide resolved
@SachinMeier SachinMeier changed the title add key-only taproot script creation WIP: add key-only taproot script creation Feb 1, 2023
@SachinMeier SachinMeier changed the title WIP: add key-only taproot script creation WIP: Add Taproot Script Construction Feb 4, 2023
@SachinMeier SachinMeier changed the title WIP: Add Taproot Script Construction Add Taproot Script Construction Feb 24, 2023
of an extended key and parses it to an extended key object
returns {:error, msg} on failure

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't need to document the response in @doc because it's already documented on the spec. I think a doc test is more useful

Suggested change
returns {:error, msg} on failure

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.

2 participants