Delete release notes fragments

This commit is contained in:
Luke Dashjr 2025-03-05 03:27:08 +00:00
parent 6fd67aa463
commit d4c1e55555
3 changed files with 0 additions and 19 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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)