File tree Expand file tree Collapse file tree 10 files changed +51
-0
lines changed Expand file tree Collapse file tree 10 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ optech_mentions:
70
70
- title : " Improvments to BitVM-style contracts allowing disprove transactions to be just 200 bytes"
71
71
url : /en/newsletters/2025/06/20/#improvements-to-bitvm-style-contracts
72
72
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
+
73
76
# # Optional. Same format as "primary_sources" above
74
77
see_also :
75
78
- title : " Merklize All The Things (MATT)"
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ optech_mentions:
60
60
- title : " LDK #3140 adds support for paying static BOLT12 invoices to send async payments"
61
61
url : /en/newsletters/2024/09/20/#ldk-3140
62
62
63
+ - title : " LDK #3618 implements the client-side logic for async payments"
64
+ url : /en/newsletters/2025/07/04/#ldk-3618
65
+
63
66
# # Optional. Same format as "primary_sources" above
64
67
see_also :
65
68
- title : Trampoline payments
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ optech_mentions:
98
98
- title : " Eclair #2865 enables waking up a disconnected mobile peer for async payments or onion messages"
99
99
url : /en/newsletters/2024/09/06/#eclair-2865
100
100
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
+
101
104
# # Optional. Same format as "primary_sources" above
102
105
see_also :
103
106
- title : Blinded paths
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ optech_mentions:
78
78
- title : " Creating contract-level relative timelocks and Chia-style singletons with `OP_CAT`"
79
79
url : /en/newsletters/2025/01/10/#contract-level-relative-timelocks
80
80
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
+
81
84
# # Optional. Same format as "primary_sources" above
82
85
see_also :
83
86
- title : OP_CHECKSIGFROMSTACK
Original file line number Diff line number Diff line change @@ -82,6 +82,15 @@ optech_mentions:
82
82
- title : " Description of benefits to BitVM from `OP_CTV` and `OP_CSFS`"
83
83
url : /en/newsletters/2025/05/16/#description-of-benefits-to-bitvm-from-op-ctv-and-op-csfs
84
84
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
+
85
94
# # Optional. Same format as "primary_sources" above
86
95
see_also :
87
96
- title : Covenants in Elements Alpha
Original file line number Diff line number Diff line change @@ -163,6 +163,15 @@ optech_mentions:
163
163
- title : " Description of benefits to BitVM from `OP_CTV` and `OP_CSFS`"
164
164
url : /en/newsletters/2025/05/16/#description-of-benefits-to-bitvm-from-op-ctv-and-op-csfs
165
165
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
+
166
175
# # Optional. Same format as "primary_sources" above
167
176
see_also :
168
177
- title : Covenants
Original file line number Diff line number Diff line change @@ -200,6 +200,12 @@ optech_mentions:
200
200
- title : " New library for encrypting descriptors and miniscript to the included public keys"
201
201
url : /en/newsletters/2025/06/13/#descriptor-encryption-library
202
202
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
+
203
209
# # Optional. Same format as "primary_sources" above
204
210
see_also :
205
211
- title : Miniscript
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ optech_mentions:
82
82
- title : " LN developer discussion of upgrade paths to using PTLCs"
83
83
url : /en/newsletters/2024/10/18/#ptlcs
84
84
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
+
85
88
# # Optional. Same format as "primary_sources" above
86
89
see_also :
87
90
- title : Hash Time Locked Contract (HTLC)
Original file line number Diff line number Diff line change @@ -76,6 +76,12 @@ optech_mentions:
76
76
- title : Report about quantum computing and Bitcoin
77
77
url : /en/newsletters/2025/06/06/#quantum-computing-report
78
78
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
+
79
85
# # Optional. Same format as "primary_sources" above
80
86
see_also :
81
87
- title : Taproot
Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ optech_mentions:
107
107
- title : " Proposed CTV enhancement opcodes for more flexible vaults and accountable computing"
108
108
url : /en/newsletters/2025/01/03/#ctv-enhancement-opcodes
109
109
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
+
110
116
# # Optional. Same format as "primary_sources" above
111
117
see_also :
112
118
- title : Python-vaults
You can’t perform that action at this time.
0 commit comments