Skip to content

Commit 446b706

Browse files
committed
Merge bitcoin/bitcoin#23151: doc: Combine 23.0 release notes
fad5a18 doc: Combine 23.0 release notes (MarcoFalke) Pull request description: `doc/release-notes-remove-rescan.md` didn't include a `(#pull_nr)`, so fix that and also combine the notes while touching them. ACKs for top commit: shaavan: ACK fad5a18 fanquake: ACK fad5a18 Tree-SHA512: 1528619f056197d410d0fa5415742ae303fd21b236f220451614f9ec07668a4f34a76298907378b2c4b25a405cff8cd1d205024d2f3d8f207d11900a607f765f
2 parents 35a31d5 + fad5a18 commit 446b706

File tree

4 files changed

+18
-32
lines changed

4 files changed

+18
-32
lines changed

doc/release-notes-12677.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/release-notes-23065.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

doc/release-notes-remove-rescan.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ P2P and network changes
6161
They will become eligible for address gossip after sending an ADDR, ADDRV2,
6262
or GETADDR message. (#21528)
6363

64+
Rescan startup parameter removed
65+
--------------------------------
66+
67+
The `-rescan` startup parameter has been removed. Wallets which require
68+
rescanning due to corruption will still be rescanned on startup.
69+
Otherwise, please use the `rescanblockchain` RPC to trigger a rescan. (#23123)
70+
6471
Updated RPCs
6572
------------
6673

@@ -70,6 +77,14 @@ Updated RPCs
7077
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which
7178
were previously deprecated in 22.0. (#22650)
7279

80+
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
81+
`ancestorfees` for each transaction output that is still in the mempool.
82+
(#12677)
83+
84+
- `lockunspent` now optionally takes a third parameter, `persistent`, which
85+
causes the lock to be written persistently to the wallet database. This
86+
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
87+
7388
New RPCs
7489
--------
7590

@@ -113,6 +128,9 @@ Wallet
113128
GUI changes
114129
-----------
115130

131+
- UTXOs which are locked via the GUI are now stored persistently in the
132+
wallet database, so are not lost on node shutdown or crash. (#23065)
133+
116134
Low-level changes
117135
=================
118136

0 commit comments

Comments
 (0)