Skip to content

v1.9.2: [API] add batch size limit for jsonrpc (#3805)

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 17:39
· 451 commits to master since this release

Summary

v1.9.2 is a maintenance release, with the following fix:

  1. Limit the maximum size of RPC response data to prevent node from running out
    of memory.

Upgrade Priority

If your node is running as gateway, it is recommended to upgrade to v1.9.2 to
better protect it from potential out-of-memory attack.

Node type Action
Delegate Not required
Gateway Recommended
Fullnode Not required

Commits In This Release

  1. [API] add batch size limit for jsonrpc #3805