Skip to content

Commit fa9377c

Browse files
author
MarcoFalke
committed
doc: move-only release note snippets
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
1 parent 807169e commit fa9377c

File tree

3 files changed

+21
-28
lines changed

3 files changed

+21
-28
lines changed

doc/release-notes-23113.md

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

doc/release-notes-gui-459.md

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

doc/release-notes.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ Otherwise, please use the `rescanblockchain` RPC to trigger a rescan. (#23123)
7777
Updated RPCs
7878
------------
7979

80-
- `upgradewallet` will now automatically flush the keypool if upgrading
81-
from a non-HD wallet to an HD wallet, to immediately start using the
82-
newly-generated HD keys. (#23093)
83-
84-
- a new RPC `newkeypool` has been added, which will flush (entirely
85-
clear and refill) the keypool. (#23093)
86-
8780
- The `validateaddress` RPC now returns an `error_locations` array for invalid
8881
addresses, with the indices of invalid character locations in the address (if
8982
known). For example, this will attempt to locate up to two Bech32 errors, and
@@ -106,14 +99,6 @@ Updated RPCs
10699
- `value`
107100
- `scriptPubKey`
108101

109-
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
110-
`ancestorfees` for each transaction output that is still in the mempool.
111-
(#12677)
112-
113-
- `lockunspent` now optionally takes a third parameter, `persistent`, which
114-
causes the lock to be written persistently to the wallet database. This
115-
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
116-
117102
- The top-level fee fields `fee`, `modifiedfee`, `ancestorfees` and `descendantfees`
118103
returned by RPCs `getmempoolentry`,`getrawmempool(verbose=true)`,
119104
`getmempoolancestors(verbose=true)` and `getmempooldescendants(verbose=true)`
@@ -123,6 +108,10 @@ Updated RPCs
123108
fields `ancestorfees` and `descendantfees` are denominated in sats, whereas all
124109
fields in the `fees` object are denominated in BTC. (#22689)
125110

111+
- Both `createmultisig` and `addmultisigaddress` now include a `warnings`
112+
field, which will show a warning if a non-legacy address type is requested
113+
when using uncompressed public keys. (#23113)
114+
126115
New RPCs
127116
--------
128117

@@ -167,12 +156,29 @@ Tools and Utilities
167156
Wallet
168157
------
169158

159+
- `upgradewallet` will now automatically flush the keypool if upgrading
160+
from a non-HD wallet to an HD wallet, to immediately start using the
161+
newly-generated HD keys. (#23093)
162+
163+
- a new RPC `newkeypool` has been added, which will flush (entirely
164+
clear and refill) the keypool. (#23093)
165+
166+
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
167+
`ancestorfees` for each transaction output that is still in the mempool.
168+
(#12677)
169+
170+
- `lockunspent` now optionally takes a third parameter, `persistent`, which
171+
causes the lock to be written persistently to the wallet database. This
172+
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
173+
170174
GUI changes
171175
-----------
172176

173177
- UTXOs which are locked via the GUI are now stored persistently in the
174178
wallet database, so are not lost on node shutdown or crash. (#23065)
175179

180+
- The Bech32 checkbox has been replaced with a dropdown for all address types, including the new Bech32m (BIP-350) standard for Taproot enabled wallets.
181+
176182
Low-level changes
177183
=================
178184

0 commit comments

Comments
 (0)