Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Moonsong-Labs/stone-prover-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: Moonsong-Labs/stone-prover-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    e83024b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172ee47 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Feature: specify verifier when generating proof (#10)

    Problem: the proofs generated by the CLI are not compatible with the L1
    verifier.
    
    Solution: add a `--verifier` flag that lets the user decide for which
    verifier the proof needs to be optimized.
    
    Added the `--allow-missing-builtins` flag for testing with the
    bootloader.
    odesenfans authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d2e5f8e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix: remove --program-input from CLI (#11)

    Problem: the program input is usually loaded through hints. These hints
    depend on each program and must be reimplemented for each program. As
    the CLI cannot load hints dynamically, this means that it is impossible
    to load program inputs in a generic way.
    
    Solution: remove the option entirely. If you need to run a program with
    custom hints, use the Python VM `cairo-run` for now.
    Olivier Desenfans authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a140891 View commit details
    Browse the repository at this point in the history
  2. Feature: let user specify fact topologies path (#12)

    Problem: the user cannot specify the fact topologies file as output of
    the bootloader execution.
    
    Solution: use the latest version of the SDK that supports this option
    and add a `--fact-topologies-file` option.
    Olivier Desenfans authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fbaccc5 View commit details
    Browse the repository at this point in the history
  3. Release: v0.2.0 (#13)

    Olivier Desenfans authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2a14460 View commit details
    Browse the repository at this point in the history
Loading