Skip to content

Commit

Permalink
soc 26 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBEEFCAF3 committed Oct 13, 2024
1 parent b128c56 commit 56edd37
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/check-links
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
52 changes: 52 additions & 0 deletions content/socratic-26.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 56edd37

Please sign in to comment.