Skip to content

Harmony Explorer 1.1.0 (May 13, 2022)

Latest
Compare
Choose a tag to compare
@ArtemKolodko ArtemKolodko released this 16 May 13:57
· 244 commits to master since this release
3b9ed45
  1. Fixed Explorer API memory consumption
    In-memory cache causing OOM error and unexpected API instance restarts. Cache was limited for all API endpoints, restarts stopped.
    (PR #58)

  2. Removed heavy 1wallet stats recalculation on every API startup, which produced a lot of I/O operations. Explorer API RDS I/O cost was reduced by more than 10 times.
    (PR #56)

  3. Added Prometheus metrics to Explorer API endpoints;
    (PR #42)

  4. Fixed issue with indexing HRC contracts with null characters in contract name;
    (PR #53)

  5. Fixed issue with duplicated HRC20 transfers in history;
    (PR #28)

  6. Fixed UI issue with overlapping charts on iPad;
    (PR #177)

  7. Improved CSV transactions export format;
    (Commit)

  8. ETH-style addresses shows with injected checksum;
    (PR #176)

  9. Main page charts integration with Metrics DAO;
    (PR #35)

  10. Improved main page charts colors for dark theme
    (PR #179)