diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-12-06 13:56:54 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-12-06 13:55:02 +0100 |
commit | faef7e93e10c1459c9b6c2c07a379c0fd1f84367 (patch) | |
tree | 9c825806ba383e3e73919ea43871325a60c70f1d /doc | |
parent | dca9ab48b80ff3a7dbe0ae26964a58e70d570618 (diff) |
doc: Merge release note snippets
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-16807.md | 10 | ||||
-rw-r--r-- | doc/release-notes-23093.md | 11 | ||||
-rw-r--r-- | doc/release-notes.md | 15 |
3 files changed, 15 insertions, 21 deletions
diff --git a/doc/release-notes-16807.md b/doc/release-notes-16807.md deleted file mode 100644 index 3cdd0b36af..0000000000 --- a/doc/release-notes-16807.md +++ /dev/null @@ -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.
\ No newline at end of file diff --git a/doc/release-notes-23093.md b/doc/release-notes-23093.md deleted file mode 100644 index 68fbaec53c..0000000000 --- a/doc/release-notes-23093.md +++ /dev/null @@ -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. diff --git a/doc/release-notes.md b/doc/release-notes.md index 4483dee1dd..3aff266173 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -77,6 +77,21 @@ Otherwise, please use the `rescanblockchain` RPC to trigger a rescan. (#23123) 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 `gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`, `gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, |