lightninglabs / faraday

Lightning Channel Management & Optimization Tool
MIT License
129 stars 30 forks source link

accounting: increase client gRPC max receive size, bump lndclient to fix large message issue #178

Closed guggero closed 9 months ago

guggero commented 11 months ago

~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

mrfelton commented 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.

guggero commented 9 months ago

Updated to use the tagged version of lndclient.