aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-26265.md
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2022-11-10 14:37:12 -0500
committerGreg Sanders <gsanders87@gmail.com>2022-12-19 10:03:51 -0500
commitb2aa9e85289fc654106a890c35935e9c76c411fb (patch)
tree1b71c118321b08defa7437142837ba04a31337b8 /doc/release-notes-26265.md
parent8c5b3646b5afe8a61f5c66478d8e11f0d2ce5108 (diff)
downloadbitcoin-b2aa9e85289fc654106a890c35935e9c76c411fb.tar.xz
Add release note for MIN_STANDARD_TX_NONWITNESS_SIZE relaxation
Diffstat (limited to 'doc/release-notes-26265.md')
-rw-r--r--doc/release-notes-26265.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-26265.md b/doc/release-notes-26265.md
new file mode 100644
index 0000000000..ca2313d956
--- /dev/null
+++ b/doc/release-notes-26265.md
@@ -0,0 +1,6 @@
+P2P and network changes
+---------
+
+- Transactions of non-witness size 65 and above are now allowed by mempool
+ and relay policy. This is to better reflect the actual afforded protections
+ against CVE-2017-12842 and open up additional use-cases of smaller transaction sizes. (#26265)