Skip to content

Commit 9ad5ca1

Browse files
committed
Release notes: integrate detached & rm backports
1 parent 5c99bb0 commit 9ad5ca1

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

doc/release-notes-14941.md

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

doc/release-notes-14982.md

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

doc/release-notes.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,18 @@ Deprecated or removed RPCs
190190
New RPCs
191191
--------
192192

193-
- A new `getnodeaddresses` RPC returns peer addresses known to this
193+
- The `getnodeaddresses` RPC returns peer addresses known to this
194194
node. It may be used to find nodes to connect to without using a DNS
195195
seeder.
196196

197-
- A new `listwalletdir` RPC returns a list of wallets in the wallet
197+
- The `listwalletdir` RPC returns a list of wallets in the wallet
198198
directory (either the default wallet directory or the directory
199199
configured by the `-walletdir` parameter).
200200

201+
- The `getrpcinfo` returns runtime details of the RPC server. At the
202+
moment, it returns an array of the currently active commands and how
203+
long they've been running.
204+
201205
Updated RPCs
202206
------------
203207

@@ -260,6 +264,16 @@ in the Low-level Changes section below.
260264
blockhash is provided, check the mempool. 3. If no blockhash is
261265
provided but txindex is enabled, also check txindex.
262266

267+
- The `unloadwallet` RPC is now synchronous, meaning it will not return
268+
until the wallet is fully unloaded.
269+
270+
REST changes
271+
------------
272+
273+
- A new `/rest/blockhashbyheight/` endpoint is added for fetching the
274+
hash of the block in the current best blockchain based on its height
275+
(how many blocks it is after the Genesis Block).
276+
263277
Graphical User Interface (GUI)
264278
------------------------------
265279

0 commit comments

Comments
 (0)