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

Release 0.5 #68

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Release 0.5 #68

wants to merge 24 commits into from

Commits on Jul 13, 2024

  1. move to 0.5 alpha release

    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    97e8ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b77f0 View commit details
    Browse the repository at this point in the history
  3. gitignore ptau files

    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    284e60f View commit details
    Browse the repository at this point in the history
  4. deprecate circom1

    cleanup dead code
    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    021c269 View commit details
    Browse the repository at this point in the history
  5. update safe circuit (circuit2) code

    fix safe circuit
    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    44eae79 View commit details
    Browse the repository at this point in the history
  6. remove the test case as we no longer have circom to reproduce it

    remove unused file
    
    remove further smt stuff
    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4861072 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e982e3 View commit details
    Browse the repository at this point in the history
  8. fix groth16 tests

    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    79a070f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94faeaf View commit details
    Browse the repository at this point in the history
  10. edit msg

    mmagician committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1c2e578 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. remove unused files

    mmagician committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bc2c1a5 View commit details
    Browse the repository at this point in the history
  2. removed unused version key from rust-toolchain.toml, use latest s…

    …table
    
    Co-authored-by: jakehemmerle <[email protected]>
    mmagician and jakehemmerle committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0a8d371 View commit details
    Browse the repository at this point in the history
  3. use stable rust in CI

    mmagician committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7045748 View commit details
    Browse the repository at this point in the history
  4. inline code

    mmagician committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ad2a672 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6cde19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04d75b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    d8d18f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3bfb81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdecd2f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Aug 23, 2024

  1. fix: Wasm compilation for wasm32-wasi target (#74)

    After forcing `wasmer-wasix` to use the `js` feature when the
    `circom-compat/js` feature is enabled. As well as forcing `wasmer/js`
    and otherwise, `wasmer/default`. The crate can now successfully compile
    to wasm.
    
    Resolves: #73
    CPerezz committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    83b3061 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. ignore cargo.lock

    mmagician committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7fc7ff3 View commit details
    Browse the repository at this point in the history
  2. update wasix version

    mmagician committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    705dd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e8051d View commit details
    Browse the repository at this point in the history