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

[WIP][Persistence] Adds save and load CLI functions #946

Closed
wants to merge 12 commits into from

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    d43588f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411e64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8e140 View commit details
    Browse the repository at this point in the history
  4. [fixup] s/tmpdir/tmpDir/

    dylanlott committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    df33eda View commit details
    Browse the repository at this point in the history
  5. [wip] introduces worldStateJson struct

    * introduces the worldStateJson struct to properly export the necessary
    fields for worldstate marshaling and unmarshaling
    * test still fails though
    dylanlott committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c054b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cde5b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abce4d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5571a40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28dd2e1 View commit details
    Browse the repository at this point in the history
  10. [chore] adds persistence functions to testutil

    * adds test utilities for setting up persistence module mocks
    dylanlott committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bda5358 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a6b89d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c75f0e View commit details
    Browse the repository at this point in the history