@@ -19,4 +19,167 @@ Follow New York BitDevs on:
19
19
- nostr: ` npub1nydevscv0slx9eyr0chkkdgzqfhtp4guk039akhq6g9fnsrf6lcsup3hqs `
20
20
21
21
# Presentation
22
- - [ Charmaine Ndolo] ( https://github.com/cndolo ) presents [ "Mitigating Network-level Side-Channel Attacks in the Lightning Network"] ( https://drops.dagstuhl.de/storage/00lipics/lipics-vol316-aft2024/LIPIcs.AFT.2024.12/LIPIcs.AFT.2024.12.pdf ) .
22
+ - [ Charmaine Ndolo] ( https://github.com/cndolo ) presents [ "Mitigating Network-level Side-Channel Attacks in the Lightning Network"] ( https://drops.dagstuhl.de/storage/00lipics/lipics-vol316-aft2024/LIPIcs.AFT.2024.12/LIPIcs.AFT.2024.12.pdf )
23
+
24
+ ## Mailing Lists, Meetings and Bitcoin Optech
25
+ ### Mailing Lists
26
+ #### [ bitcoin-dev] ( https://groups.google.com/g/bitcoindev )
27
+ - [ (BIP Proposal) Utreexo Nodes] ( https://groups.google.com/g/bitcoindev/c/W1lxBraKG_E )
28
+ - [ Feedbacks on libbitcoinkernel & bitcoin backbone] ( https://groups.google.com/g/bitcoindev/c/dPxh5G-LrBU )
29
+ - [ RGB formal specifciation] ( https://groups.google.com/g/bitcoindev/c/m26N6C0ATqk )
30
+ - [ (ann) FROST Signing for Bitcoin: Demo + Taproot Integration Discussion @ Aug 6 Gordian Call] ( https://groups.google.com/g/bitcoindev/c/U2Lx8LcleFw )
31
+
32
+
33
+ #### [ Delving Bitcoin] ( https://delvingbitcoin.org/ )
34
+ - [ (Proposal) Bitcoin Deposits: A Zero UTXO Trust-Minimized Lightning Wallet] ( https://delvingbitcoin.org/t/proposal-bitcoin-deposits-a-zero-utxo-trust-minimized-lightning-wallet )
35
+ - [ Qubic attack on Monero] ( https://delvingbitcoin.org/t/qubic-attack-on-monero )
36
+ - [ Confidential Script: Emulate soft forks using stateless TEEs] ( https://delvingbitcoin.org/t/confidential-script-emulate-soft-forks-using-stateless-tees )
37
+ - [ Krux: KEF Encryption Format] ( https://delvingbitcoin.org/t/krux-kef-encryption-format )
38
+ - [ Sharing block templates] ( https://delvingbitcoin.org/t/sharing-block-templates )
39
+ - [ Delving Simplicity Part Ⅰ: Three Fundamental Ways of Combining Computations] ( https://delvingbitcoin.org/t/delving-simplicity-part-three-fundamental-ways-of-combining-computations )
40
+ - [ Writing Simplicity Programs with SimplicityHL] ( https://delvingbitcoin.org/t/writing-simplicity-programs-with-simplicityhl )
41
+ - [ Changing the minimum relay feerate] ( https://delvingbitcoin.org/t/changing-the-minimum-relay-feerate )
42
+
43
+
44
+ ### Meetings
45
+ - [ Bitcoin PR Review Club] ( https://bitcoincore.reviews )
46
+ - [ #32489 wallet: Add exportwatchonlywallet RPC] ( https://bitcoincore.reviews/32489 )
47
+
48
+ - Bitcoin Core general developer meetings
49
+ - [ July 31] ( https://www.erisian.com.au/bitcoin-core-dev/log-2025-07-31.html#l-180 )
50
+ - [ August 7] ( https://www.erisian.com.au/bitcoin-core-dev/log-2025-08-07.html#l-174 )
51
+ - [ August 14] ( https://www.erisian.com.au/bitcoin-core-dev/log-2025-08-14.html#l-153 )
52
+
53
+ - Lightning Specification meeting
54
+ - [ August 11th] ( [https://github.com/lightning/bolts/issues/1046](https://github.com/lightning/bolts/issues/1277) )
55
+
56
+ ### Optech
57
+ - [ Bitcoin Optech Newsletter #364 ] ( https://bitcoinops.org/en/newsletters/2025/07/25/ )
58
+ - [ Recap Podcast] ( https://bitcoinops.org/en/podcast/2025/07/29/ )
59
+ - [ Bitcoin Optech Newsletter #365 ] ( https://bitcoinops.org/en/newsletters/2025/08/01/ )
60
+ - [ Recap Podcast] ( https://bitcoinops.org/en/podcast/2025/08/05/ )
61
+ - [ Bitcoin Optech Newsletter #366 ] ( https://bitcoinops.org/en/newsletters/2025/08/08/ )
62
+ - [ Recap Podcast] ( https://bitcoinops.org/en/podcast/2025/08/12/ )
63
+ - [ Bitcoin Optech Newsletter #367 ] ( https://bitcoinops.org/en/newsletters/2025/08/15/ )
64
+
65
+
66
+ ## Network Data
67
+ -
68
+
69
+ ## CVEs and Research
70
+ ### Research
71
+ -
72
+
73
+ ### InfoSec
74
+ -
75
+
76
+ ## Pull Requests and repo updates
77
+ ### [ Bitcoin Core] ( https://github.com/bitcoin/bitcoin )
78
+ - [ wallet: Remove wallet version and several legacy related functions] ( https://github.com/bitcoin/bitcoin/pull/32977 )
79
+ - [ validation: rename block script verification error from "mandatory" to "block"] ( https://github.com/bitcoin/bitcoin/pull/33183 )
80
+ - [ policy: lower the default blockmintxfee, incrementalrelayfee, minrelaytxfee] ( https://github.com/bitcoin/bitcoin/pull/33106 )
81
+ - [ log: rate limiting followups] ( https://github.com/bitcoin/bitcoin/pull/33011 )
82
+ - [ guix: increase maximum allowed (runtime) GCC to 7] ( https://github.com/bitcoin/bitcoin/pull/33178 )
83
+ - [ net, validation: don't punish peers for consensus-invalid txs] ( https://github.com/bitcoin/bitcoin/pull/33050 )
84
+ - [ Introduce per-txin sighash midstate cache for legacy/p2sh/segwitv0 scripts] ( https://github.com/bitcoin/bitcoin/pull/32473 )
85
+ - [ refactor: CFeeRate encapsulates FeeFrac internally] ( https://github.com/bitcoin/bitcoin/pull/32750 )
86
+ - [ validation: detect witness stripping without re-running Script checks] ( https://github.com/bitcoin/bitcoin/pull/33105 )
87
+ - [ cli: return local services in -netinfo] ( https://github.com/bitcoin/bitcoin/pull/31886 )
88
+ - [ kernel: create monolithic kernel static library] ( https://github.com/bitcoin/bitcoin/pull/33077 )
89
+ - [ allocators: Apply manual ASan poisoning to ` PoolResource ` ] ( https://github.com/bitcoin/bitcoin/pull/32581 )
90
+ - [ init: make ` -blockmaxweight ` startup option debug only] ( https://github.com/bitcoin/bitcoin/pull/32654 )
91
+ - [ test: Slay BnB Mutants] ( https://github.com/bitcoin/bitcoin/pull/33060 )
92
+ - [ test: add assertions to SRD max weight test] ( https://github.com/bitcoin/bitcoin/pull/33058 )
93
+ - [ p2p: TxOrphanage revamp cleanups] ( https://github.com/bitcoin/bitcoin/pull/32941 )
94
+ - [ test: reduce runtime of p2p_opportunistic_1p1c.py] ( https://github.com/bitcoin/bitcoin/pull/33048 )
95
+ - [ package validation: relax the package-not-child-with-unconfirmed-parents rule] ( https://github.com/bitcoin/bitcoin/pull/31385 )
96
+ - [ qa: test that we do not disconnect a peer for submitting an invalid compact block] ( https://github.com/bitcoin/bitcoin/pull/33083 )
97
+ - [ descriptors: MuSig2] ( https://github.com/bitcoin/bitcoin/pull/31244 )
98
+ - [ rpc: add optional blockhash to waitfornewblock, unhide wait methods in help] ( https://github.com/bitcoin/bitcoin/pull/30635 )
99
+ - [ wallet, rpc: add anti-fee-sniping to ` send ` and ` sendall ` ] ( https://github.com/bitcoin/bitcoin/pull/28944 )
100
+ - [ ci: limit max stack size to 512 KiB] ( https://github.com/bitcoin/bitcoin/pull/33079 )
101
+ - [ cluster mempool: add TxGraph work controls] ( https://github.com/bitcoin/bitcoin/pull/32263 )
102
+ - [ (IBD) prevector: store ` P2WSH ` /` P2TR ` /` P2PK ` scripts inline] ( https://github.com/bitcoin/bitcoin/pull/32279 )
103
+ - [ RPC: Return ` permitbaremultisig ` and ` maxdatacarriersize ` in ` getmempoolinfo ` ] ( https://github.com/bitcoin/bitcoin/pull/29954 )
104
+ - [ rpc, wallet: replace remaining hardcoded output types with ` FormatAllOutputTypes ` ] ( https://github.com/bitcoin/bitcoin/pull/33065 )
105
+ - [ wallet: Remove ` upgradewallet ` RPC] ( https://github.com/bitcoin/bitcoin/pull/32944 )
106
+ - [ p2p: rename GetAddresses -> GetAddressesUnsafe] ( https://github.com/bitcoin/bitcoin/pull/32994 )
107
+
108
+
109
+ ### [ BDK] ( https://github.com/bitcoindevkit/bdk )
110
+ - [ ` IndexedTxGraph ` : Transactions that conflict with relevant txs are also relevant.] ( https://github.com/bitcoindevkit/bdk/pull/2008 )
111
+ - [ chore(bdk-electrum): use new ` batch_transaction_get_merkle ` API] ( https://github.com/bitcoindevkit/bdk/pull/1989 )
112
+ - [ Detect new mempool txs] ( https://github.com/bitcoindevkit/bdk/pull/1988 )
113
+
114
+
115
+ ### [ rust-bitcoin] ( https://github.com/rust-bitcoin/rust-bitcoin )
116
+ - [ Fix overflow during * _ ceil FeeRate conversions] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4838 )
117
+ - [ p2p: Add ` HeadersMessage ` wrapper with useful methods] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4830 )
118
+ - [ Use CompactSize instead of VarInt] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4790 )
119
+ - [ Pluralize transaction fields] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4788 )
120
+ - [ p2p: Allow building a "useless" address] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4778 )
121
+ - [ p2p: Add a ` UserAgent ` type] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4736 )
122
+ - [ Add Arbitary impls for some bip152, bip158 & merkle block types] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4722 )
123
+ - [ Add Arbitrary impl for BlockHash, TxMerkleNode, and Wtxid] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4720 )
124
+
125
+
126
+ ### [ Core Lightning] ( https://github.com/ElementsProject/lightning )
127
+ - [ Xpay limit parts] ( https://github.com/ElementsProject/lightning/pull/8448 )
128
+ - [ lightningd: add channel_type to openchannel & openchannel2 hooks.] ( https://github.com/ElementsProject/lightning/pull/8454 )
129
+ - [ Set custom tlvs to ` update_add_htlc ` via the ` htlc_accepted_hook ` ] ( https://github.com/ElementsProject/lightning/pull/8433 )
130
+ - [ cln-bip353: add plugin that fetches payment instructions from human readable addresses] ( https://github.com/ElementsProject/lightning/pull/8362 )
131
+ - [ Fix ping confusion] ( https://github.com/ElementsProject/lightning/pull/8344 )
132
+ - [ xpay notify attempts] ( https://github.com/ElementsProject/lightning/pull/8354 )
133
+ - [ splice: Implement ` start_batch ` ] ( https://github.com/ElementsProject/lightning/pull/8335 )
134
+ - [ Allow routing by older scids when we splice] ( https://github.com/ElementsProject/lightning/pull/8387 )
135
+ - [ Cross channel Splice testing] ( https://github.com/ElementsProject/lightning/pull/8363 )
136
+ - [ Assume option_channel_type] ( https://github.com/ElementsProject/lightning/pull/8389 )
137
+ - [ Reckless uv installer] ( https://github.com/ElementsProject/lightning/pull/8430 )
138
+
139
+ ### [ eclair] ( https://github.com/ACINQ/eclair/ )
140
+ - [ Add outgoing reputation] ( https://github.com/ACINQ/eclair/pull/3133 )
141
+
142
+
143
+ ### [ LDK] ( https://github.com/lightningdevkit/rust-lightning )
144
+ - [ #3618 followups + expose async receive feature] ( https://github.com/lightningdevkit/rust-lightning/pull/3999 )
145
+ - [ (LSPS5) Change notification cooldown time to 1 minute, also update docs] ( https://github.com/lightningdevkit/rust-lightning/pull/3994 )
146
+ - [ Consider currently confirmed FundingScope when claiming commitments] ( https://github.com/lightningdevkit/rust-lightning/pull/3980 )
147
+ - [ Always emit bump events, even when fees are sufficient] ( https://github.com/lightningdevkit/rust-lightning/pull/4001 )
148
+ - [ Introduce ` FundingTransactionReadyForSignatures ` event] ( https://github.com/lightningdevkit/rust-lightning/pull/3889 )
149
+ - [ Broadcast holder commitment for currently confirmed funding] ( https://github.com/lightningdevkit/rust-lightning/pull/3939 )
150
+ - [ Detect and fail-back monitor-blocked un-forwarded HTLCs at close] ( https://github.com/lightningdevkit/rust-lightning/pull/3989 )
151
+ - [ Support splicing in ` ChannelContext::funding_tx_constructed ` ] ( https://github.com/lightningdevkit/rust-lightning/pull/3982 )
152
+ - [ Ensure partial MPP claims continue to blocks channels on restart] ( https://github.com/lightningdevkit/rust-lightning/pull/3928 )
153
+ - [ Correct post-update action comment on claims from closed chans] ( https://github.com/lightningdevkit/rust-lightning/pull/3985 )
154
+ - [ (Splicing) Tx negotiation during splicing] ( https://github.com/lightningdevkit/rust-lightning/pull/3736 )
155
+ - [ Batch forwarding followup] ( https://github.com/lightningdevkit/rust-lightning/pull/3955 )
156
+
157
+
158
+ ### [ lnd] ( https://github.com/lightningnetwork/lnd )
159
+ - [ Add ` NoopAdd ` HTLCs] ( https://github.com/lightningnetwork/lnd/pull/9871 )
160
+ - [ (7) graph/db+autopilot: improve efficiency of autopilot methods that use the ForEachNode/ForEachChannel pattern] ( https://github.com/lightningnetwork/lnd/pull/10127 )
161
+ - [ bugfix payment lifecycle payment attempts] ( https://github.com/lightningnetwork/lnd/pull/10125 )
162
+ - [ wallet: fix imported tapscript address behavior in watch-only mode] ( https://github.com/lightningnetwork/lnd/pull/10119 )
163
+ - [ (6) graph/db: use batch fetching to improve ForEachNode* performance] ( https://github.com/lightningnetwork/lnd/pull/10123 )
164
+ - [ contractcourt+sweep: make anchor inputs exclusive] ( https://github.com/lightningnetwork/lnd/pull/10117 )
165
+ - [ Add deletecanceledinvoice RPC call] ( https://github.com/lightningnetwork/lnd/pull/9625 )
166
+ - [ graph/db: fix potential policy swop] ( https://github.com/lightningnetwork/lnd/pull/10114 )
167
+ - [ Increase the default outgoing bandwidth] ( https://github.com/lightningnetwork/lnd/pull/10096 )
168
+ - [ Fix arbitrator deadlock found in ` ResolveContract ` ] ( https://github.com/lightningnetwork/lnd/pull/10108 )
169
+
170
+
171
+ ### [ BLIPs] ( https://github.com/lightning/blips )
172
+ - [ Add bLIP 55: Webhook Registration (LSPS5) ] ( https://github.com/lightning/blips/pull/55 )
173
+
174
+
175
+ ## New Releases
176
+ -
177
+
178
+ ## Events and Podcasts
179
+ -
180
+
181
+ ## Mining
182
+ -
183
+
184
+ ## Miscellaneous
185
+ -
0 commit comments