Description
Allow previously deactivated assets to be restored without recreating their state.
Requirements and context
- Restore action
- Permission checks
- State continuity
- Event emission
- Validation
Suggested execution
Fork the repo and create a branch
git checkout -b feature/contract-asset-restore
Implement changes
- Add restore function to the contract
- Preserve previous asset data
- Emit restore events
- Add tests
- Document restore behavior
Example commit message
feat: add asset restore function
Guidelines
- Assignment required before starting
- PR must include a closing reference to this issue
- Timeframe: 72 hours
Description
Allow previously deactivated assets to be restored without recreating their state.
Requirements and context
Suggested execution
Fork the repo and create a branch
Implement changes
Example commit message
Guidelines