ListPayments should offer pagination #3753
Labels
enhancement
Improvements to existing features / behaviour
feature request
Requests for new features
payments
Related to invoices/payments
rpc
Related to the RPC interface
Milestone
When fetching invoices and other records like forwards via the RPC, those record sets are separated into pages to allow for scalable retrieval of data.
With
ListPayments
all of the payments are returned in a single response. If a node is doing regular payments or the incomplete payments flag is used, the number of results from this request can be very large.In PR #1962 it was suggested that the fix should be to add pagination.
The text was updated successfully, but these errors were encountered: