This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Releasing v1.3.0
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