#086: Implement Contract State Archival Strategy
Category: [CONTRACT]
Difficulty: ● HARD
Tags: soroban, storage, archival, smart-contract, performance
Description
Develop and implement a strategy for managing Soroban's state archival requirements. This involves identifying which contract data (e.g., historical payroll runs, old employee records) should be moved to "persistent" storage vs. "temporary" storage, and implementing the necessary logic to extend the TTL (Time-To-Live) of critical entries.
Acceptance Criteria
#086: Implement Contract State Archival Strategy
Category: [CONTRACT]
Difficulty: ● HARD
Tags:
soroban,storage,archival,smart-contract,performanceDescription
Develop and implement a strategy for managing Soroban's state archival requirements. This involves identifying which contract data (e.g., historical payroll runs, old employee records) should be moved to "persistent" storage vs. "temporary" storage, and implementing the necessary logic to extend the TTL (Time-To-Live) of critical entries.
Acceptance Criteria
bump_ttlfunction for critical data (e.g., active balances, organization config).