Skip to content
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

offers: don't send blinded path to neighbor for *invoices*. #8125

Conversation

rustyrussell
Copy link
Contributor

In 6e4ff6a ("offers: add a blinded path if we have no advertized address") we were overzealous, and set blinded paths not just for offers and invoicerequests, but for invoices themselves.

This has revealed various interop issues (which is great, but not good for our users!) so we should disable that. It also reduces the reliability of payments in general.

Changelog-None: fixes previously overzealous addition
Fixes: #8119 (really!)

@rustyrussell rustyrussell added this to the v25.02 milestone Feb 27, 2025
Copy link
Collaborator

@endothermicdev endothermicdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 437d81e

In 6e4ff6a ("offers: add a blinded path
if we have no advertized address") we were overzealous, and set blinded
paths not just for offers and invoicerequests, but for invoices themselves.

This has revealed various interop issues (which is great, but not good
for our users!) so we should disable that.  It also reduces the reliability
of payments in general.

Changelog-None: fixes previously overzealous addition
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
@endothermicdev endothermicdev merged commit 8f891ce into ElementsProject:master Feb 27, 2025
36 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to pay an invoice returned by an offer
2 participants