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

Merge develop back to main #181

Merged
merged 196 commits into from
Oct 16, 2023
Merged

Merge develop back to main #181

merged 196 commits into from
Oct 16, 2023

Commits on Jun 5, 2023

  1. Merge pull request #33 from o1-labs/fix/wasm-build-develop

    Fix Wasm build DEVELOP
    mitschabaude committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    effaa01 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    7df774b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b87c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #37 from o1-labs/feature/fixup-proof-system-serial…

    …ization
    
    Fixup bindings for hex serialization
    mitschabaude committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ef552a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

    mitschabaude committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e709682 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from o1-labs/merge-main-develop

    Merge main into develop
    mitschabaude committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0d3ccff View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

    mitschabaude committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4ac0036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0202843 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge pull request #50 from o1-labs/feature/revive-snarkyjs-ci-develop

    Blocking SnarkyJS CI tests
    mitschabaude committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    29ffb32 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    985536a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6763ac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    50a5281 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from o1-labs/dannywillems/main-into-develop

    Merge main into develop
    dannywillems committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dc12b76 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Run prettier on bindings.js

    Use
    ```
    npm install -g prettier
    prettier -w bindings.js
    ```
    
    Initially 53b6f8b
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d4f9616 View commit details
    Browse the repository at this point in the history
  2. wasm/{wasm_vector, plonk_proof?: move WasmVecVecF{p,q}

    Move into wasm_vector instead of plonk_proof to reuse the structure in other
    files, without depending on the whole macros
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e946979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f87442d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a44d15f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from o1-labs/dannywillems/run-prettier-on-bind…

    …ings-js
    
    Run prettier on bindings.js
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4465014 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #70 from o1-labs/dannywillems/extract-wasmvecvec

    Extract WasmVecVec to use it later
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fdd67e4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #71 from o1-labs/dannywillems/define-wasm-lookup-t…

    …ables
    
    Define wasm lookup tables
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e715478 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #73 from o1-labs/dannywillems/define-wasm-runtime-…

    …table-cfg
    
    Define wasm runtime table cfg
    dannywillems committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4875ac6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    aea34b7 View commit details
    Browse the repository at this point in the history
  2. update bindings

    mitschabaude committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d3bef40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from o1-labs/merge-main-develop

    Merge main into develop
    mitschabaude committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b8342e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    af7aac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a257145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3613c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6880ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0b6b24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9c0cca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79bdbd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4697a14 View commit details
    Browse the repository at this point in the history
  9. Run npm run bindings

    dannywillems committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aaa0d26 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. Merge pull request #89 from o1-labs/feature/evaluate-selectors_develop

    [develop] Update bindings for evaluated selectors
    rbonichon committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1f709e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Merge branch 'feature/evaluate-selectors_develop' into feature/evalua…

    …te-optional-gate-selectors_develop
    mrmr1993 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4c7596e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/evaluate-optional-gate-selectors_develop' into …

    …feature/stop-linearizing-optional-gate-selectors_develop
    mrmr1993 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1a75a69 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/stop-linearizing-optional-gate-selectors_develo…

    …p' into feature/remove-special-casing-of-lookups_develop
    mrmr1993 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b707522 View commit details
    Browse the repository at this point in the history
  4. Update bindings

    mrmr1993 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6ec1d8f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update bindings

    mrmr1993 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7612233 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/remove-special-casing-of-lookups_develop' into …

    …feature/evaluate-lookup-selectors_develop
    mrmr1993 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fcd962a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #90 from o1-labs/feature/evaluate-optional-gate-se…

    …lectors_develop
    
    [develop] Update bindings for optional column evaluations
    mitschabaude committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    62d0b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4998f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db5b54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92 from o1-labs/feature/stop-linearizing-optional…

    …-gate-selectors_develop
    
    [develop] Expose and use overrideWrapDomain
    mitschabaude committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6e0ce7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0866575 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95 from o1-labs/feature/evaluate-lookup-selectors…

    …_develop
    
    [develop] Evaluate lookup selectors + Remove special-casing of lookup-related columns
    mitschabaude committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6aba5bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a6cceb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    4cd4b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a60367 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #100 from o1-labs/dannywillems/add-gh-actions-for-…

    …prettier
    
    [develop] add GitHub actions for prettier
    dannywillems committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d1b7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4583b4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3fef7d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. update worker spec

    mitschabaude authored and dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    88e7090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf2a3f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b255ba8 View commit details
    Browse the repository at this point in the history
  4. kimchi/js/bindings.js: unify field access of caml record

    It also makes the code clearer.
    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    927dc1d View commit details
    Browse the repository at this point in the history
  5. Run npm run bindings

    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    410a97b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #104 from o1-labs/dannywillems/quickfix-prettier

    [develop] Remove commas for the last parameters in bindings.js
    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d72b7d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f5aaee View commit details
    Browse the repository at this point in the history
  8. Remove lookup tables converters

    Will be reintroduced later
    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    96ba0ae View commit details
    Browse the repository at this point in the history
  9. Remove runtime table converters

    Will be reintroduced later
    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6070f67 View commit details
    Browse the repository at this point in the history
  10. Remove caml_is_empty_array_caml_array and caml_create_rust_empty_vector

    It is equivalent to caml_array_to_rust_vector with an empty array
    dannywillems committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1d75029 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    198b623 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #79 from o1-labs/dannywillems/add-runtime-table-cf…

    …g-to-prover-index-creation
    
    [develop] Bindings - add runtime table cfg to prover index creation
    dannywillems committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b84776e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218c4b4 View commit details
    Browse the repository at this point in the history
  3. Run npm run bindings

    dannywillems committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    15df3a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52f14c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    627aa1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e398193 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9468708 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dce1393 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    013c585 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f2dc63 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #109 from o1-labs/dannywillems/merge-berkeley-into…

    …-develop-20230802
    
    Merge berkeley into develop
    dannywillems committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    147b235 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b624144 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc1e0db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d31d51 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d1ba42d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02831a1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    edb7069 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    601ac27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc142bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from o1-labs/dannywillems/add-lookup-table-to-…

    …prover-index-creation
    
    [develop] Bindings - add lookup table to prover index creation
    dannywillems committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    22b9fbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from o1-labs/dannywillems/runtime-table-to-prover

    [develop] Bindings - pass runtime tables to proof creation
    dannywillems committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bf96c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    631750b View commit details
    Browse the repository at this point in the history
  6. Run the following command:

    prettier -w kimchi/js/js_backend/*.js kimchi/js/node_js/node_backend.js kimchi/js/web/web_backend.js
    dannywillems committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    47fd484 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab08479 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #107 from o1-labs/dannywillems/gh-lint-add-more-ch…

    …ecks
    
    Check more files in CI with prettier
    dannywillems committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b24ff40 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    37bf643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ee04a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge pull request #106 from o1-labs/dannywillems/snarkyjs-joo-global…

    …-object-deprecated
    
    [develop] Replace joo_global_object by globalThis
    dannywillems committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9d26a8b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    442c808 View commit details
    Browse the repository at this point in the history
  2. prettier

    mitschabaude committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    af61721 View commit details
    Browse the repository at this point in the history
  3. Introduce different Wasm equivalent types and add lookup verif index

    Added wasm structures:
    - WasmLookupVerifierIndex
    - WasmLookupSelectors
    
    Fix MinaProtocol/mina#13475
    dannywillems committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3bfa0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c52387b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a048142 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #114 from o1-labs/dannywillems/lookup-verifier-index

    [develop] Add lookup verifier index
    dannywillems committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c5c204c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaa2d3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    636361e View commit details
    Browse the repository at this point in the history
  9. bindings.js: remove TODO

    dannywillems committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ad41180 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94fc3e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b15734d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #110 from o1-labs/dannywillems/expose-lookup-commi…

    …tments
    
    [develop] Expose lookup commitments
    dannywillems committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4dd9c39 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. update bindings

    mitschabaude committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2088f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77e99a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    12f1b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0090a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4b4372 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    327e5e2 View commit details
    Browse the repository at this point in the history
  2. update bindings

    mitschabaude committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2905826 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Merge pull request #124 from o1-labs/perf/loading-time-develop

    Reduce snarkyjs loading time - DEVELOP
    mitschabaude committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c55cd62 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    f0a2fc7 View commit details
    Browse the repository at this point in the history
  2. Update bindings_js_test with new optional commitments

    Note that the check on the None values are important. We can not just ignore the
    None values.
    dannywillems committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    776bf54 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #130 from o1-labs/feature/custom-gates-develop

    [develop] Support custom gates in pickles (part 1)
    dannywillems committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f409a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b99c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. wasm: update verifier index

    Expand verification evals to contain newly introduced fields.
    rbonichon committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6f9f965 View commit details
    Browse the repository at this point in the history
  2. wasm/js: add support for new commitments in bindings

    Add the conversions to/fro updated verification evals
    rbonichon committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    982a24d View commit details
    Browse the repository at this point in the history
  3. Update compiled bindings

    rbonichon committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b7aa098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c27ee6a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Fixup bindings test

    mrmr1993 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6896e84 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge commit '776bf54f82739c5fd7a30b1cc1fa1bd3c0f04833' into merge-ba…

    …ck-to-develop-2023-09-05
    mrmr1993 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4287458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4fa37 View commit details
    Browse the repository at this point in the history
  3. Rerun npm run bindings

    dannywillems committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9bfd74d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request #135 from o1-labs/dannywillems/fixup-merge-back-to…

    …-develop-2023-09-05
    
    Rerun npm run bindings
    rbonichon committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    dd558c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afaab91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b09c41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #126 from o1-labs/dannywillems/lookup-gate-runtime

    [develop] Improve Lookup constraint to support runtime tables
    dannywillems committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9465fcd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    53f6ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443b053 View commit details
    Browse the repository at this point in the history
  3. Update generated bindings

    rbonichon committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7eb4ecf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. update bindings

    mitschabaude committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8ed0c38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from o1-labs/feature/custom-gates

    Custom gates support
    rbonichon committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    415e02a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    c0a30a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2ab9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d40dd6c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #131 from o1-labs/feature/fix-chunked-commitments

    Update bindings for additional public input evaluation
    mitschabaude committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    633b16c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from o1-labs/feature/chunked-zero-knowledge

    Update bindings for chunked zero-knowledge
    mitschabaude committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4621e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge commit 'd40dd6c6a5517bbebd3c77abd54c2f9813724d7f' into merge-ba…

    …ck-to-develop-2023-09-19
    mrmr1993 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    36085eb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    e8190b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc797ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e5ee83 View commit details
    Browse the repository at this point in the history
  4. DlogVerifierIndex: reorganize struct fields

    Stay in line with struct in proof-systems. Ease reading.
    dannywillems committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a5a0ee4 View commit details
    Browse the repository at this point in the history
  5. Remove old struct field

    dannywillems committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4bd37c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b3481a View commit details
    Browse the repository at this point in the history
  7. Import SRS as ISRS

    We should avoid the conflict with the actual implementation SRS
    dannywillems committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    efbc702 View commit details
    Browse the repository at this point in the history
  8. Partially reversed d40dd6c

    dannywillems committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f4120c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4bff28 View commit details
    Browse the repository at this point in the history
  10. Run cargo fmt

    dannywillems committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    88a1f3e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update rust version to nightly release close to 1.72

    This matches the stable version of proof-systems and Mina.
    rbonichon authored and dannywillems committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3a749b4 View commit details
    Browse the repository at this point in the history
  2. Cargo update

    rbonichon authored and dannywillems committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d9619c7 View commit details
    Browse the repository at this point in the history
  3. Run prettifier

    dannywillems committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7cd9227 View commit details
    Browse the repository at this point in the history
  4. Updating artefacts

    dannywillems committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a42c629 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64b0fb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcb3c0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41e558d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9020c24 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b75c43 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    ef8d407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dafa52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa83e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e70e5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3960df8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f398ca View commit details
    Browse the repository at this point in the history
  7. Merge commit '36085eb385451495bf2aa5641be71e9a2fcf880a' into dannywil…

    …lems/bump-up-bindings-20230920
    mrmr1993 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3854f1f View commit details
    Browse the repository at this point in the history
  8. Fixup compilation for WASM

    mrmr1993 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a41ad64 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #153 from o1-labs/dannywillems/bump-up-bindings-20…

    …230920
    
    Update bindings to be in line with proof-systems develop
    dannywillems committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    91547b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2aaa35 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request #158 from o1-labs/rb/update-rust-version

    Update rust version to 1.72
    dannywillems committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7f89e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    75fa598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c89de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1214ed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9586ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #175 from o1-labs/feat/fix-wasm-bindgen-init

    Fix wasm bindgen init
    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e3ed383 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #168 from o1-labs/dannywillems/attempt-to-bump-up-…

    …wasm-bindgen-to-0.2.85
    
    [develop] Update bindings to use wasm-bindgen 0.2.85
    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a753318 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc36432 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24afe4e View commit details
    Browse the repository at this point in the history
  9. add runtime table types

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6199c6a View commit details
    Browse the repository at this point in the history
  10. runtime tables to rust

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    93738b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48704ad View commit details
    Browse the repository at this point in the history
  12. fixup

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6cbc658 View commit details
    Browse the repository at this point in the history
  13. fixup

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a94ef3d View commit details
    Browse the repository at this point in the history
  14. fix build script

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2541f7d View commit details
    Browse the repository at this point in the history
  15. updated wasm types

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f7255e3 View commit details
    Browse the repository at this point in the history
  16. fix __wbg_ptr

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    371f59f View commit details
    Browse the repository at this point in the history
  17. update proof type

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6287c02 View commit details
    Browse the repository at this point in the history
  18. update bindings

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    014c1f2 View commit details
    Browse the repository at this point in the history
  19. run prettier

    mitschabaude committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d8de117 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. revert useless changes

    mitschabaude committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b14af91 View commit details
    Browse the repository at this point in the history
  2. remove TODO comments

    mitschabaude committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fb683bf View commit details
    Browse the repository at this point in the history
  3. custom lint yaml

    mitschabaude committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6598170 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request #176 from o1-labs/merge-main-develop

    Merge main and adapt TS bindings to develop
    mitschabaude committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    256e160 View commit details
    Browse the repository at this point in the history
  2. update bindings

    mitschabaude committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    046712c View commit details
    Browse the repository at this point in the history