Skip to content

Commit 95271a8

Browse files
authored
first pass
1 parent ea30deb commit 95271a8

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

_posts/2022-03-30-socratic-seminar-110.md

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,29 @@ Ishaana Misra and Autumn Domingo - Generation Bitcoin: Creating the Future of Bi
2121

2222
#### bitcoin-dev
2323

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)
30+
- [OP_AMOUNT Discussion](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020084.html)
31+
- [Improving RBF Policy](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020095.html)
32+
- [Covenants and feebumping](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020122.html)
33+
- [Beyond Jets: Microcode: Consensus-Critical Jets Without Softforks](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020158.html)
34+
- [mempool transaction witness-replacement](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020167.html)
35+
- [Silent Payments – Non-interactive private payments with no on-chain overhead](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020180.html)
36+
2437
#### lightning-dev
2538

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+
2643
#### dlc-dev
2744

45+
- [DLC Messaging and Networking](https://mailmanlists.org/pipermail/dlc-dev/2022-March/000135.html)
46+
2847
### Optech
2948

3049
### Meetings
@@ -39,23 +58,58 @@ Ishaana Misra and Autumn Domingo - Generation Bitcoin: Creating the Future of Bi
3958

4059
### Bitcoin Core
4160

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)
65+
- [[kernel 0/n] Introduce bitcoin-chainstate](https://github.com/bitcoin/bitcoin/pull/24304)
66+
- [Add (sorted)multi_a descriptor for k-of-n multisig inside tr](https://github.com/bitcoin/bitcoin/pull/24043)
67+
- [init, doc: improve -onlynet help and related tor/i2p documentation](https://github.com/bitcoin/bitcoin/pull/24468)
68+
- [wallet: generate random change target for each tx for better privacy](https://github.com/bitcoin/bitcoin/pull/24494)
69+
4270
### rust-bitcoin
4371

72+
- [Fix signature hash returned for sighash single bug](https://github.com/rust-bitcoin/rust-bitcoin/pull/860)
73+
- [TapTree iterator](https://github.com/rust-bitcoin/rust-bitcoin/pull/901)
74+
4475
### secp256k1
4576

46-
### secp256k1-zkp
77+
- [Schnorrsig API improvements](https://github.com/bitcoin-core/secp256k1/pull/1089)
4778

4879
### BIPs
4980

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+
5083
### eclair
5184

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+
5290
### c-lightning
5391

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)
94+
- [Database librarization](https://github.com/ElementsProject/lightning/pull/5017)
95+
- [Multiple channels (per peer) support](https://github.com/ElementsProject/lightning/pull/5078)
96+
- [setchannel: new command](https://github.com/ElementsProject/lightning/pull/5103)
97+
- [invoice description hash support](https://github.com/ElementsProject/lightning/pull/5121)
98+
5499
### lnd
55100

101+
- [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+
56104
### rust-lightning
57105

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)
108+
- [0.0.105 Security Fixes](https://github.com/lightningdevkit/rust-lightning/pull/1339)
109+
- [Implement the SCIDAlias Channel Type and provide SCID Privacy](https://github.com/lightningdevkit/rust-lightning/pull/1351)
110+
- [Randomize candidate paths during route selection](https://github.com/lightningdevkit/rust-lightning/pull/1359)
111+
- [Create normal/phantom invoice with description hash](https://github.com/lightningdevkit/rust-lightning/pull/1361)
112+
- [ProbabilisticScorer optimizations](https://github.com/lightningdevkit/rust-lightning/pull/1375)
59113

60114
### New Releases
61115

0 commit comments

Comments
 (0)