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

zkVM: change segment storage behavior #1483

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

zkVM: change segment storage behavior #1483

wants to merge 10 commits into from

Commits on Feb 27, 2024

  1. zkVM: add limit segments that can be stored in RAM

    TODO: add support for client/server
    SchmErik committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b95ba90 View commit details
    Browse the repository at this point in the history
  2. client/server: add support for segment storage

    From segments less than the limit, they will be stored in memory. For
    segments beyond the limit, we will store on disk...
    SchmErik committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cf8e862 View commit details
    Browse the repository at this point in the history
  3. fix build issue

    SchmErik committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a603f87 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. add test

    SchmErik committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    696dbae View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    1333190 View commit details
    Browse the repository at this point in the history
  2. add lock file changes

    SchmErik committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5668336 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    07a2661 View commit details
    Browse the repository at this point in the history
  2. add missing symbol

    SchmErik committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    613bd43 View commit details
    Browse the repository at this point in the history
  3. fix clippy warning

    SchmErik committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9057b3c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    ed3e72e View commit details
    Browse the repository at this point in the history