Skip to content

Commit fad5a18

Browse files
author
MarcoFalke
committed
doc: Combine 23.0 release notes
1 parent 4e1de1f commit fad5a18

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)