Skip to content

Commit c6f019a

Browse files
hardingbitschmidty
authored andcommitted
News361,362: add topics
1 parent ec1d0e7 commit c6f019a

10 files changed

+51
-0
lines changed

_topics/en/acc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ optech_mentions:
7070
- title: "Improvments to BitVM-style contracts allowing disprove transactions to be just 200 bytes"
7171
url: /en/newsletters/2025/06/20/#improvements-to-bitvm-style-contracts
7272

73+
- title: "Continued discussion about CTV+CSFS advantages for BitVM"
74+
url: /en/newsletters/2025/07/04/#continued-discussion-about-ctv-csfs-advantages-for-bitvm
75+
7376
## Optional. Same format as "primary_sources" above
7477
see_also:
7578
- title: "Merklize All The Things (MATT)"

_topics/en/async-payments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ optech_mentions:
6060
- title: "LDK #3140 adds support for paying static BOLT12 invoices to send async payments"
6161
url: /en/newsletters/2024/09/20/#ldk-3140
6262

63+
- title: "LDK #3618 implements the client-side logic for async payments"
64+
url: /en/newsletters/2025/07/04/#ldk-3618
65+
6366
## Optional. Same format as "primary_sources" above
6467
see_also:
6568
- title: Trampoline payments

_topics/en/onion-messages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ optech_mentions:
9898
- title: "Eclair #2865 enables waking up a disconnected mobile peer for async payments or onion messages"
9999
url: /en/newsletters/2024/09/06/#eclair-2865
100100

101+
- title: "Discussion about separating onion message relay from HTLC relay"
102+
url: /en/newsletters/2025/07/04/#separating-onion-message-relay-from-htlc-relay
103+
101104
## Optional. Same format as "primary_sources" above
102105
see_also:
103106
- title: Blinded paths

_topics/en/op_cat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ optech_mentions:
7878
- title: "Creating contract-level relative timelocks and Chia-style singletons with `OP_CAT`"
7979
url: /en/newsletters/2025/01/10/#contract-level-relative-timelocks
8080

81+
- title: "Prototype implementation of Winternitz signatures for Bitcoin using `OP_CAT`"
82+
url: /en/newsletters/2025/07/04/#op-cat-enables-winternitz-signatures
83+
8184
## Optional. Same format as "primary_sources" above
8285
see_also:
8386
- title: OP_CHECKSIGFROMSTACK

_topics/en/op_checksigfromstack.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ optech_mentions:
8282
- title: "Description of benefits to BitVM from `OP_CTV` and `OP_CSFS`"
8383
url: /en/newsletters/2025/05/16/#description-of-benefits-to-bitvm-from-op-ctv-and-op-csfs
8484

85+
- title: "Claim that `OP_CTV` and `OP_CSFS` would provide advantages for using PTLCs"
86+
url: /en/newsletters/2025/07/04/#ctv-csfs-advantages-for-ptlcs
87+
88+
- title: "Continued discussion about CTV+CSFS advantages for BitVM"
89+
url: /en/newsletters/2025/07/04/#continued-discussion-about-ctv-csfs-advantages-for-bitvm
90+
91+
- title: "Discussion of open letter about CTV and CSFS"
92+
url: /en/newsletters/2025/07/04/#open-letter-about-ctv-and-csfs
93+
8594
## Optional. Same format as "primary_sources" above
8695
see_also:
8796
- title: Covenants in Elements Alpha

_topics/en/op_checktemplateverify.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,15 @@ optech_mentions:
163163
- title: "Description of benefits to BitVM from `OP_CTV` and `OP_CSFS`"
164164
url: /en/newsletters/2025/05/16/#description-of-benefits-to-bitvm-from-op-ctv-and-op-csfs
165165

166+
- title: "Claim that `OP_CTV` and `OP_CSFS` would provide advantages for using PTLCs"
167+
url: /en/newsletters/2025/07/04/#ctv-csfs-advantages-for-ptlcs
168+
169+
- title: "Continued discussion about CTV+CSFS advantages for BitVM"
170+
url: /en/newsletters/2025/07/04/#continued-discussion-about-ctv-csfs-advantages-for-bitvm
171+
172+
- title: "Discussion of open letter about CTV and CSFS"
173+
url: /en/newsletters/2025/07/04/#open-letter-about-ctv-and-csfs
174+
166175
## Optional. Same format as "primary_sources" above
167176
see_also:
168177
- title: Covenants

_topics/en/output-script-descriptors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ optech_mentions:
200200
- title: "New library for encrypting descriptors and miniscript to the included public keys"
201201
url: /en/newsletters/2025/06/13/#descriptor-encryption-library
202202

203+
- title: "New library for compressing descriptors and miniscript"
204+
url: /en/newsletters/2025/07/11/#compressed-descriptors
205+
206+
- title: "Brainstorming how to use output script descriptors for CTV-style vaults"
207+
url: /en/newsletters/2025/07/04/#vault-output-script-descriptor
208+
203209
## Optional. Same format as "primary_sources" above
204210
see_also:
205211
- title: Miniscript

_topics/en/ptlc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ optech_mentions:
8282
- title: "LN developer discussion of upgrade paths to using PTLCs"
8383
url: /en/newsletters/2024/10/18/#ptlcs
8484

85+
- title: "Claim that `OP_CTV` and `OP_CSFS` would provide advantages for using PTLCs"
86+
url: /en/newsletters/2025/07/04/#ctv-csfs-advantages-for-ptlcs
87+
8588
## Optional. Same format as "primary_sources" above
8689
see_also:
8790
- title: Hash Time Locked Contract (HTLC)

_topics/en/quantum-resistance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ optech_mentions:
7676
- title: Report about quantum computing and Bitcoin
7777
url: /en/newsletters/2025/06/06/#quantum-computing-report
7878

79+
- title: "Prototype implementation of Winternitz signatures for Bitcoin using `OP_CAT`"
80+
url: /en/newsletters/2025/07/04/#op-cat-enables-winternitz-signatures
81+
82+
- title: "Commit/reveal function for post-quantum recovery of insecure bitcoins"
83+
url: /en/newsletters/2025/07/04/#commit-reveal-function-for-post-quantum-recovery
84+
7985
## Optional. Same format as "primary_sources" above
8086
see_also:
8187
- title: Taproot

_topics/en/vaults.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ optech_mentions:
107107
- title: "Proposed CTV enhancement opcodes for more flexible vaults and accountable computing"
108108
url: /en/newsletters/2025/01/03/#ctv-enhancement-opcodes
109109

110+
- title: "Brainstorming how to use output script descriptors for CTV-style vaults"
111+
url: /en/newsletters/2025/07/04/#vault-output-script-descriptor
112+
113+
- title: "Comparison of vaults created with presigned transactinos, CTV, or other methods"
114+
url: /en/newsletters/2025/07/04/#limits-of-ctv-only-vault-support
115+
110116
## Optional. Same format as "primary_sources" above
111117
see_also:
112118
- title: Python-vaults

0 commit comments

Comments
 (0)