File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ P2P and network changes
82
82
node using P2P relay. This version reduces the initial broadcast guarantees
83
83
for wallet transactions submitted via P2P to a node running the wallet. (#18038 )
84
84
85
+ - The size of the set of transactions that peers have announced and we consider
86
+ for requests has been reduced from 100000 to 5000 (per peer), and further
87
+ announcements will be ignored when that limit is reached. If you need to dump
88
+ (very) large batches of transactions, exceptions can be made for trusted
89
+ peers using the "relay" network permission. For localhost for example it can
90
+ be enabled using the command line option
` [email protected] ` .
91
+ (#19988 )
92
+
85
93
- The Tor onion service that is automatically created by setting the
86
94
` -listenonion ` configuration parameter will now be created as a Tor v3 service
87
95
instead of Tor v2. The private key that was used for Tor v2 (if any) will be
You can’t perform that action at this time.
0 commit comments