aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2016-05-17 09:01:12 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2016-06-09 09:56:27 -0400
commit176e19b571f722437043d2aa80a69ae21852c70d (patch)
tree5636e941c55727cd28207265c4aa0753623c07fd /doc/release-notes.md
parent7f6eda80438be452a0b6e079737fb6fe00bb26b7 (diff)
downloadbitcoin-176e19b571f722437043d2aa80a69ae21852c70d.tar.xz
Mention new RPC's in release notes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 7d44b8cda9..be619e41c6 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -80,6 +80,13 @@ The following outputs are affected by this change:
- REST `/rest/block/` (JSON format when including extended tx details)
- `bitcoin-tx -json`
+New mempool information RPC calls
+---------------------------------
+
+RPC calls have been added to output detailed statistics for individual mempool
+entries, as well as to calculate the in-mempool ancestors or descendants of a
+transaction: see `getmempoolentry`, `getmempoolancestors`, `getmempooldescendants`.
+
### ZMQ
Each ZMQ notification now contains an up-counting sequence number that allows