8000 Comparing v0.7.4...v0.7.5 · iden3/snarkjs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: iden3/snarkjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.4
Choose a base ref
...
head repository: iden3/snarkjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.5
Choose a head ref
  • 14 commits
  • 48 files changed
  • 7 contributors

Commits on Jul 25, 2024

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

Commits on Aug 1, 2024

  1. Merge pull request #512 from iden3/chore/export-curves

    Export curves
    OBrezhniev authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7a37590 View commit details
    Browse the repository at this point in the history
  2. chore: Bump braces from 3.0.2 to 3.0.3 in /smart_contract_tests (#508)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Oleksandr Brezhniev <oleksandr.brezhniev@gmail.com>
    dependabot[bot] and OBrezhniev authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    522d483 View commit details
    Browse the repository at this point in the history
  3. fix: remove redundant hardhat/console.sol (#464)

    Co-authored-by: Oleksandr Brezhniev <oleksandr.brezhniev@gmail.com>
    wp-lai and OBrezhniev authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b853d5e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore: Bump ws and puppeteer in /browser_tests (#513)

    Bumps [ws](https://github.com/websockets/ws) to 8.18.0 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together.
    
    
    Updates `ws` from 8.13.0 to 8.18.0
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.13.0...8.18.0)
    
    Updates `puppeteer` from 20.2.0 to 22.15.0
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v20.2.0...puppeteer-v22.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    - dependency-name: puppeteer
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Oleksandr Brezhniev <oleksandr.brezhniev@gmail.com>
    dependabot[bot] and OBrezhniev authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8e43a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: Bump mocha from 10.2.0 to 10.7.3 (#515)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.7.3.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.2.0...v10.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2024
    10000
    Configuration menu
    Copy the full SHA
    5ef268a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c570a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix spelling (#525)

    OBrezhniev authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0c580e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update README.md (#529)

    * Update README.md
    
    Added witness calculation example using snarkjs itself.
    Smaller fixes and notes
    
    * Update README.md
    
    Fix
    
    * Grammar fixes
    OBrezhniev authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9e6cfc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Support for wtns calc and prover options (#517)

    * Use circom_runtime which supports memSize option. Passing options in wtns debug too.
    
    * chore: add 'options' parameter to 'groth16FullProve', and pass it through to 'wtns_calculate' (#519)
    
    * chore: add 'options' parameter to 'groth16FullProve', and pass it through to 'wtns_calculate'
    
    * options -> wtnsCalcOptions
    
    * also add wtnsCalcOptions argument to plonk_full_prove and fflonk_full_prove
    
    * Add missing param
    
    * Review fix
    
    * Update with fixes of circom_runtime
    
    * Use released version of circom_runtime and update deps
    
    * Build
    
    * Build
    
    * fix puppeteer (#534)
    
    * Trying to fix puppeteer
    
    * Disable the sandbox to run in GHA
    
    * Allow passing prover options (singleThread) (#533)
    
    * Allow passing prover options. First one is singleThread param for curve threadManager.
    
    * Verify proofs for both multithreaded and singlethreaded generation
    
    ---------
    
    Co-authored-by: Ivan Chub <ichub@users.noreply.github.com>
    OBrezhniev and ichub authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    99eb19e View commit details
    Browse the repository at this point in the history
  2. fix groth16 verifier pub signals check (#518)

    Co-authored-by: Jordi Baylina <jordi@baylina.cat>
    Arvolear and jbaylina authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6519198 View commit details
    Browse the repository at this point in the history
  3. Update ffjavascript and circom_runtime (#535)

    Co-authored-by: Jordi Baylina <jordi@baylina.cat>
    OBrezhniev and jbaylina authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8ceee1d View commit details
    Browse the repository at this point in the history
  4. build

    jbaylina committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    91c50ce View commit details
    Browse the repository at this point in the history
  5. 0.7.5

    jbaylina committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0e0126f View commit details
    Browse the repository at this point in the history
Loading
0