Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(states): Add state machine persistence and serialization support #573

Draft
wants to merge 2 commits into
base: efe/state-machines
Choose a base branch
from

Conversation

mmtftr
Copy link

@mmtftr mmtftr commented Feb 28, 2025

  • Implement database storage for state machines (kickoff and round)
  • Add serde serialization/deserialization for state machine types
  • Create new database schema for state machine persistence
  • Implement load_from_db and save_state_to_db methods in StateManager
  • Add owner type tracking and serialization support
  • Enhance state machine handling with improved error reporting

Description

Describe what this pull request does, here.

Linked Issues

  • Closes # (issue, if applicable)
  • Related to # (issue)

Testing

Describe how these changes were tested. If you've added new features, have you
added unit tests?

Docs

Describe where this code is documented. If it changes a documented interface,
have the docs been updated?

- Implement database storage for state machines (kickoff and round)
- Add serde serialization/deserialization for state machine types
- Create new database schema for state machine persistence
- Implement load_from_db and save_state_to_db methods in StateManager
- Add owner type tracking and serialization support
- Enhance state machine handling with improved error reporting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant