-
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) -
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) -
Added Prometheus metrics to Explorer API endpoints;
(PR #42) -
Fixed issue with indexing HRC contracts with null characters in contract name;
(PR #53) -
Fixed issue with duplicated HRC20 transfers in history;
(PR #28) -
Fixed UI issue with overlapping charts on iPad;
(PR #177) -
Improved CSV transactions export format;
(Commit) -
ETH-style addresses shows with injected checksum;
(PR #176) -
Main page charts integration with Metrics DAO;
(PR #35) -
Improved main page charts colors for dark theme
(PR #179)