mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
- Replace full-postHeights and full-postChildren scans in ListRecentPosts with a single capped scan and per-page reply counting. - Add PostQuery.scanRecentPostTxidsAndCount with TOTAL_SCAN_CAP=10. - Update acceptance handlers and fixture for the new feed-query-performance spec, and add entry-count wrappers for bounded-read assertions. By coder.