@@ -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+
6471Updated 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+
7388New RPCs
7489--------
7590
@@ -113,6 +128,9 @@ Wallet
113128GUI 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+
116134Low-level changes
117135=================
118136
0 commit comments