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

chore: Update for latest Sphinx #298

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

chore: Update for latest Sphinx #298

wants to merge 2 commits into from

Commits on Oct 22, 2024

  1. chore: Update for Sphinx v1.0.0-rc.1

    A handful of minor changes to be cleaned up later:
    
    * `MachineAir` needs to be `'static + Send + Sync`, which meant removing
    many references in Lair structs
    * The `prove` method is now a part of `DefaultProver`
    * We apparently need to shard before proving
    
    Consider this commit as "something that works" rather than "something
    good", a short list of things to clean up in follow-ups:
    
    * Re-add sharing between Funcs, Toplevel, etc
    * Factor out prove/verify code into our own Prover types
    * Explicit sharding support in the prover
    wwared authored and huitseeker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d0b7afa View commit details
    Browse the repository at this point in the history
  2. chore: Point at sphinx#186 instead

    wwared authored and huitseeker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c20fd0c View commit details
    Browse the repository at this point in the history