Summary
The contract's persistent storage layout is undocumented, making it difficult for new contributors to understand what is stored, under which keys, and for how long. A reference document should describe the full storage layout and the key naming conventions used.
Scope
- List every persistent storage key used by the contract
- For each key: key format, data type stored, TTL policy, and which functions read and write it
- Document the naming convention used for composite keys (e.g. creator + holder balance keys)
- Include a note on TTL extension triggers and the minimum ledger threshold that triggers extension
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The contract's persistent storage layout is undocumented, making it difficult for new contributors to understand what is stored, under which keys, and for how long. A reference document should describe the full storage layout and the key naming conventions used.
Scope
Acceptance Criteria
docs/in the contracts repoETA: 12 hours
Coordinate on Telegram