Skip to content

Commit d1fac25

Browse files
committed
[doc] 31829 release note
1 parent 5878f35 commit d1fac25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes-31829.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
P2P
2+
3+
- The transaction orphanage, which holds transactions with missing inputs temporarily while the node attempts to fetch
4+
its parents, now has improved Denial of Service protections. Previously, it enforced a maximum number of unique
5+
transactions (default 100, configurable using `-maxorphantx`). Now, its limits are as follows: the number of entries
6+
(unique by wtxid and peer), plus each unique transaction's input count divided by 10, must not exceed 3,000. The total
7+
weight of unique transactions must not exceed 404,000 Wu multiplied by the number of peers.
8+
9+
- The `-maxorphantx` option no longer has any effect, since the orphanage no longer limits the number of unique
10+
transactions. Users should remove this configuration option if they were using it, as the setting will cause an
11+
error in future versions when it is no longer recognized.

0 commit comments

Comments
 (0)