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 signing support #411

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

Conversation

GambolingPangolin
Copy link
Contributor

This change adds the ability to sign taproot inputs, but behind a flag. This depends on changes from haskoin/secp256k1-haskell#40 , which also includes a nix shell definition to use to explore the changes. Cabal users can include the following cabal.project.local file build things with the appropriate flags.

packages:
    ./

source-repository-package
    type: git
    location: https://github.com/GambolingPangolin/secp256k1-haskell.git
    tag: origin/bip340-support

package haskoin-core
    ghc-options: -Wall
    flags: +bip340

package secp256k1-haskell
    ghc-options: -Wall
    flags: +bip340

@GambolingPangolin
Copy link
Contributor Author

Closes #405

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