You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: