mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
Delete release notes fragments
This commit is contained in:
parent
6fd67aa463
commit
d4c1e55555
@ -1,6 +0,0 @@
|
|||||||
New RPCs
|
|
||||||
--------
|
|
||||||
|
|
||||||
- `getdescriptoractivity` can be used to find all spend/receive activity relevant to
|
|
||||||
a given set of descriptors within a set of specified blocks. This call can be used with
|
|
||||||
`scanblocks` to lessen the need for additional indexing programs.
|
|
@ -1,5 +0,0 @@
|
|||||||
Updated RPCs
|
|
||||||
------------
|
|
||||||
|
|
||||||
- The `status` action of the`scanblocks` RPC now returns an additional array `relevant_blocks` containing
|
|
||||||
the matching block hashes found so far during a scan.
|
|
@ -1,8 +0,0 @@
|
|||||||
RPC
|
|
||||||
---
|
|
||||||
|
|
||||||
A new field `cpu_load` has been added to the `getpeerinfo` RPC output.
|
|
||||||
It shows the CPU time (user + system) spent processing messages from the
|
|
||||||
given peer and crafting messages for it expressed in per milles (‰) of
|
|
||||||
the duration of the connection. The field is optional and will be omitted
|
|
||||||
on platforms that do not support this or if still not measured. (#31672)
|
|
Loading…
Reference in New Issue
Block a user