You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2022-03-30-socratic-seminar-110.md
+56-2Lines changed: 56 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,29 @@ Ishaana Misra and Autumn Domingo - Generation Bitcoin: Creating the Future of Bi
21
21
22
22
#### bitcoin-dev
23
23
24
+
-[`OP_FOLD`: A Looping Construct For Bitcoin SCRIPT](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-February/020021.html)
25
+
-[Teleport: a CoinSwap implementation alpha release, provides invisible private transactions](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-February/020026.html)
26
+
-[Recurring bitcoin/LN payments using DLCs](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020035.html), [dlc-dev](https://mailmanlists.org/pipermail/dlc-dev/2022-March/000126.html)
27
+
-[Annex Purpose Discussion: OP_ANNEX, Turing Completeness, and other considerations](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020045.html)
28
+
-[bitcoin scripting and lisp](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020036.html)
29
+
-[CTV vaults in the wild](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020067.html)
-[Silent Payments – Non-interactive private payments with no on-chain overhead](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020180.html)
36
+
24
37
#### lightning-dev
25
38
39
+
-[A Proposal for Adding Bandwidth Metered Payment to Onion Messages](https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-February/003498.html)
40
+
-[Interesting thing about Offered HTLCs](https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-March/003506.html)
41
+
-[Dynamic Commitments Part 2: Taprooty Edition](https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-March/003531.html)
42
+
26
43
#### dlc-dev
27
44
45
+
-[DLC Messaging and Networking](https://mailmanlists.org/pipermail/dlc-dev/2022-March/000135.html)
46
+
28
47
### Optech
29
48
30
49
### Meetings
@@ -39,23 +58,58 @@ Ishaana Misra and Autumn Domingo - Generation Bitcoin: Creating the Future of Bi
39
58
40
59
### Bitcoin Core
41
60
61
+
-[net/net processing: Move tx inventory into net_processing](https://github.com/bitcoin/bitcoin/issues/19398)
62
+
-[net: respect -onlynet= when making outbound connections](https://github.com/bitcoin/bitcoin/pull/22834)
63
+
-[Enforce Taproot script flags whenever WITNESS is set](https://github.com/bitcoin/bitcoin/pull/23536)
64
+
-[p2p: extend inbound eviction protection by network to CJDNS peers ](https://github.com/bitcoin/bitcoin/pull/24165)
-[Schnorrsig API improvements](https://github.com/bitcoin-core/secp256k1/pull/1089)
47
78
48
79
### BIPs
49
80
81
+
-[BIP 326: Anti-fee-sniping protection with nSequence in taproot transactions to improve privacy for off-chain protocols](https://github.com/bitcoin/bips/pull/1269)
82
+
50
83
### eclair
51
84
85
+
-[Use direct channel when available](https://github.com/ACINQ/eclair/pull/2192)
86
+
-[Add channelbalances API call](https://github.com/ACINQ/eclair/pull/2196)
87
+
-[Relay if fees satisfy previous channel update for X minutes after current update](https://github.com/ACINQ/eclair/pull/2201)
88
+
-[Add a new min-funding config parameter for private channels](https://github.com/ACINQ/eclair/pull/2203)
89
+
52
90
### c-lightning
53
91
92
+
-[hsmd: Add wallet index metadata to existing messages](https://github.com/ElementsProject/lightning/pull/4993)
93
+
-[cln-grpc-plugin: Secure access to your node over the network](https://github.com/ElementsProject/lightning/pull/5013)
-[Taproot: integrate btcec/v2 and btcwallet changes to support Taproot key spend paths in lnd's wallet](https://github.com/lightningnetwork/lnd/pull/6263)
102
+
-[lnrpc+sweep: properly remove any unconfirmed descendant chains a to-be-swept input is spent](https://github.com/lightningnetwork/lnd/pull/6274)
103
+
56
104
### rust-lightning
57
105
58
-
### BOLTS
106
+
-[Add random 'shadow route' CLTV delta offsets to improve privacy](https://github.com/lightningdevkit/rust-lightning/pull/1286)
107
+
-[Filter route hints when creating invoices](https://github.com/lightningdevkit/rust-lightning/pull/1325)
0 commit comments