github maticnetwork/bor v0.3.4-beta

latest releases: v1.5.0-beta2, v1.5.0-beta, v1.4.1...
pre-release20 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. Fixed issue of huge rewinds. trieTimeout/trieTimeLimit is responsible for the frequency of storing block state to the persistent db for a full node. It was set to 60 minutes which resulted in a huge gap between states of blocks in the persistent memory. We have reduced this gap to 10 minutes which will increase the frequency of storing the block states in the persistent database.

Don't miss a new bor release

NewReleases is sending notifications on new releases.