Release notes (post v0.3.4-beta2):
Improvements and feature addition:
- Added a flag
rpc.batchlimitto 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 (#657) - Added a flag
rpc.returndatalimitto 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 (#657) - Fixed the misconfiguration of the
triesInMemoryflag. After this fix, a user can modify the number of block states (tries) stored in the memory (#691) - Added a flag
http.ep-sizeandws.ep-sizeto limit the execution pool size for HTTP and WS requests. Default value is 40 (#719) - Optimize
GetBorReceiptfunction (#701) - Discard transactions which has size more than max code init size (#739)
Bug fixes: