Episode Details
Back to Episodes
BRH-004: BitDevs Radio Hour #4 β Your 2025 Bitcoin Wrapped is Here
Description
Broadcasting live from ATL BitLab, Stephen DeLorme and Alex Lewin close out the year with a festive edition of the BitDevs Radio Hour. This episode covers a grab bag of fresh Bitcoin technical developments: new BIP assignments, a novel approach to private collaborative custody, a consensus discrepancy discovered via differential fuzzing, Lightning protocol optimization ideas, a serious React server components security vulnerability, and the debut of Bitcoin Wrapped 2025.
It's a year-end mix of hard engineering talk, cryptographic concepts, dev-ops war stories, and community reflections.
Episode SummaryStephen and Alex recap the final Atlanta BitDevs meetup of the year and then dive deep into several new Bitcoin and developer-adjacent topics. The discussion includes new BIP numbers, privacy-preserving collaborative custody for multisig, a consensus mismatch uncovered in NBitcoin thanks to fuzzing, a fresh ZmnSCPxj proposal for Lightning efficiency via private key handovers, and a major security alert affecting React server components (and by extension, many Next.js deployments).
The show closes with the premiere of the community-produced Bitcoin Wrapped 2025 β a Spotify-style year-in-review for the Atlanta BitDevs Socratic series β plus some reflection on the biggest themes of the year: covenants, quantum, regulatory pressure, BitVM, new soft fork proposals, and the rise of Bitcoin corporate treasuries.
Topics Covered π New BIP Assignments-
BIP 110: Reduced-Data Temporary Soft Fork
-
BIP 89: Chain Code Delegation for Private Collaborative Custody
-
Why BIPs get "real" numbers instead of meme numbers (no BIP 444, sorry Twitter).
-
The logic behind keeping related BIPs numerically clustered.
-
Traditional multisig setups (e.g., Unchained, Casa) expose all xpubs to the collaborative custodian.
-
BIP 89 proposes a way to prevent sharing full xpub information using chain-code delegation.
-
Custodians can co-sign emergency transactions without seeing all user addresses.
-
Built around key-tweaking and Schnorr-like math β allowing assistance without surveillance.
-
Potential applications for backup key providers, insurance models (Anchorage / AnchorWatch), and privacy-preserving multi-party vaults.
-
A divergence found where Bitcoin Core marked a transaction invalid but NBitcoin marked it valid.
-
Discovered via differential fuzzing β fuzzing two implementations simultaneously and com