Skip to content

Commit d1111f9

Browse files
hardingbitschmidty
authored andcommitted
News330: add topics
1 parent 442310d commit d1111f9

File tree

12 files changed

+39
-0
lines changed

12 files changed

+39
-0
lines changed

_topics/en/channel-factories.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ optech_mentions:
6464
- title: "OPR protocol proposal to improve efficiency of channel factories"
6565
url: /en/newsletters/2024/11/15/#mad-based-offchain-payment-resolution-opr-protocol
6666

67+
- title: "LN specification changes proposed to allow pluggable channel factories"
68+
url: /en/newsletters/2024/11/22/#pluggable-channel-factories
69+
6770
## Optional. Same format as "primary_sources" above
6871
see_also:
6972
- title: "LN-Symmetry (Eltoo)"

_topics/en/covenants.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ optech_mentions:
112112
- title: "Idea to add covenants to Bitcoin without consensus changes using functional encryption"
113113
url: /en/newsletters/2024/06/07/#functional-encryption-covenants
114114

115+
- title: "Idea to add covenants to Bitcoin without consensus changes using hash grinding"
116+
url: /en/newsletters/2024/11/22/#covenants-based-on-grinding-rather-than-consensus-changes
117+
115118
## Optional. Same format as "primary_sources" above
116119
see_also:
117120
- title: An early description of covenants in Bitcoin

_topics/en/eltoo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ optech_mentions:
8181
- title: "LN-Symmetry research implementation with summary of initial results"
8282
url: /en/newsletters/2024/01/10/#ln-symmetry-research-implementation
8383

84+
- title: "Post and website examining LN-Symmetry testing on the default signet"
85+
url: /en/newsletters/2024/11/22/#signet-activity-report
86+
8487
## Optional. Same format as "primary_sources" above
8588
see_also:
8689
- title: SIGHASH_ANYPREVOUT

_topics/en/ephemeral-anchors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ optech_mentions:
8282
- title: "Bitcoin PR Review Club about ephemeral dust to improve P2A usability"
8383
url: /en/newsletters/2024/11/08/#bitcoin-core-pr-review-club
8484

85+
- title: "Bitcoin Core #30239 makes ephemeral dust outputs standard, allowing zero-fee transaction relay"
86+
url: /en/newsletters/2024/11/22/#bitcoin-core-30239
87+
8588
## Optional. Same format as "primary_sources" above
8689
see_also:
8790
- title: V3 Transaction Relay

_topics/en/multipath-payments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ optech_mentions:
129129
- title: "Dynamic Payment Switching and Splitting (PSS) proposed for improved payment privacy"
130130
url: /en/newsletters/2023/10/04/#payment-splitting-and-switching
131131

132+
- title: "Core Lightning #7799 introduces the `xpay` plugin to send optimal multipath payments"
133+
url: /en/newsletters/2024/11/22/#core-lightning-7799
134+
132135
## Optional. Same format as "primary_sources" above
133136
see_also:
134137
- title: Atomic Multipath Payments (AMPs)

_topics/en/offers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ optech_mentions:
126126
- title: "BOLTs #798 merges the offers protocol specification which introduces BOLT12"
127127
url: /en/newsletters/2024/10/04/#bolts-798
128128

129+
- title: "Core Lightning #7833 enables the offers protocol by default"
130+
url: /en/newsletters/2024/11/22/#core-lightning-7833
131+
129132
## Optional. Same format as "primary_sources" above
130133
see_also:
131134
- title: Blinded paths

_topics/en/op_cat.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ optech_mentions:
6969
- title: "`OP_CAT` research fund"
7070
url: /en/newsletters/2024/09/06/#op-cat-research-fund
7171

72+
- title: "Post and website examining `OP_CAT` testing on the default signet"
73+
url: /en/newsletters/2024/11/22/#signet-activity-report
74+
75+
- title: "`OP_PAIRCOMMIT` opcode proposed to function like `OP_CAT` but without allowing recursive covenants`"
76+
url: /en/newsletters/2024/11/22/#update-to-lnhance-proposal
77+
7278
## Optional. Same format as "primary_sources" above
7379
see_also:
7480
- title: OP_CHECKSIGFROMSTACK

_topics/en/op_checktemplateverify.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ optech_mentions:
130130
- title: "BIP119 extensions for smaller hashes and arbitrary data commitments"
131131
url: /en/newsletters/2024/05/15/#bip119-extensions-for-smaller-hashes-and-arbitrary-data-commitments
132132

133+
- title: "Post and website examining `OP_CHECKTEMPLATEVERIFY` testing on the default signet"
134+
url: /en/newsletters/2024/11/22/#signet-activity-report
135+
133136
## Optional. Same format as "primary_sources" above
134137
see_also:
135138
- title: Covenants

_topics/en/sighash_anyprevout.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ optech_mentions:
110110
- title: "Using covenants like OP_CTV and APO to improve LN scalability"
111111
url: /en/newsletters/2023/09/27/#using-covenants-to-improve-ln-scalability
112112

113+
- title: "Post and website examining `SIGHASH_ANYPREVOUT` testing on the default signet"
114+
url: /en/newsletters/2024/11/22/#signet-activity-report
115+
113116
## Optional. Same format as "primary_sources" above
114117
see_also:
115118
- title: Eltoo

_topics/en/signet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ optech_mentions:
123123
- title: Notes from Bitcoin developer discussion about signet and testnet4
124124
url: /en/newsletters/2024/05/01/#coredev-tech-berlin-event
125125

126+
- title: "Post and website examining soft fork testing on the default signet"
127+
url: /en/newsletters/2024/11/22/#signet-activity-report
128+
126129
## Optional. Same format as "primary_sources" above
127130
see_also:
128131
- title: "Bitcoin Core #16411: signet support"

0 commit comments

Comments
 (0)