Verify blinded keysend payments (Blinded Paths, keysend, Bolt12, Offer)
https://github.com/lightningdevkit/rust-lightning/pull/3383
Host: vincenzopalazzo -
Notes
Question
- Did you review ldk/3383? Is it a Concept ACK, approach ACK, tested ACK, or NACK?
- What is the goal of this PR, and what is the keysend feature?
- What is the difference between keysend and normal invoice payment?
- What are static invoices?
- In
lightning/src/ln/channelmanager.rs
why we needhas_recipient_created_payment_secret
field? - What’s a payment secret? How was it used in LDK prior to the PR?
- What does this PR do differently for async payments?