doc: Combine 23.0 release notes

This commit is contained in:
MarcoFalke 2021-10-01 09:28:14 +02:00
parent 4e1de1fc59
commit fad5a18548
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
4 changed files with 18 additions and 32 deletions

View file

@ -1,8 +0,0 @@
Notable changes
===============
Updated RPCs
------------
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
`ancestorfees` for each transaction output that is still in the mempool.

View file

@ -1,15 +0,0 @@
Notable changes
===============
Updated RPCs
------------
- `lockunspent` now optionally takes a third parameter, `persistent`, which
causes the lock to be written persistently to the wallet database. This
allows UTXOs to remain locked even after node restarts or crashes.
GUI changes
-----------
- UTXOs which are locked via the GUI are now stored persistently in the
wallet database, so are not lost on node shutdown or crash.

View file

@ -1,9 +0,0 @@
Notable changes
===============
Rescan startup parameter removed
--------------------------------
The `-rescan` startup parameter has been removed. Wallets which require
rescanning due to corruption will still be rescanned on startup.
Otherwise, please use the `rescanblockchain` RPC to trigger a rescan.

View file

@ -61,6 +61,13 @@ P2P and network changes
They will become eligible for address gossip after sending an ADDR, ADDRV2, They will become eligible for address gossip after sending an ADDR, ADDRV2,
or GETADDR message. (#21528) or GETADDR message. (#21528)
Rescan startup parameter removed
--------------------------------
The `-rescan` startup parameter has been removed. Wallets which require
rescanning due to corruption will still be rescanned on startup.
Otherwise, please use the `rescanblockchain` RPC to trigger a rescan. (#23123)
Updated RPCs Updated RPCs
------------ ------------
@ -70,6 +77,14 @@ Updated RPCs
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which `/rest/block` no longer return the `addresses` and `reqSigs` fields, which
were previously deprecated in 22.0. (#22650) were previously deprecated in 22.0. (#22650)
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
`ancestorfees` for each transaction output that is still in the mempool.
(#12677)
- `lockunspent` now optionally takes a third parameter, `persistent`, which
causes the lock to be written persistently to the wallet database. This
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
New RPCs New RPCs
-------- --------
@ -113,6 +128,9 @@ Wallet
GUI changes GUI changes
----------- -----------
- UTXOs which are locked via the GUI are now stored persistently in the
wallet database, so are not lost on node shutdown or crash. (#23065)
Low-level changes Low-level changes
================= =================