add release note about supporing non-TRUC <minrelay txns
What changed, and why it matters
This commit only adds a release note describing a previously implemented policy change. It does not change any code, configuration, or behavior. There is no security issue in the commit itself.
No action required. This is a documentation-only commit. Review the underlying PR #33892 separately if assessing the security of the policy change itself.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-33892.md, an 8-line release note explaining that one-parent-one-child package relay now allows the parent transaction to be below -minrelaytxfee (including 0 fee) for non-TRUC transactions as well, extending a change introduced in version 28.0. The actual functional change was made elsewhere (PR #33892).
Changed components
doc/release-notes-33892.mdInspect captured patch +8 / −0
diff --git a/doc/release-notes-33892.md b/doc/release-notes-33892.md
new file mode 100644
index 00000000..e9d41b80
--- /dev/null
+++ b/doc/release-notes-33892.md
@@ -0,0 +1,8 @@
+P2P and network changes
+-----------------------
+
+- Transactions participating in one-parent-one-child package relay can now have the parent
+ with a feerate lower than the `-minrelaytxfee` feerate, even 0 fee. This expands the change
+ from 28.0 to also cover packages of non-TRUC transactions. Note that in general the
+ package child can have additional unconfirmed parents, but they must already be
+ in-mempool for the new package to be relayed. (#33892)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.