Problem
The parameters-contract/storage.rs does not define PERSISTENT_TTL_THRESHOLD and PERSISTENT_TTL_EXTEND_TO constants. Other contracts have these in their storage.rs.
What To Build
- Add TTL constants matching other contracts
- Apply extend_ttl() on all persistent writes
Files To Touch
- contracts/parameters-contract/src/storage.rs
Acceptance Criteria
Mandatory Checks
Problem
The parameters-contract/storage.rs does not define PERSISTENT_TTL_THRESHOLD and PERSISTENT_TTL_EXTEND_TO constants. Other contracts have these in their storage.rs.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks