Conversation
stepansnigirev
left a comment
There was a problem hiding this comment.
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.
|
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. |
Currently only implements generating the recipient's shareable payment code.
Refactored blind/unblind to eliminate redundant code.
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.
AI review of BIP-47 implementation against the specFindings
@kdmukai , could you please review this report? Is anything worth addressing before merging? |
Implements:
Implementation matches Samourai (still to be confirmed) and Sparrow (tested).