Summary
Verify upgrades do not corrupt or misread existing contract storage.
Problem
State schema changes can break compatibility without obvious failures.
Acceptance Criteria
- Test upgrade paths against existing saved state
- Validate storage compatibility and conversions
- Add regression checks for historic data
- Document migration steps and rollback expectations
Summary
Verify upgrades do not corrupt or misread existing contract storage.
Problem
State schema changes can break compatibility without obvious failures.
Acceptance Criteria