This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 0.7.2
sameersubudhi
released this
13 Dec 10:23
·
94 commits
to development
since this release
Change Log
v0.7.2 (2023-12-03)
This release addresses the following:
- Fixes various minor bugs related to the existing API endpoints
- Upgrades Redis to v7 to address the known security vulnerabilities
- Adds default authentication settings to Redis. Please check our quick guide on setting up authentication on your Redis instances
- Makes various improvements to API client handling and instantiation process
Resolved issues:
- Transactions API ignore other params when transactionID is passed
- SenderAddress also returns recipientAddress or generatorAddress in Events API
- Upgrade Redis version
- Update schema for txpool_getTransactionsFromPool
- Index valid generatorKeys from genesis assets
- Missing error handling in coordinator
- Connector creates too many ws connections with the node which stresses out the node
- Indexer queries for block heights in future
- Limit max web socket connection initialization
- Add authentication support for Redis