Skip to content

v3.11.0

Choose a tag to compare

@pax-openclaw pax-openclaw released this 25 Feb 20:37
· 158 commits to main since this release
11d544c

What's Changed

✨ Features

  • Sub-minute OHLCV candles: Added 1m, 5m, 10m, 30m intervals 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 FINAL with argMax/GROUP BY in 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_endpoints param 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