Files
lnd/invoices
Andras Banki-Horvath e45ed86263 invoices: fix and correctly cover paginated queries
Previously paginated queries offseted the add_index_get, add_index_let,
settle_index_get and settle_index_let parameters with the paginators
current page offset, however this was incorrect as we can just use
SQL's LIMIT/OFFSET to paginate. This commit fixes this issue and adds an
optional parameter to the constructor of the invoice SQL store to set
page size. This is useful when testing as we can now cover pagination
correctly with our existing unit tests.
2024-07-04 17:32:11 +02:00
..
2020-04-24 19:15:08 +02:00
2022-07-01 11:21:46 +02:00
2023-06-29 17:13:36 -06:00