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

electrs: return too many history entries when address has to many utxo/transactions record #89

Open
ahonn opened this issue Apr 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ahonn
Copy link
Collaborator

ahonn commented Apr 18, 2024

Maximum number of transactions returned by Electrum history queries. Lookups with more results will fail.

References

@ahonn
Copy link
Collaborator Author

ahonn commented Apr 19, 2024

One possible solution is to fork electrs, and add paging parameters for these interfaces with size limit.
Needs more discussion.

@ahonn ahonn added the bug Something isn't working label Apr 19, 2024
@Flouse
Copy link
Contributor

Flouse commented Apr 20, 2024

Use mempool sliver plan is another solution.

ref: https://mempool.space/docs/api/rest#get-address-transactions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants