Closed guggero closed 9 months ago
We're using this successfully to enable us to work with large nodes that have a lot of data. Good to merge imo, though definitely pagination is needed as the memory requirements are ever increasing with the current implementation that fetches every single onchain transaction.
Updated to use the tagged version of lndclient
.
~Depends on https://github.com/lightninglabs/lndclient/pull/164.~
Fixes https://github.com/lightninglabs/faraday/issues/177, at least temporarily. We should start paginating calls to
ListTransactions
.Pull Request Checklist
MinLndVersion
if your PR uses new RPC methods or fields oflnd
.