Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Version 0.7.4

Compare
Choose a tag to compare
@sameersubudhi sameersubudhi released this 10 Jan 14:55
· 28 commits to development since this release

Change Log

v0.7.4 (2024-01-10)

Full Changelog

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.

Resolved issues:

  1. Add support for HTTP API in connector
  2. Optimize WS client handling
  3. Add handling for txpool_newTransaction event
  4. Validator rank/stake is not adjusted after a punishment
  5. Optimize implementation for indexing genesis accounts balance