aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2024-06-11 13:54:22 +0100
committerglozow <gloriajzhao@gmail.com>2024-07-02 12:20:12 +0100
commit926b8e39dcbc0a3a8a75ef0a29bdca2bf738d746 (patch)
tree3b02717938e5f779fa58a6f23f6de57b4c589e45 /doc
parent19a9b90617419f68d0f1c90ee115b5220be99a16 (diff)
[doc] add release note for TRUC
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-29496.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-29496.md b/doc/release-notes-29496.md
new file mode 100644
index 0000000000..799b2ca01d
--- /dev/null
+++ b/doc/release-notes-29496.md
@@ -0,0 +1,11 @@
+Mempool Policy Changes
+----------------------
+
+- Transactions with version number set to 3 are now treated as standard on all networks (#29496),
+ subject to Opt-in Topologically Restricted Until Confirmation (TRUC) Transactions policy as
+ described in [BIP 431](https://github.com/bitcoin/bips/blob/master/bip-0431.mediawiki). The
+ policy includes limits on spending unconfirmed outputs (#28948), eviction of a previous descendant
+ if a more incentive-compatible one is submitted (#29306), and a maximum transaction size of 10,000vB
+ (#29873). These restrictions simplify the assessment of incentive compatibility of accepting or
+ replacing TRUC transactions, thus ensuring any replacements are more profitable for the node and
+ making fee-bumping more reliable.