Merge #7292: [RPC] Expose ancestor/descendant information over RPC
176e19bMention new RPC's in release notes (Suhas Daftuar)7f6eda8Add ancestor statistics to mempool entry RPC output (Suhas Daftuar)a9b8390Add test coverage for new RPC calls (Suhas Daftuar)b09b813Add getmempoolentry RPC call (Suhas Daftuar)0dfd869Add getmempooldescendants RPC call (Suhas Daftuar)8f7b5dcAdd getmempoolancestors RPC call (Suhas Daftuar)5ec0cdeRefactor logic for converting mempool entries to JSON (Suhas Daftuar)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user