File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ optech_mentions:
85
85
- title : " Bitcoin Core #30286 optimizes the candidate search algorithm used in cluster linearizations"
86
86
url : /en/newsletters/2024/09/20/#bitcoin-core-30286
87
87
88
+ - title : " Bitcoin Core #31122 allows computing the effect of a set of changes on the state of the mempool"
89
+ url : /en/newsletters/2024/11/29/#bitcoin-core-31122
90
+
88
91
# # Optional. Same format as "primary_sources" above
89
92
see_also :
90
93
- title : Package relay
Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ optech_mentions:
135
135
- title : " Eclair #2861 implements on-the-fly funding using liquidity ads with either dual-funding or splicing"
136
136
url : /en/newsletters/2024/10/04/#eclair-2861
137
137
138
+ - title : " LDK #3137 adds support for accepting peer-initiated dual-funded channels"
139
+ url : /en/newsletters/2024/11/29/#core-lightning-7719
140
+
138
141
# # Optional. Same format as "primary_sources" above
139
142
see_also :
140
143
- title : Liquidity advertisements
Original file line number Diff line number Diff line change @@ -48,13 +48,19 @@ optech_mentions:
48
48
- title : " Comparisons betwen Simplicity and BTC Lisp"
49
49
url : /en/newsletters/2024/03/20/#overview-of-btc-lisp
50
50
51
+ - title : " Flexible coin earmarks probably compatible with Simplicity"
52
+ url : /en/newsletters/2024/11/29/#flexible-coin-earmarks
53
+
51
54
# # Optional. Same format as "primary_sources" above
52
55
see_also :
53
56
- title : " Simplicity: A New Language for Blockchains"
54
57
link : https://blockstream.com/simplicity.pdf
55
58
56
59
- title : Covenants
57
60
link : topic covenants
61
+
62
+ - title : Basic Bitcoin Lisp language
63
+ link : topic bll
58
64
---
59
65
At its core, Simplicity consists of nine primitive operators called
60
66
combinators whose semantics are formally specified. However,
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ optech_mentions:
83
83
- title : " Eclair #2925 introduces support for using RBF with splicing transactions"
84
84
url : /en/newsletters/2024/10/25/#eclair-2925
85
85
86
+ - title : " Core Lightning #7719 achieves interoperability with Eclair for splicing"
87
+ url : /en/newsletters/2024/11/29/#core-lightning-7719
88
+
86
89
# # Optional. Same format as "primary_sources" above
87
90
see_also :
88
91
- title : Interactive transaction construction protocol
You can’t perform that action at this time.
0 commit comments