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

Version 0.7.5

Compare
Choose a tag to compare
@sameersubudhi sameersubudhi released this 09 Feb 08:55
· 22 commits to development since this release

Change Log

v0.7.5 (2024-02-09)

Full Changelog

This release addresses the following:

  • Fixes the response filtering logic for the /transactions endpoint when supplied with blockID
  • Fixes the incorrect information provided by the /token/balances/top endpoint
  • For account transaction history
    • Improves the export scheduling logic
    • Fixes inaccuracies in the report generation
    • Adds handling for the missing scenarios

‼️ We recommend re-indexing the entire blockchain from scratch because of the top balances endpoint and account transaction history export related fixes included in the patch ‼️

NOTE: If using the export microservice, we advise setting the ENABLE_PERSIST_EVENTS: true environment variable in the blockchain-indexer microservice prior to the re-indexing for better performance.

Resolved issues:

  1. Pending Transactions appear in transactions?blockID queries
  2. Fix export microservice
  3. Top balances endpoint does not consider locked balances
  4. Fix transaction history report