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
feat: preserve archived event states via metadata-only archiving (#1427)
* feat: preserve archived event states via metadata-only archiving
Archiving and restoring are now non-destructive metadata operations that
leave Market.state untouched, so archived events keep their terminal
Resolved/Cancelled state and remain discoverable by status. Adds a new
query_archived_events view, metadata-driven is_archived/unarchive with
legacy back-compat, reworked lifecycle validation, and an error-code fix
(CannotRestoreFromState 444 -> 447). Includes archive discoverability
integration tests.
Generated with Codebuff 🤖
Co-Authored-By: Codebuff <noreply@codebuff.com>
* fixed budget cl failing
---------
Co-authored-by: Codebuff <noreply@codebuff.com>
0 commit comments