Skip to content

v0.3.4-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@temaniarpit27 temaniarpit27 released this 19 Jan 09:27
· 48 commits to qa since this release
168ec6e

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.