Skip to content

Commit 9e354a1

Browse files
authored
Merge pull request #12 from dunxen/2294-offers-handling
2294 offers handling
2 parents 6bfa78a + 218fe38 commit 9e354a1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

_posts/2023-05-23-#2294.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: pr
3+
date: 2023-05-23
4+
title: "Bolt 12 Offers message handling support"
5+
pr: 2294
6+
authors: [jkczyz]
7+
components: []
8+
host: dunxen
9+
status: upcoming
10+
commit:
11+
---
12+
13+
## Notes
14+
15+
BOLT 12 Offers essentially provide a way for a Lightning node to receive payments through the use of a static identifier (they can be long-lived).
16+
Offers do not replace BOLT 11 invoices, in fact, they work in tandem. Readers of an offer will be able to request invoices via [onion messages]
17+
using a [blinded path] to the creator of the offer.
18+
19+
PR [#2294] introduces message handling for offers, so that LDK and also adds support for actually replying to onion messages which is an essential
20+
part of the offer protocol.
21+
22+
_More notest to follow_
23+
24+
## Questions
25+
1. Did you review the PR? [Concept ACK, approach ACK, tested ACK, or NACK](https://github.com/lightningdevkit/rust-lightning/blob/master/CONTRIBUTING.md#peer-review)?
26+
27+
_More questions to follow_
28+
29+
[onion messages]: https://github.com/lightning/bolts/pull/759
30+
[offers]: https://github.com/lightning/bolts/pull/798
31+
[blinded path]: https://github.com/lightning/bolts/blob/aad959a297ff66946effb165518143be15777dd6/04-onion-routing.md#route-blinding
32+
[#2294](https://github.com/lightningdevkit/rust-lightning/pull/2294)

0 commit comments

Comments
 (0)