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

optimized verifier update #130

Merged
merged 22 commits into from
Sep 27, 2023
Merged

optimized verifier update #130

merged 22 commits into from
Sep 27, 2023

Commits on Sep 7, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    4623b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628a806 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    4053d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730452f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    07a4b34 View commit details
    Browse the repository at this point in the history
  2. update test params and add docs

    tests still break
    dcbuild3r committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e06a177 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. update verifiers

    test fail
    dcbuild3r committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a6f59aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1635d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44476b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db8be57 View commit details
    Browse the repository at this point in the history
  5. remove invalid commitment test

    we no longer need it because we make sure the commitments are valid off-chain within the circuit
    dcbuild3r committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e8ff2fb View commit details
    Browse the repository at this point in the history
  6. remove unreduced element test

    we no longer need it because we make sure elements are reduced off-chain within the circuit
    dcbuild3r committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    85b3bc6 View commit details
    Browse the repository at this point in the history
  7. fix tests

    optimized verifier test still broken
    dcbuild3r committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    67d3bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. new optimized verifier

    test still broken
    dcbuild3r committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b6eb7c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix interface errors

    proof invalid error
    dcbuild3r committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f869014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892fc80 View commit details
    Browse the repository at this point in the history
  3. add natspec explainer

    dcbuild3r committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5d86329 View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    dcbuild3r committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b7fd8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ea1185 View commit details
    Browse the repository at this point in the history
  6. Revert "remove unused old enums, events and errors"

    This reverts commit 4ea1185.
    0xKitsune committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0c922ed View commit details
    Browse the repository at this point in the history
  7. add dev comments

    dcbuild3r committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0f92d6c View commit details
    Browse the repository at this point in the history