This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Version 0.7.4
sameersubudhi
released this
10 Jan 14:55
·
28 commits
to development
since this release
Change Log
v0.7.4 (2024-01-10)
This release introduces/addresses the following:
- Adds capabilities in the connector microservice to invoke RPC endpoints on the Lisk App node over HTTP (an alternative to the IPC or WS based communication)
- Improves the utilization of the API client pool when using IPC or WS clients
- Optimizes the fee-estimator microservice reducing RPC invocations to the node to almost zero
- Makes few other code optimizations and bug fixes
- Addresses various security vulnerabilities (#1999, #2002, #2003)
NOTE: To utilize the HTTP API on the node, please check our documentation for the Blockchain Connector microservice.