Introduce Retry InvoiceRequest Flow (Blinded Paths, Compact Blinded Paths, Bolt12, Offer, Auth)
https://github.com/lightningdevkit/rust-lightning/pull/3010
Host: vincenzopalazzo -
Notes
Questions
- Did you review PR #3010? Is it a Concept ACK, Approach ACK, Tested ACK, or NACK?
- What is the
InvoiceRequest
message, and in which BOLT is it used? - What are the workflows of the LN protocol where the
InvoiceRequest
message is used? - Why do we need to retry
InvoiceRequest
messages? - How does LDK remember to retry a particular
InvoiceRequest
? - What is the Nonce?