-
Notifications
You must be signed in to change notification settings - Fork 37
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
Payjoin Support #194
Comments
Need rust-bitcoin to support it or to use some of the rust payjoin libraries still being developed on. |
Adding the ability to send payjoin from bdk using rust-payjoin was ~a 200 line change including test for BitMask. Receiving payjoin can be done securely using a relay. A second reference BDK x Payjoin implementation will be completed for BDK-CLI as part of the summer of bitcoin. Where does this fall on the roadmap? It does not seem blocked by library support as implied by the tag. I'm happy to elaborate as appropriate. |
Very cool. When I was looking through issues on rust-bitcoin/bdk I was only seeing old things so I didn't see any support. I also wasn't sure how it was coming along with the payjoin libraries. I had only seen this one: https://github.com/Kixunil/payjoin which looked pretty out of date. Glad to have a pointer to yours, I think that would be really great to add. I think the only thing I see as a problem is that we use |
Only the |
Yeah I think that should work, I looked at the other dependencies and those seemed pretty straightforward so there shouldn't be any other problems. Would be able to find out fast by importing it after it gets |
No longer blocked, 0.8.1 of payjoin is now compiling. Thanks @DanGould ! |
https://github.com/bitcoin/bips/blob/master/bip-0078.mediawiki
The text was updated successfully, but these errors were encountered: