v3.11.0
What's Changed
✨ Features
- Sub-minute OHLCV candles: Added
1m,5m,10m,30mintervals for EVM/TVM pool OHLC endpoints (#392) - Stablecoin coverage tests: Test scripts for stablecoin endpoint coverage (#411)
⚡ Performance
- Unified block→timestamp resolution for primary-key pruning across all chains (#403)
- Optimized NFT queries: Replace
FINALwithargMax/GROUP BYin all NFT queries (#400) - Optimized NFT collection stats query (#401)
- Additional perf tests and fixes (#406)
🐛 Fixes
- Time-range clamping: Disable 10-minute clamp when filters are active (#405), prevent bypass when no lower bound provided (#407), bypass clamp when ANY filter OR explicit start bound is provided (#410)
- OpenAPI docs: Remove nonexistent
skip_endpointsparam from health endpoint (#391)
🏗️ Chores
- Reorder routes for OpenAPI: SVM → EVM → TVM → Monitoring (#388)
- Add query-log script for building reports
Full Changelog: v3.10.0...v3.11.0