Skip to content

Commit 78bd0e6

Browse files
committed
Topics: showcase new logic on latest newsletter
showcase the feature based on the topics mentioned in the latest newsletter
1 parent 5c0608f commit 78bd0e6

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

_posts/en/newsletters/2023-05-17-newsletter.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describing notable changes to popular Bitcoin infrastructure software.
2424
- **Testing HTLC endorsement:** several weeks ago, Carla Kirk-Cohen and
2525
Clara Shikhelman [posted][kcs endorsement] to the Lightning-Dev mailing list about
2626
the next steps they and others planned to take to test the idea of
27-
[HTLC][topic htlc] endorsement (see [Newsletter #239][news239
27+
[[HTLC]] endorsement (see [Newsletter #239][news239
2828
endorsement]) as part of a mitigation for [channel jamming
2929
attacks][topic channel jamming attacks]. Most notably, they provided a
3030
short [proposed specification][bolts #1071] that could be deployed
@@ -64,8 +64,8 @@ describing notable changes to popular Bitcoin infrastructure software.
6464

6565
- **Challenges with zero-conf channels when dual funding:** Bastien
6666
Teinturier [posted][teinturier 0conf] to the Lightning-Dev mailing list about the
67-
challenges of allowing [zero-conf channels][topic zero-conf channels] when using the
68-
[dual-funding protocol][topic dual funding]. Zero-conf channels can be used even before the
67+
challenges of allowing [[zero-conf channels]] when using the
68+
[[dual-funding|dual-funding protocol]]. Zero-conf channels can be used even before the
6969
channel open transaction is confirmed; this is trustless in some
7070
cases. Dual-funded channels are channels that were created using the
7171
dual-funding protocol, which may include channels where the open
@@ -99,13 +99,13 @@ describing notable changes to popular Bitcoin infrastructure software.
9999

100100
- *Batched payment forwarding:* rather than Alice paying Bob, Alice
101101
instead pays several people Bob owes money (or wants to establish
102-
a credit with). Gould's example considers an exchange that has a
102+
a credit with). Gould's example [[payment batching|batching]] considers an exchange that has a
103103
steady stream of deposits and withdrawals; payjoin allows withdrawals
104104
to be paid for by new deposits when possible.
105105

106106
Both of these techniques allow reducing what would be at least two
107107
transactions into a single transaction, saving a considerable amount
108-
of block space. When [batching][topic payment batching] is used,
108+
of block space. When is used,
109109
the space savings may be even larger. Even better from the
110110
perspective of the original receiver (e.g. Bob),
111111
the original spender (e.g. Alice) may pay all or some of the
@@ -200,7 +200,7 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
200200
continue trying to download the block from peers that claim to have it
201201
until one of the received blocks has been written to disk.
202202

203-
- [LDK #2286][] allows creating and signing [PSBTs][topic psbt] for
203+
- [LDK #2286][] allows creating and signing [[psbt|PSBTs]] for
204204
outputs controlled by the local wallet.
205205

206206
- [LDK #1794][] begins adding support for [dual funding][topic dual

_topics/en/dual-funding.md

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ optech_mentions:
104104
- title: "Eclair #2596 limits the number of RBF fee bumps in a dual funded channel open"
105105
url: /en/newsletters/2023/02/22/#eclair-2596
106106

107-
- title: "Challenges with zero-conf channels when dual funding"
108-
url: /en/newsletters/2023/05/17/#challenges-with-zero-conf-channels-when-dual-funding
109-
110107
- title: "LDK #1794 begins adding support for dual funding"
111108
url: /en/newsletters/2023/05/17/#ldk-1794
112109

_topics/en/zero-conf-channels.md

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ optech_mentions:
5353
- title: "2022 year-in-review: zero-conf channels"
5454
url: /en/newsletters/2022/12/21/#zero-conf-channels
5555

56-
- title: "Challenges with zero-conf channels when dual funding"
57-
url: /en/newsletters/2023/05/17/#challenges-with-zero-conf-channels-when-dual-funding
5856

5957
## Optional. Same format as "primary_sources" above
6058
# see_also:

0 commit comments

Comments
 (0)