forked from sfbitcoindevs/sfbitcoindevs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17bde68
commit b3bec1d
Showing
4 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<!-- The Times 03/Jan/2009 Chancellor on brink of second bailout for banks --> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title> | ||
Boston Bitcoin Devs | Socratic Seminar 26 | ||
</title> | ||
<meta | ||
name="description" | ||
content="Website for the Boston Bitcoin Developer Meetup." | ||
/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="author" content="Boston Bitcoin Devs" /> | ||
<link | ||
rel="alternate" | ||
type="application/atom+xml" | ||
title="Atom Feed" | ||
href="/feed.xml" | ||
/> | ||
<link href="/index.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="/">Boston Bitcoin Devs</a> | ||
<nav> | ||
<a href="https://www.meetup.com/boston-bitdevs/events" | ||
>Meetup</a | ||
> | ||
<a href="https://github.com/0xBEEFCAF3/bostonbitdevs">GitHub</a> | ||
</nav> | ||
</header> | ||
<hr /> | ||
<article> | ||
<h1>Socratic Seminar 26</h1> | ||
<p><strong>2024-10-15</strong></p> | ||
<h2 id="housekeeping-broom">Housekeeping 🧹</h2> | ||
<ul> | ||
<li><a href="https://bitdevs.org/about#socratic-seminars">What is a Socratic Seminar?</a></li> | ||
<li>Questions are encouraged, including basic ones! Suggest topics for the next Socratic Seminar <a href="https://github.com/0xBEEFCAF3/bostonbitdevs/issues/new">here</a>.</li> | ||
<li>No photos, videos, or recordings.</li> | ||
<li><a href="https://www.chathamhouse.org/about-us/chatham-house-rule">Chatham House Rule</a>: 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.</li> | ||
</ul> | ||
<h2 id="topics">Topics</h2> | ||
<p><a href="https://github.com/bitcoin/bitcoin/blob/5de225f5c145368f70cb5f870933bcf9df6b92c8/doc/release-notes.md">Bitcoin Core 28.0 release</a></p> | ||
<p><a href="https://www.coincenter.org/analysis-the-disappointing-denial-of-tornado-devs-motion-to-dismiss/">Analysis of the disappointing denial of Tornado Devs' motion to dismiss</a></p> | ||
<p><a href="https://github.com/siv2r/bip-frost-signing">FROST Signing BIP</a></p> | ||
<p><a href="https://github.com/BlockstreamResearch/bip-frost-dkg">FROST DKG BIP</a></p> | ||
<p><a href="https://ocean.xyz/docs/datum">Ocean Datum</a></p> | ||
<h2 id="security">Security</h2> | ||
<p><a href="https://github.com/MetacoSA/NBitcoin/pull/1228">NBitcoin Musig2 nonce reuse</a></p> | ||
<p><a href="https://github.com/bitcoin/bitcoin/pull/29816">Core Vulnerability Disclosures</a></p> | ||
<ul> | ||
<li> | ||
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/">Disclosure of hindered block propagation due to mutated blocks</a></p> | ||
</li> | ||
<li> | ||
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-mutated-blocks-hindering-propagation/">Disclosure of hindered block propagation due to mutated blocks</a></p> | ||
</li> | ||
<li> | ||
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-large-inv-to-send/">Disclosure of DoS due to inv-to-send sets growing too large</a></p> | ||
</li> | ||
<li> | ||
<p><a href="https://bitcoincore.org/en/2024/10/08/disclose-blocktxn-crash/">CVE-2024-35202 BlockTxn Crash</a></p> | ||
</li> | ||
</ul> | ||
<h2 id="research">Research</h2> | ||
<p><a href="https://www.allocin.it/uploads/placeholder-bitcoin.pdf">Bitcoin PIPE</a></p> | ||
<ul> | ||
<li><a href="https://rubin.io/public/pdfs/fedcov.pdf">Related: FedCov</a></li> | ||
</ul> | ||
<h2 id="software-releases">Software Releases</h2> | ||
<p><a href="https://github.com/bitcoindevkit/BDKSwiftExampleWallet">BDK Swift Example Wallet for mobile</a></p> | ||
<p><a href="https://github.com/bitcoin-core/secp256k1/pull/1479">Musig2 Support merged in Secp256k1</a></p> | ||
<p><a href="https://dlcmarkets.com/">DLC Markets</a></p> | ||
</article> | ||
<hr /> | ||
<footer> | ||
<span> | ||
Sponsored by | ||
<a href="https://foundationdevices.com/">Foundation</a>, <a href="https://www.fcatalyst.com/overview">Fidelity Center for Applied Technology</a>, the <a href="https://bitcoin.mit.edu/">MIT Bitcoin Club</a>, <a href="https://cequals.xyz/">c=</a>, <a href="https://coinmetrics.io/">Coin Metrics</a> and <a href="https://www.smilesbitcoin.com/">sMiles</a> | ||
</span> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!doctype html> | ||
<meta charset="utf-8"> | ||
<link rel="canonical" href="https://www.bostonbitdevs.org/socratic-26/"> | ||
<meta http-equiv="refresh" content="0; url=https://www.bostonbitdevs.org/socratic-26/"> | ||
<title>Redirect</title> | ||
<p><a href="https://www.bostonbitdevs.org/socratic-26/">Click here</a> to be redirected.</p> |