@@ -190,14 +190,18 @@ Deprecated or removed RPCs
190
190
New RPCs
191
191
--------
192
192
193
- - A new ` getnodeaddresses ` RPC returns peer addresses known to this
193
+ - The ` getnodeaddresses ` RPC returns peer addresses known to this
194
194
node. It may be used to find nodes to connect to without using a DNS
195
195
seeder.
196
196
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
198
198
directory (either the default wallet directory or the directory
199
199
configured by the ` -walletdir ` parameter).
200
200
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
+
201
205
Updated RPCs
202
206
------------
203
207
@@ -260,6 +264,16 @@ in the Low-level Changes section below.
260
264
blockhash is provided, check the mempool. 3. If no blockhash is
261
265
provided but txindex is enabled, also check txindex.
262
266
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
+
263
277
Graphical User Interface (GUI)
264
278
------------------------------
265
279
0 commit comments