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

Introduce Reply Paths for BOLT12 Invoice in Offers Flow.

Open shaavan opened this issue 7 months ago • 7 comments

This PR builds on #3087 and addresses this comment.

Changes:

  1. Updates the Offers message flow to include reply_path with the sent BOLT12Invoice.
  2. Ensures that in case of an error, the counterparty can send back any InvoiceError along the reply_path.
  3. Updates the Offers test to check for the invoice's reply_path wherever applicable.

shaavan avatar Jul 09 '24 14:07 shaavan