mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Merge bitcoin/bitcoin#23685: doc: Merge release note snippets
faef7e93e1doc: Merge release note snippets (MarcoFalke) Pull request description: Periodic merge to make it easier to browse them in one file. Can be reviewed with `--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space` ACKs for top commit: shaavan: ACKfaef7e93e1fanquake: ACKfaef7e93e1Tree-SHA512: 590f36af45a53413bd602fdd8810bf5733b4bad78bf257f3e91e1001f47d86e5a00db4fcbaaa2585e702c2d824e6c225da14e7ae7a90c2a150908c278bb2a911
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
Updated RPCs
|
|
||||||
------------
|
|
||||||
|
|
||||||
- The `validateaddress` RPC now returns an `error_locations` array for invalid
|
|
||||||
addresses, with the indices of invalid character locations in the address (if
|
|
||||||
known). For example, this will attempt to locate up to two Bech32 errors, and
|
|
||||||
return their locations if successful. Success and correctness are only guaranteed
|
|
||||||
if fewer than two substitution errors have been made.
|
|
||||||
The error message returned in the `error` field now also returns more specific
|
|
||||||
errors when decoding fails.
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
Notable changes
|
|
||||||
===============
|
|
||||||
|
|
||||||
Updated RPCs
|
|
||||||
------------
|
|
||||||
|
|
||||||
- `upgradewallet` will now automatically flush the keypool if upgrading
|
|
||||||
from a non-HD wallet to an HD wallet, to immediately start using the
|
|
||||||
newly-generated HD keys.
|
|
||||||
- a new RPC `newkeypool` has been added, which will flush (entirely
|
|
||||||
clear and refill) the keypool.
|
|
||||||
@@ -77,6 +77,21 @@ Otherwise, please use the `rescanblockchain` RPC to trigger a rescan. (#23123)
|
|||||||
Updated RPCs
|
Updated RPCs
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
- `upgradewallet` will now automatically flush the keypool if upgrading
|
||||||
|
from a non-HD wallet to an HD wallet, to immediately start using the
|
||||||
|
newly-generated HD keys. (#23093)
|
||||||
|
|
||||||
|
- a new RPC `newkeypool` has been added, which will flush (entirely
|
||||||
|
clear and refill) the keypool. (#23093)
|
||||||
|
|
||||||
|
- The `validateaddress` RPC now returns an `error_locations` array for invalid
|
||||||
|
addresses, with the indices of invalid character locations in the address (if
|
||||||
|
known). For example, this will attempt to locate up to two Bech32 errors, and
|
||||||
|
return their locations if successful. Success and correctness are only guaranteed
|
||||||
|
if fewer than two substitution errors have been made.
|
||||||
|
The error message returned in the `error` field now also returns more specific
|
||||||
|
errors when decoding fails. (#16807)
|
||||||
|
|
||||||
- The `-deprecatedrpc=addresses` configuration option has been removed. RPCs
|
- The `-deprecatedrpc=addresses` configuration option has been removed. RPCs
|
||||||
`gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`,
|
`gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`,
|
||||||
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`,
|
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`,
|
||||||
|
|||||||
Reference in New Issue
Block a user