Skip to content

v0.3.5-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@temaniarpit27 temaniarpit27 released this 03 Feb 13:06
· 42 commits to qa since this release
67843e1

Release Notes:

  1. 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.
  2. 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.
  3. Fixed the misconfiguration of the triesInMemory flag. After this fix, a user can modify the number of block states ( tries ) stored in the memory.
  4. Added a flag ws.ep-size to limit the execution pool size for WS requests. Default value is 40
  5. Added a flag http.ep-size to limit the execution pool size for HTTP requests. Default value is 40
  6. Bug fixes for state sync NewDeposits
  7. Optimize GetBorReceipt