Skip to content

Commit 0cf96ad

Browse files
authored
Merge pull request #160 from xstoicunicornx/2601
fixes formatting and verbosity
2 parents 937c637 + 4a4754c commit 0cf96ad

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

_posts/2026-01-08-socratic-seminar-73.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,65 +24,65 @@ This document proposes a new output type: Pay-to-Tapscript-Hash (P2TSH), via a s
2424
Through this modification, P2TSH outputs allow developers to use tapscript in a manner that is:
2525

2626
- resistant to long exposure attacks by Cryptographically Relevant Quantum Computers (CRQCs), and
27-
- resistant to future cryptanalytic approaches that may compromise the elliptic curve cryptography (ECC) used by Bitcoin.
27+
- resistant to future cryptanalytic approaches that may compromise the elliptic curve cryptography (ECC) used by Bitcoin.
2828

2929
<https://github.com/bitcoin/bips/pull/1670>
3030

3131
## BIP 353 - Human Bitcoin Addresses
3232

33-
Human Bitcoin Addresses (HBAs) bring the familiar, intuitive payment experiences of apps like Cash App, Venmo, and PayPal to bitcoin. Instead of dealing with long, intimidating wallet addresses, HBAs make sending bitcoin as simple as sending an email.
33+
Human Bitcoin Addresses (HBAs) bring the familiar, intuitive payment experiences of apps like Cash App, Venmo, and PayPal to bitcoin. Instead of dealing with long, intimidating wallet addresses, HBAs make sending bitcoin as simple as sending an email.
3434

3535
<https://spiralbtc.substack.com/p/making-bitcoin-speak-human>
3636
<https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki>
3737

3838
## Cluster Mempool Merged
3939

40-
Here is a summary of the mempool policy changes:
40+
Here is a summary of the mempool policy changes:
4141

42-
- Enforce two new limits governing the size of clusters in the mempool, so that both the number of transactions in a cluster and the number of vbytes the transactions in the cluster take up are bounded.
42+
- Enforce two new limits governing the size of clusters in the mempool, the number of transactions and the number of vbytes.
4343
- Drop the existing ancestor and descendant limits.
44-
- Update the replace-by-fee rules, so that replacement transactions are accepted to the mempool if and only if they would result in a “strictly better feerate diagram” (explained below).
44+
- Update the replace-by-fee rules, so that replacement transactions are accepted to the mempool if and only if they would result in a “strictly better feerate diagram” (explained below).
4545

46-
By bounding cluster sizes, we are able to achieve more optimal orderings of transactions in the mempool for mining leading to two additional behaviors that would be modified by this proposal:
46+
By bounding cluster sizes, we are able to achieve more optimal orderings of transactions in the mempool for mining leading to two additional behaviors that would be modified by this proposal:
4747

48-
- Update the mining code to take advantage of the more optimal sorting that can be achieved with bounded cluster sizes, and
49-
- Update mempool eviction to always evict a set of transactions that would be the last ones to be selected by the mining algorithm.
48+
- Update the mining code to take advantage of the more optimal sorting
49+
- Update mempool eviction to always evict the last transactions to be selected by the mining algorithm.
5050

51-
<https://github.com/bitcoin/bitcoin/pull/33629>
52-
twitter thread overview - <https://x.com/murchandamus/status/1854678133896626293>
53-
delving overview - <https://delvingbitcoin.org/t/an-overview-of-the-cluster-mempool-proposal/393>
51+
<https://github.com/bitcoin/bitcoin/pull/33629>
52+
twitter thread overview - <https://x.com/murchandamus/status/1854678133896626293>
53+
delving overview - <https://delvingbitcoin.org/t/an-overview-of-the-cluster-mempool-proposal/393>
5454

5555
## Venezuela... Secret Bitcoin Superpower?
5656

57-
Alex Saab may control $60 billion in Bitcoin for the Maduro regime. As Trump's naval blockade tightens, the real battle is being fought on the blockchain.
57+
Alex Saab may control $60 billion in Bitcoin for the Maduro regime. As Trump's naval blockade tightens, the real battle is being fought on the blockchain.
5858

5959
<https://whalehunting.projectbrazen.com/the-60-billion-question-is-venezuela-secretly-a-bitcoin-superpower/>
6060

6161
## Yushan: Frostsnap BTC++ Workshop
6262

63-
Distributed Key Generation & Threshold Signing Coordination
63+
Distributed Key Generation & Threshold Signing Coordination
6464

6565
<https://yushan.frostsnap.com/>
6666

6767
## Digital Panopticon News
6868

69-
### Australia Search Engine Age Checks
69+
#### Australia Search Engine Age Checks
7070

7171
<https://piunikaweb.com/2025/12/29/australia-search-age-checks-rolling-out/>
7272

73-
### Berlin Police Law
73+
#### Berlin Police Law
7474

75-
Berlin just legalized:
75+
Berlin just legalized:
7676

7777
- Secret police break-ins to plant spyware
7878
- State trojans for hacking phones and cracking encrypted chats
7979
- Mass location tracking and facial recognition
8080

81-
Berlin has enacted a new police law granting authorities extensive surveillance powers, including the right to secretly enter homes and hack phones.
81+
Berlin has enacted a new police law granting authorities extensive surveillance powers, including the right to secretly enter homes and hack phones.
8282

8383
<https://www.heise.de/news/Berlin-Polizei-darf-Wohnungen-zur-Staatstrojaner-Installation-heimlich-betreten-11103253.html>
8484

85-
### EU Parlament Passes Non-Binding Resolution for Age Limits on Social Media
85+
#### EU Parlament Passes Non-Binding Resolution for Age Limits on Social Media
8686

8787
<https://kathmandupost.com/world/2025/11/26/eu-parliament-pushes-for-age-limits-on-social-media-to-safeguard-minors>
8888

0 commit comments

Comments
 (0)