-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug: Unable to pay to Bolt 12 offers to CLN node #103
Comments
@mrfelton thanks for giving this a test run! Yeah hopefully once the CLN issue that you pointed to is resolved we'll be able to pay CLN offers. Eclair works, and I believe LDK produced offers should work with the latest release as well, though I still need to test/confirm with ldk-sample or something |
Yes - can confirm I do have this working with Eclair, so can confirm the issue looks to be with CLN specifically. |
I'm having issues with CLN as well. Here are some test results. This case fails (CLN sender: "WIRE_INVALID_ONION_BLINDING (reply from remote)"):
This case fails (LND sender: "failed: InvalidOnionHMAC"):
This case fails (Strike sender: "We were unable to find a payment route"):
This case succeeds:
This case succeeds:
This case succeeds:
|
I did some more tests: This case succeeds:
This case succeeds:
|
This case fails:
|
This case fails:
|
This case fails (also because of #123 ?) :
|
@TheBlueMatt can you confirm what type of node your offer stored at [email protected] uses? Since I've used it as a test case above, would like to be able to clarify what that test case represented. I'm guessing this is LDK? If so, can you pay CLN offers from LDK? |
Yes it's LDK. It's a bit of an old LDK but it should work I don't think we've changed any BOLT 12 compat stuff in the latest release. |
Describe the bug
I seem to be unable to pay to a Bolt 12 invoice generated by CLN.
Should be able to pay the offer.
Generate a Bolt 12 invoice on CLN
Decode the invoice using LNDK
Attempting to pay the offer from lndk
Logs from CLN:
Environment
_Please do not include private information in bug reports! _
To Reproduce
See https://github.com/LN-Zap/bolt12-playground - follow the README.
The text was updated successfully, but these errors were encountered: