getAlby / hub

Alby Hub - Your own lightning node connected to every app. Run anywhere. Become self-sovereign.
https://albyhub.com
Apache License 2.0
97 stars 20 forks source link

Add pagination to transaction lists #29

Open im-adithya opened 4 months ago

im-adithya commented 4 months ago

Can be done by storing payments in a DB

Also, LND doesn't have a way to get total number of transactions. It also has separate methods for incoming and outgoing payments which makes it tricky while setting offset

im-adithya commented 3 months ago

We now store transactions in a table so this should be possible without LNClient limitations