-
Notifications
You must be signed in to change notification settings - Fork 32
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
Initial BIP-47 support #32
base: master
Are you sure you want to change the base?
Conversation
Currently only implements generating the recipient's shareable payment code.
Refactored blind/unblind to eliminate redundant code.
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.
Overall, looks good. A few small changes required (i.e. your test doesn't pass). Also not clear if TODO will be addressed in this PR or in a separate one.
Note: regtest blind/unblind still has a bug I'm trying to work through. But as far as I can tell, mainnet works as expected, as confirmed via the test cases.
After my most recent commit, I am now satisfied with where this PR is at. Awaiting further review/feedback, but otherwise I consider this PR complete. |
Implements:
Implementation matches Samourai (still to be confirmed) and Sparrow (tested).