Skip to content

Commit f63ee65

Browse files
authored
Merge pull request #131 from kevkevinpal/may2025
post: additional links and topics for may
2 parents d9c2ef7 + 988f6de commit f63ee65

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

_posts/2025-05-08-socratic-seminar-64.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,46 @@ meetup: https://www.meetup.com/chibitdevs/events/307363811
77

88
## Announcements
99

10-
Please join us for our next Socratic Seminar! A sepcial thanks to Strike for the event space.
10+
Please join us for our next Socratic Seminar! A special thanks to Strike for the event space.
1111

1212
Doors open at 6pm with discussion starting shortly after!
1313

1414
[Follow ChiBitDevs on twitter](https://x.com/chibitdevs)
1515

1616
## Presentation: Stable Channels (@tonklaus presents)
1717

18-
<https://github.com/toneloc/stable-channels>
18+
<https://github.com/toneloc/stable-channels>
1919
<https://x.com/tonklaus/status/1918258692337676433>
2020

21-
## Discussion: OP_RETURN
21+
## Removing OP_RETURN Policy Limits
22+
23+
"The recent pull request to bitcoin core made by peter todd (pull 32359) removes the code to enforce a policy limit on the size and number of OP_RETURN outputs. Additionally, he proposes the removal of the configuration options to allow node runners to modify the maximum size of data carrying transactions."
24+
[@OrangeSurfBTC](https://x.com/OrangeSurfBTC/status/1917147550462914837)
25+
26+
#### Overview
27+
28+
[intro to bitcoin policy by OrangeSurfBTC](https://x.com/OrangeSurfBTC/status/1917147550462914837)
29+
[saving the mempool by benthecarman](https://habla.news/a/naddr1qqxnzdesxgerxdp58yenyvejqgswrlemlh2wgqc4jkds3d8ueqj9a2j3gcm7r48v9tskdd6rxsd7rtcrqsqqqa28wdzn0j)
30+
[Antoine Poinsot's rationale](https://antoinep.com/posts/relay_policy_drama/)
31+
[gmaxwell bitcointalk post](https://bitcointalk.org/index.php?topic=5539943.msg65335891#msg65335891)
32+
[Bitcoin Core OP_RETURN Direction](https://gist.github.com/instagibbs/c436110890ab25aa9997b13c2270d5ce)
33+
34+
#### OP_RETURN PRs
35+
36+
[Remove arbitrary limits on OP_Return (datacarrier) outputs #32359](https://github.com/bitcoin/bitcoin/pull/32359)
37+
[policy: uncap datacarrier by default #32406](https://github.com/bitcoin/bitcoin/pull/32406) <-- does not remove configuration options
38+
39+
#### Extra References
40+
41+
[Bitcoin Mailing List Discussion](https://groups.google.com/g/bitcoindev/c/d6ZO7gXGYbQ)
42+
[Visuals from 0x_orkun](https://x.com/0x_orkun/status/1918395689505308971)
43+
44+
## OP_CHECKCONTRACTVERIFY
2245

2346
<https://delvingbitcoin.org/t/op-checkcontractverify-and-its-amount-semantic/1527>
24-
<https://groups.google.com/g/bitcoindev/c/d6ZO7gXGYbQ>
47+
48+
## Poisson Blocks DoS Vector
49+
50+
[Poisson Blocks DoS vector in Bitcoin at OP_NEXT by PortlandHODL](https://x.com/PortlandHODL/status/1912935936851419424)
51+
52+
PortlandHODL demoes a Poisson Blocks DoS vector in Bitcoin at OP_NEXT. This attack vector creates a block that takes a good performance node 25 minutes to validate. Though in practice this is not feasible from an incentives perspective it does show the need for a cleanup of legacy consensus rules in Bitcoin.

0 commit comments

Comments
 (0)