Instead of calling all invoices, txs, and payments at once on the Activity view, we should use the index_offset parameters to do paging.
https://lightning.engineering/api-docs/api/lnd/lightning/list-payments/
https://lightning.engineering/api-docs/api/lnd/lightning/list-invoices/
https://lightning.engineering/api-docs/api/lnd/lightning/get-transactions/
The biggest challenge is putting the data together. Ideally LND would have a single Activity endpoint we could use
We could potentially be able to do something similar for CLNRest using the custom SQL calls.
Related issues:
#2465
#2390
Instead of calling all invoices, txs, and payments at once on the
Activityview, we should use theindex_offsetparameters to do paging.https://lightning.engineering/api-docs/api/lnd/lightning/list-payments/
https://lightning.engineering/api-docs/api/lnd/lightning/list-invoices/
https://lightning.engineering/api-docs/api/lnd/lightning/get-transactions/
The biggest challenge is putting the data together. Ideally LND would have a single Activity endpoint we could use
We could potentially be able to do something similar for CLNRest using the custom SQL calls.
Related issues:
#2465
#2390