lightning-kmp icon indicating copy to clipboard operation
lightning-kmp copied to clipboard

Implement `scid-alias`

Open t-bast opened this issue 2 years ago • 1 comments

Once dual-funding support has been shipped, we should implement scid-alias support. We're currently using a hacky alias that potentially has collisions.

t-bast avatar Nov 23 '22 09:11 t-bast

hi, its this still pending? Also, is the aliased scid used in the actual implementation private? Or is it leaking the funding tx of the channel when shared in phoenix bolt11 invoices?

pony-montana avatar Sep 25 '24 14:09 pony-montana

@t-bast Hi, I also opened an issue here https://github.com/ACINQ/phoenix/issues/631 I didnt find really anything about scid alias in documentation, faq, precedent issues, nothing. Thanks for clarification, I think is an important piece of the privacy of lightning anannounced channels and should be advertised if its used (at least until we will live in bolt12 standard).

pony-montana avatar Sep 27 '24 18:09 pony-montana

its this still pending?

Yes

is the aliased scid used in the actual implementation private?

Yes

is it leaking the funding tx of the channel when shared in phoenix bolt11 invoices

No

pm47 avatar Sep 27 '24 18:09 pm47