@@ -61,6 +61,13 @@ P2P and network changes
61
61
They will become eligible for address gossip after sending an ADDR, ADDRV2,
62
62
or GETADDR message. (#21528 )
63
63
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
+
64
71
Updated RPCs
65
72
------------
66
73
@@ -70,6 +77,14 @@ Updated RPCs
70
77
` /rest/block ` no longer return the ` addresses ` and ` reqSigs ` fields, which
71
78
were previously deprecated in 22.0. (#22650 )
72
79
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
+
73
88
New RPCs
74
89
--------
75
90
@@ -113,6 +128,9 @@ Wallet
113
128
GUI changes
114
129
-----------
115
130
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
+
116
134
Low-level changes
117
135
=================
118
136
0 commit comments