mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
- Add addrPostHeights and postLikes LevelDB stores to psf-memo-db. - Update PostQuery to use addrPostHeights for /posts/by/:addr and postLikes for per-post counts. - Add backfill utility for the new indexes. - Update indexer to write addrPostHeights (posts/replies) and postLikes entries. - Add acceptance handlers and unit tests for the new behavior. By coder.