github maticnetwork/bor v0.3.5-beta

latest releases: v1.4.1, v1.4.0-beta2, v1.4.0...
pre-release19 months ago

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

Don't miss a new bor release

NewReleases is sending notifications on new releases.