Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

guggero
Copy link
Member

@guggero guggero commented Dec 7, 2023

Depends on lightninglabs/lndclient#164.

Fixes #177, at least temporarily. We should start paginating calls to ListTransactions.

Pull Request Checklist

  • Update MinLndVersion if your PR uses new RPC methods or fields of lnd.

@mrfelton
Copy link
Contributor

mrfelton commented Jan 28, 2024

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
Copy link
Member Author

guggero commented Jan 29, 2024

Updated to use the tagged version of lndclient.

@guggero guggero merged commit 160d7f3 into master Jan 29, 2024
5 checks passed
@guggero guggero deleted the grpc-max-receive-size branch January 29, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResourceExhausted error while running the Node Audit
3 participants