-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: add bip21 addresses for onchain and lightning #304
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Reverse swap works, but don't truncate, just leave the whole BIP21 unified string there just like you do for normal swaps. Also make sure that tests cover it all. |
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.
Parsing unified BIP21s (https://bitcoinqr.dev/) for normal swaps works fine.
Reverse swaps still several issues:
liquidnetwork:
bip21s are not recognizedbitcoin:
with legacy P2PKH (1...) or P2WPKH-nested-in-P2SH (3...) still not recognized as I mentioned in my previous review.
waiting for other prs to resolve first |
closes #302