rust-lightning/lightning
Valentine Wallace 9898e67db5
Add utils to create static invoices and their corresponding offers
We can't use our regular offer creation util for receiving async payments
because the recipient can't be relied on to be online to service
invoice_requests.

Therefore, add a new offer creation util that is parameterized by blinded
message paths to another node on the network that *is* always-online and can
serve static invoices on behalf of the often-offline recipient.

Also add a utility for creating static invoices corresponding to these offers.
See new utils' docs and BOLTs PR 1149 for more info.
2025-01-06 17:06:44 -05:00
..
src Add utils to create static invoices and their corresponding offers 2025-01-06 17:06:44 -05:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00