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

Update snark-verifier version to match the one of zeropool-near #24

Merged
merged 5 commits into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. add rust-toolchain

    gnull committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e0877bb View commit details
    Browse the repository at this point in the history
  2. Use more recent versions of Plonk/Halo2 libraries

    This commit makes fawkes-crypto use more recent library versions
    compatible with our new verifier optimized for NEAR [1] and its use in
    ZeroPool implementation [2]. For some libraries, we just use a different
    tag, for others we move to (slightly modifed) forks.
    
    [1]: https://github.com/zeropoolnetwork/near-halo2-verifier
    [2]: https://github.com/zeropoolnetwork/zeropool-near/
    gnull committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    28d065a View commit details
    Browse the repository at this point in the history
  3. Make Plonk backend build with newer versions of Halo2-related libraries

    The previous commit has updated versions of Halo2-related libraries
    we use. This technical commit accomodates the API changes that those
    libraries brought.  We fix the PrimeField conversions to work with
    new types and inline the use of gen_proof function since its use was
    introducing ambiguity in types.
    gnull committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9838a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd872ca View commit details
    Browse the repository at this point in the history
  5. update Cargo.lock

    gnull committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    aea56b6 View commit details
    Browse the repository at this point in the history