@@ -33,12 +33,12 @@ projects.
33
33
34
34
No comments on Russell's proposal had been posted to the mailing
35
35
list as of this writing but some initial comments had been posted to
36
- his [ pull request] [ bolts #1096 ] with the complete proposal.
36
+ his [ pull request] [ bolts #1096 ] with the complete proposal. {% assign timestamp="1:03" %}
37
37
38
38
- ** LN Summit notes:** Carla Kirk-Cohen [ posted] [ kc notes ] to the
39
39
Lightning-Dev mailing list a summary of several discussions from the
40
40
recent meeting of LN developers in New York City. Some of the topics
41
- discussed included:
41
+ discussed included: {% assign timestamp="10:48" %}
42
42
43
43
- * Reliable transaction confirmation:* [ package relay] [ topic package
44
44
relay] , [ v3 transaction relay] [ topic v3 transaction relay ] ,
@@ -177,33 +177,33 @@ answers posted since our last update.*
177
177
Andrew Poelstra gives an overview of computation-by-hand verification
178
178
techniques, like [ codex32] [ news239 codex32 ] , before walking through how a
179
179
public key could be hand-derived from a private key, a process he estimates would
180
- take at least 1500 hours, even with process optimizations.
180
+ take at least 1500 hours, even with process optimizations. {% assign timestamp="57:18" %}
181
181
182
182
- [ Why are there 17 native segwit versions?] ( {{bse}}118974 )
183
183
Murch explains that [ segwit] [ topic segwit ] defined 17 values (0-16) for the
184
184
[ witness version] [ bip141 witness program ] field because of the existing availability of constant
185
185
opcodes OP_0...OP_16 in [ Script] [ wiki script ] . He notes that additional
186
- numbers would require the use of less data-efficient ` OP_PUSHDATA ` opcodes.
186
+ numbers would require the use of less data-efficient ` OP_PUSHDATA ` opcodes. {% assign timestamp="59:43" %}
187
187
188
188
- [ Does ` 0 OP_CSV ` force the spending transaction to signal BIP125 replaceability?] ( {{bse}}115586 )
189
189
Murch points to a [ discussion] [ rbf csv discussion ] confirming that since both
190
190
the ` OP_CHECKSEQUENCEVERIFY ` (CSV) [ timelock] [ topic timelocks ] and
191
191
Replace-by-Fee ([ RBF] [ topic rbf ] ) are [ enforced] ( {{bse}}87376 ) using the ` nSequence ` field, an
192
192
output with ` 0 OP_CSV ` requires the spending transaction to signal
193
- [ BIP125] [ ] replaceability.
193
+ [ BIP125] [ ] replaceability. {% assign timestamp="1:03:04" %}
194
194
195
195
- [ How do route hints affect pathfinding?] ( {{bse}}118755 )
196
196
Christian Decker explains two reasons an LN recipient would provide a sender
197
197
with route hints. One reason is if the recipient is using [ unannounced
198
198
channels] [ topic unannounced channels ] and hints are needed to help find a
199
199
route. The other reason is to provide the sender with a list of channels that
200
- have sufficient balance to complete the payment, a technique he refers to as route boost.
200
+ have sufficient balance to complete the payment, a technique he refers to as route boost. {% assign timestamp="1:08:23" %}
201
201
202
202
- [ What does it mean that the security of 256-bit ECDSA, and therefore Bitcoin keys, is 128 bits?] ( {{bse}}118928 )
203
203
Pieter Wuille clarifies that due to algorithms that can derive a private key
204
204
from a public key more efficiently than a brute-force search, 256-bit ECDSA
205
205
only provides 128-bit security. He goes on to point out the difference between
206
- individual key security as compared to [ seed] [ topic bip32 ] security.
206
+ individual key security as compared to [ seed] [ topic bip32 ] security. {% assign timestamp="1:12:26" %}
207
207
208
208
## Releases and release candidates
209
209
@@ -213,12 +213,12 @@ projects. Please consider upgrading to new releases or helping to test release
213
213
- [ HWI 2.3.0] [ ] is a release of this middleware that allows software
214
214
wallets to communicate with hardware signing devices. It adds support
215
215
for DIY Jade devices and a binary for running the main ` hwi ` program
216
- on Apple Silicon hardware with MacOS 12.0+.
216
+ on Apple Silicon hardware with MacOS 12.0+. {% assign timestamp="1:15:09" %}
217
217
218
218
- [ LDK 0.0.116] [ ] is a release of this library for creating LN-enabled
219
219
software. It includes support for [ anchor outputs] [ topic anchor
220
220
outputs] and [ multipath payments] [ topic multipath payments ] with
221
- [ keysend] [ topic spontaneous payments ] .
221
+ [ keysend] [ topic spontaneous payments ] . {% assign timestamp="1:16:37" %}
222
222
223
223
## Notable code and documentation changes
224
224
@@ -233,7 +233,7 @@ Proposals (BIPs)][bips repo], [Lightning BOLTs][bolts repo], and
233
233
- [ Bitcoin Core GUI #740 ] [ ] updates the [ PSBT] [ topic psbt ] operations dialog to mark outputs
234
234
paying your own wallet with “own address”. This eases assessment of an
235
235
imported PSBT’s outcome, especially that the transaction returns change to
236
- the sender.
236
+ the sender. {% assign timestamp="1:17:18" %}
237
237
238
238
{% include references.md %}
239
239
{% include linkers/issues.md v=2 issues="740,1096" %}
0 commit comments