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
## Description
Add helper functions for migrating contract state between versions without breaking stored data.
## Requirements and context
- Versioned migrations
Forward compatibility
Validation checks
Safe rollback path
Event emission
Documentation
Suggested execution
Fork the repo and create a branch
Implement changes
Validate old and new state shapes
Expose migration entrypoints
Add contract tests
Document migration strategy
Example commit message
Guidelines