@@ -144,7 +144,15 @@ Interface (HWI)][hwi repo], [Rust Bitcoin][rust bitcoin repo], [BTCPay
144
144
Server] [ btcpay server repo ] , [ BDK] [ bdk repo ] , [ Bitcoin Improvement
145
145
Proposals (BIPs)] [ bips repo ] , and [ Lightning BOLTs] [ bolts repo ] .*
146
146
147
- - [ Bitcoin Core #24152 ] [ ] policy / validation: CPFP fee bumping within packages FIXME: adamjonas
147
+ - [ Bitcoin Core #24152 ] [ ] enables [ CPFP] [ topic cpfp ] fee bumping in
148
+ child-with-unconfirmed-parents packages by introducing [ package
149
+ feerate] [ ]
150
+ and using it in place of individual feerate. As mentioned in
151
+ [ newsletter #186 ] [ news186 package ] , this is part of a series of changes
152
+ to enhance the flexibility and reliability of both CPFP and [ RBF] [ topic rbf ] fee bumping.
153
+ This patch also [ validates individual transactions first] [ ]
154
+ to avoid incentive-incompatible policies like "parents pay for children"
155
+ or "siblings pay for siblings" behavior.
148
156
149
157
- [ Bitcoin Core #24098 ] [ ] updates the ` /rest/headers/ ` and
150
158
` /rest/blockfilterheaders/ ` RPCs to use query parameters for
@@ -167,7 +175,7 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
167
175
Receiver-side support is not added to CLN in this PR.
168
176
169
177
{% include references.md %}
170
- {% include linkers/issues.md v=2 issues="24152,24098,24147,24148,24149,5165,5068" %}
178
+ {% include linkers/issues.md v=2 issues="24152,24098,24147,24148,24149,5165,5068,910 " %}
171
179
[ bitcoin core 23.0 rc4 ] : https://bitcoincore.org/bin/bitcoin-core-23.0/
172
180
[ bcc23 rn ] : https://github.com/bitcoin-core/bitcoin-devwiki/wiki/23.0-Release-Notes-draft
173
181
[ test guide ] : https://github.com/bitcoin-core/bitcoin-devwiki/wiki/23.0-Release-Candidate-Testing-Guide
@@ -180,3 +188,6 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
180
188
[ ldk 0.0.106 ] : https://github.com/lightningdevkit/rust-lightning/releases/tag/v0.0.106
181
189
[ btcpay server 1.4.9 ] : https://github.com/btcpayserver/btcpayserver/releases/tag/v1.4.9
182
190
[ reviews 24571 ] : https://bitcoincore.reviews/24571
191
+ [ news186 package ] : /en/newsletters/2021/09/22/#package-mempool-acceptance-and-package-rbf
192
+ [ package feerate ] : https://gist.github.com/glozow/dc4e9d5c5b14ade7cdfac40f43adb18a#fee-related-checks-use-package-feerate
193
+ [ validates individual transactions first ] : https://gist.github.com/glozow/dc4e9d5c5b14ade7cdfac40f43adb18a#always-try-individual-submission-first
0 commit comments