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

[WIP] Pagination for HTTP endpoints #867

Open
nodech opened this issue Oct 19, 2023 · 0 comments · May be fixed by #888
Open

[WIP] Pagination for HTTP endpoints #867

nodech opened this issue Oct 19, 2023 · 0 comments · May be fixed by #888

Comments

@nodech
Copy link
Contributor

nodech commented Oct 19, 2023

Several endpoints accumulate a lot of data in order to send them as a response. This include tx history, pending list etc. Any of them could have a lot of entries and can lead to CPU/Memory Exhaustion.
Introduce pagination to those HTTP endpoints.

Note: Node HTTP may need investigation as well.

Related issues:

Related work on bcoin:

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 a pull request may close this issue.

1 participant