Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Releasing v1.3.0

Choose a tag to compare

@itzmeanjan itzmeanjan released this 17 Jan 07:05
· 309 commits to main since this release
769db23

Changes 鈿★笍

  • For addressing Chain Reorganisation issue, implemented Redis backed delayed block processing queue 馃コ
  • From now on in .env file ( under BlockConfirmations field ), it can be set, how many block confirmations are required before finally persisting blocks in DB
  • If nothing is provided, 0 will be considered, but highly not recommended to use it this way
  • Allowing password less connection to Redis instance [ Not recommended, at least in production ]
  • Workers will always attempt to keep non-final block count in queue as same as BlockConfirmations set in config
  • Fixed issue in checking API key rate limit, before accepting request from client
  • Max Block number range & time range, that can be used while performing range based queries, can be specified in config file