No limit being placed with transaction query -> causes crash
Describe the problem/bug On the newest version v0.12.30 from v0.12.17 I noticed on the home tab you try to load transactions. This ends up crashing thunderhub.. because we have too many transactions on our nodes.. before on a previous version.. I would just avoid the transactions tab. With the newest version we are forced to load / fail. Is there something where we can just pull back a subset of transactions.. instead of trying to query all of them?
I usually limit my lncli commands to 100,000 tx's as 1,000,000 results in errors with grpc .. which im guessing thunderhub is running into.
Your environment LND v0.13.3-beta
- Version of ThunderHub: v0.12.30
- Deployment method: docker
- Other relevant environment details:
To Reproduce Steps to reproduce the behavior:
- Go to home screen after login
Expected behavior Should only pull back a subnet of transactions to avoid issues.
Actual behavior I believe it tries to pull back all transactions on the node and locks / fails thunder.
Yo! I limited the amount of transactions that can be pulled to 50k. Mind testing out version 0.12.31? Let me know if it works!