Release Notes:
- Added a flag
rpc.batchlimit
to limit the maximum number of RPC requests in a batch. By default, 100 requests are allowed from this release otherwise the requests will be rejected. - Added a flag
rpc.returndatalimit
to limit the maximum size of the result of an RPC request. By default, a maximum of 100000 bytes of result is allowed from this release otherwise the requests will be rejected. - Fixed the misconfiguration of the triesInMemory flag. After this fix, a user can modify the number of block states ( tries ) stored in the memory.
- Added a flag
ws.ep-size
to limit the execution pool size for WS requests. Default value is 40 - Added a flag
http.ep-size
to limit the execution pool size for HTTP requests. Default value is 40 - Bug fixes for state sync
NewDeposits
- Optimize
GetBorReceipt