Skip to content

Commit f385578

Browse files
author
MarcoFalke
committed
Merge #16196: doc: Add release notes for 14897 & 15834
fa55dd8 doc: Add release notes for 14897 & 15834 (MarcoFalke) Pull request description: #14897 & #15834 ACKs for commit fa55dd: fanquake: ACK fa55dd8 Tree-SHA512: 301742191f3d0e9383c6fe455d18d1e153168728e75dd29b7d0a0246af1cf024cc8199e82a42d74b3e6f5b556831763e0170ed0cb7b3082c7e0c57b05a5776db
2 parents 2ea8ebd + fa55dd8 commit f385578

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/release-notes.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Updated RPCs
9090
Note: some low-level RPC changes mainly useful for testing are described in the
9191
Low-level Changes section below.
9292

93-
* The `sendmany` RPC had an argument `minconf` that was not well specified and
93+
- The `sendmany` RPC had an argument `minconf` that was not well specified and
9494
would lead to RPC errors even when the wallet's coin selection would succeed.
9595
The `sendtoaddress` RPC never had this check, so to normalize the behavior,
9696
`minconf` is now ignored in `sendmany`. If the coin selection does not
@@ -106,11 +106,22 @@ Low-level changes
106106
Configuration
107107
------------
108108

109-
* An error is issued where previously a warning was issued when a setting in
109+
- An error is issued where previously a warning was issued when a setting in
110110
the config file was specified in the default section, but not overridden for
111111
the selected network. This change takes only effect if the selected network
112112
is not mainnet.
113113

114+
Network
115+
-------
116+
117+
- When fetching a transaction announced by multiple peers, previous versions of
118+
Bitcoin Core would sequentially attempt to download the transaction from each
119+
announcing peer until the transaction is received, in the order that those
120+
peers' announcements were received. In this release, the download logic has
121+
changed to randomize the fetch order across peers and to prefer sending
122+
download requests to outbound peers over inbound peers. This fixes an issue
123+
where inbound peers can prevent a node from getting a transaction.
124+
114125
Wallet
115126
------
116127

0 commit comments

Comments
 (0)