mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Merge #20185: doc: Merge release notes
fa38093bee
doc: Merge release notes (MarcoFalke) Pull request description: Now that all features are merged, open release notes editing at the wiki https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.21.0-Release-Notes-Draft ACKs for top commit: fanquake: ACKfa38093bee
Tree-SHA512: ced161a2fcb0366a77a05b020c8dd65a0cf0a0de17b8260bbca9b5833ed370f92b1b81116bfc59b83380bf28b55d8963c628cf13a0cad603e5c823341b446065
This commit is contained in:
commit
4f807348af
2 changed files with 8 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
P2P changes
|
|
||||||
-----------
|
|
||||||
|
|
||||||
The size of the set of transactions that peers have announced and we consider
|
|
||||||
for requests has been reduced from 100000 to 5000 (per peer), and further
|
|
||||||
announcements will be ignored when that limit is reached. If you need to
|
|
||||||
dump (very) large batches of transactions, exceptions can be made for trusted
|
|
||||||
peers using the "relay" network permission. For localhost for example it can
|
|
||||||
be enabled using the command line option `-whitelist=relay@127.0.0.1`.
|
|
|
@ -82,6 +82,14 @@ P2P and network changes
|
||||||
node using P2P relay. This version reduces the initial broadcast guarantees
|
node using P2P relay. This version reduces the initial broadcast guarantees
|
||||||
for wallet transactions submitted via P2P to a node running the wallet. (#18038)
|
for wallet transactions submitted via P2P to a node running the wallet. (#18038)
|
||||||
|
|
||||||
|
- The size of the set of transactions that peers have announced and we consider
|
||||||
|
for requests has been reduced from 100000 to 5000 (per peer), and further
|
||||||
|
announcements will be ignored when that limit is reached. If you need to dump
|
||||||
|
(very) large batches of transactions, exceptions can be made for trusted
|
||||||
|
peers using the "relay" network permission. For localhost for example it can
|
||||||
|
be enabled using the command line option `-whitelist=relay@127.0.0.1`.
|
||||||
|
(#19988)
|
||||||
|
|
||||||
- The Tor onion service that is automatically created by setting the
|
- The Tor onion service that is automatically created by setting the
|
||||||
`-listenonion` configuration parameter will now be created as a Tor v3 service
|
`-listenonion` configuration parameter will now be created as a Tor v3 service
|
||||||
instead of Tor v2. The private key that was used for Tor v2 (if any) will be
|
instead of Tor v2. The private key that was used for Tor v2 (if any) will be
|
||||||
|
|
Loading…
Add table
Reference in a new issue