-
Notifications
You must be signed in to change notification settings - Fork 10
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 MuSig related bindings #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michael1011 the PR looks promising and #44 has been merged along with another PR, so you can now sync this with master to import all those changes.
You should make changes to src/index.d.ts
file too and add a MuSig
interface to expose the new APIs also on typescript.
You can then try using your fork within other projects to craft txs with these new APIs. If everything looks good, then we'll be super happy to merge these changes and make them effective.
BUMP up for review 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you so much for the contribution!
Can i just ask where did you take the fixtures for the unit tests? Did you generate them or you reused some of another lib?
Builds on top of #44
This PR adds MuSig related bindings from secp256k1.
Update: works!