ZeusLN / zeus

A mobile Bitcoin wallet fit for the gods. ⚡️ Est. 563345
https://ZeusLN.com
Other
979 stars 146 forks source link

LND v0.18.3: blinded paths for BOLT 11 #2371

Open kaloudis opened 2 weeks ago

kaloudis commented 2 weeks ago

LND v0.18.3-beta introduces the ability to create BOLT 11 invoices with blinded paths and pay them. Let's investigate if it's ready to implement, and if so, implement for our three LND interfaces.

More on blinded paths here: https://lightningprivacy.com/en/blinded-trampoline

kaloudis commented 2 weeks ago

Related LND PRs: https://github.com/lightningnetwork/lnd/labels/blinded%20paths

kaloudis commented 2 weeks ago

Relevant proto changes:

Invoice (AddInvoice req): https://github.com/ellemouton/lnd/blob/master/lnrpc/lightning.proto#L3846

kaloudis commented 2 weeks ago

Other considerations: