mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Add unit tests for the profileRecency backfill and recent-profiles read path that kill the language-mutation survivors: status-tip confirmation (no tip, exact tip), exclusion of addresses without a profile, replies, and polls, malformed addrPostHeight entries, missing optional stores, seen/height defaulting, stale-record removal, and the height/seen/address comparator tie-breakers. Tighten the indexer recency tests the same way and assert the set-profile text and max-size boundary. Refresh the mutate4javascript manifests and write the gherkin-mutator acceptance mutation metadata for the changed features. By architect.
psf-memo-db Specifications
This directory holds Gherkin feature files that specify the LevelDB REST API: CRUD routes, query endpoints, backup/restore, and health checks.
Feature files here exercise psf-memo-db in isolation. Cross-component
features that also touch the client or indexer are tracked in the root backlog
at specs/feature-backlog.md.
Conventions
- Use
Feature:, one optionalBackground:,ScenarioorScenario Outline:. - Name each scenario
Feature Name - N. - List scenario names in a
#comment immediately before theFeature:line. - Use
<parameter>placeholders for mutation-relevant values.