You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #35's registry audit moved stealth-registry to persistent storage for scalability. wraith-names still uses instance storage in places, which has the same scaling concern. Audit + migrate.
Scope
Audit every env.storage().instance() call in wraith-names
For each, determine: stay instance (small fixed metadata) or migrate to persistent (per-name data)
Migration is breaking if data is already deployed; coordinate with deploy story
Tier: M (2-4 days) Type: refactor
Context
PR #35's registry audit moved
stealth-registryto persistent storage for scalability.wraith-namesstill uses instance storage in places, which has the same scaling concern. Audit + migrate.Scope
env.storage().instance()call inwraith-nameswraith-names#50 in this wave) to matchAcceptance criteria
wraith-names/STORAGE.mdFiles to start with
stellar/wraith-names/src/lib.rsstellar/stealth-registry/src/lib.rs(persistent storage reference)