Skip to content

Commit 0c586d0

Browse files
committed
News267: add ldk 2468
1 parent 2b2714a commit 0c586d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_posts/en/newsletters/2023-09-06-newsletter.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,11 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
121121
transactions that are nonstandard and thus rejected by default nodes
122122
on mainnet.
123123

124-
125-
- [LDK #2468][] Offer outbound payments FIXME:bitschmidty
124+
- [LDK #2468][] allows users to provide a `payment_id` which is encrypted in an
125+
invoice request's metadata field. LDK checks the metadata in received invoices
126+
and will only pay if it recognizes the id and hasn't already paid another
127+
invoice for it. This PR is part of [LDK's work][ldk bolt12] toward
128+
implementing [BOLT12][topic offers].
126129

127130
{% include references.md %}
128131
{% include linkers/issues.md v=2 issues="28354,2468" %}
@@ -134,3 +137,4 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
134137
[frost]: https://eprint.iacr.org/2020/852
135138
[libsecp cl]: https://github.com/bitcoin-core/secp256k1/blob/master/CHANGELOG.md
136139
[libsecp256k1 0.4.0]: https://github.com/bitcoin-core/secp256k1/releases/tag/v0.4.0
140+
[ldk bolt12]: https://github.com/lightningdevkit/rust-lightning/issues/1970

0 commit comments

Comments
 (0)