From 56edd374d9517e31c63a04b67d90436c36627f84 Mon Sep 17 00:00:00 2001 From: Armin Sabouri Date: Sun, 13 Oct 2024 16:24:35 -0400 Subject: [PATCH] soc 26 updates --- bin/check-links | 1 + content/socratic-26.md | 52 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 content/socratic-26.md diff --git a/bin/check-links b/bin/check-links index 4a6b134..5b9d030 100755 --- a/bin/check-links +++ b/bin/check-links @@ -20,6 +20,7 @@ links=( socratic/2024/04/18/socratic-23.html socratic/2024/06/24/socratic-24.html socratic/2024/09/24/socratic-25.html + socratic/2024/10/15/socratic-26.html ) for link in ${links[@]}; do diff --git a/content/socratic-26.md b/content/socratic-26.md new file mode 100644 index 0000000..de3a97d --- /dev/null +++ b/content/socratic-26.md @@ -0,0 +1,52 @@ ++++ +title = "Socratic Seminar 26" +date = 2024-10-15 +aliases = ["socratic/2024/10/15/socratic-26.html"] ++++ + +## Housekeeping 🧹 + +- [What is a Socratic Seminar?](https://bitdevs.org/about#socratic-seminars) +- Questions are encouraged, including basic ones! Suggest topics for the next Socratic Seminar [here](https://github.com/0xBEEFCAF3/bostonbitdevs/issues/new). +- No photos, videos, or recordings. +- [Chatham House Rule](https://www.chathamhouse.org/about-us/chatham-house-rule): You are free to share discussions and learnings from Boston BitDevs, but do not reveal the source of the information. Do not share the identity of any of the speakers or participants. + +## Topics + +[Bitcoin Core 28.0 release](https://github.com/bitcoin/bitcoin/blob/5de225f5c145368f70cb5f870933bcf9df6b92c8/doc/release-notes.md) + +[Analysis of the disappointing denial of Tornado Devs' motion to dismiss](https://www.coincenter.org/analysis-the-disappointing-denial-of-tornado-devs-motion-to-dismiss/) + +[FROST Signing BIP](https://github.com/siv2r/bip-frost-signing) + +[FROST DKG BIP](https://github.com/BlockstreamResearch/bip-frost-dkg) + +[Ocean Datum](https://ocean.xyz/docs/datum) + +## Security + +[NBitcoin Musig2 nonce reuse](https://github.com/MetacoSA/NBitcoin/pull/1228) + +[Core Vulnerability Disclosures](https://github.com/bitcoin/bitcoin/pull/29816) + +- [Disclosure of hindered block propagation due to mutated blocks](https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/) + +- [Disclosure of hindered block propagation due to mutated blocks](https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/) + +- [Disclosure of DoS due to inv-to-send sets growing too large](https://bitcoincore.org/en/2024/10/08/disclose-large-inv-to-send/) + +- [CVE-2024-35202 BlockTxn Crash](https://bitcoincore.org/en/2024/10/08/disclose-blocktxn-crash/) + +## Research + +[Bitcoin PIPE](https://www.allocin.it/uploads/placeholder-bitcoin.pdf) + +- [Related: FedCov](https://rubin.io/public/pdfs/fedcov.pdf) + +## Software Releases + +[BDK Swift Example Wallet for mobile](https://github.com/bitcoindevkit/BDKSwiftExampleWallet) + +[Musig2 Support merged in Secp256k1](https://github.com/bitcoin-core/secp256k1/pull/1479) + +[DLC Markets](https://dlcmarkets.com/)