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 into master (after a while) #2734

Merged
merged 219 commits into from
Nov 1, 2024

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    8b84ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd2ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3be0857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47d47ae View commit details
    Browse the repository at this point in the history
  5. Remove unused gates

    mrmr1993 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2b42287 View commit details
    Browse the repository at this point in the history
  6. Remove optional gates

    mrmr1993 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8356aab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d7cbbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df13da2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ae7048 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdd3ad7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09a88a7 View commit details
    Browse the repository at this point in the history
  12. Skip unnecessary columns

    mrmr1993 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b34953f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    762c751 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    25fff6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d881374 View commit details
    Browse the repository at this point in the history
  16. Remove unused code

    mrmr1993 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cbdbfa3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    929b288 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ae68310 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    df13474 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9509fb View commit details
    Browse the repository at this point in the history
  21. Remove unused code

    mrmr1993 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7d7f071 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    971aa2a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a402e4e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c91a141 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fac2ad1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    beea102 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2e2a182 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    687a22c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90ec83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e28bc13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65abba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b163c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2deb9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4ba204 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e3bee1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    110b71a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0499de View commit details
    Browse the repository at this point in the history
  11. Fix clippy lints

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

Commits on Jan 7, 2024

  1. Merge pull request #1671 from o1-labs/feature/fix-bad-actor-crate-dep…

    …-berkeley
    
    [berkeley] Fix CI, and stop `time` crate from periodically breaking CI
    dannywillems authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    caf1537 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    6698089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707e5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f028db6 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    volhovm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9e4756f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #1185 from o1-labs/feature/public-input-only-prover

    [berkeley] Dedicated prover for a minimal circuit with given public input
    volhovm authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5454a5d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. CI: use cargo-nextest@=0.9.67 instead of latest

    From 0.9.68, nextest is only available from 1.73.
    dannywillems committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    588fd6a View commit details
    Browse the repository at this point in the history
  2. Utils: ensuring that the requested number of chunks is returned

    As noted in the trait documentation.
    
    When we do Vec::with_capacity(n), it does NOT mean that the vector is going to
    be of size n , and not more.
    It does only mean that, initially, the vector will point to an allocated
    contiguous piece of memory that can handle n elements of the type parameter of
    your vector. It might be reallocating if you try to push n + 1 elements.
    
    Source: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.with_capacity.
    
    Therefore, if you want to enforce your vector to be of size n, and not more, you
    must verify it yourself.
    dannywillems committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0b6340c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25e379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de77b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff3bf8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2013 from o1-labs/dw/nextest-develop

    [develop] CI: use cargo-nextest@=0.9.67 instead of latest
    dannywillems authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0f6fecf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix test_commit chunking issue

    After enforcing chunking size to be as expected (See PR #2010) the
    test_commit became flaky. The issue was related to the sometimes
    appearing polynomials of zero degree: whereas previous code would
    always create at least one chunk, the new code was sometimes requiring
    and creating zero chunks.
    
    This commit restores the behaviour of the code before while preserving
    the explicit nature of requesting chunks.
    volhovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6682dfd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #2012 from o1-labs/dw/fix-nb-chunks-develop

    [develop] Utils: ensuring that the requested number of chunks is returned
    dannywillems authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    54e8723 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    8c091d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa69db1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3080e View commit details
    Browse the repository at this point in the history
  4. Wholely exposition batman!

    mrmr1993 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2a17572 View commit details
    Browse the repository at this point in the history
  5. Adding a simple comment

    As a reminder that the method len returns the number of polynomials, and not the
    domain size or something else. It might be confusing when we don't remember what
    lookup_table8 is.
    dannywillems authored and mrmr1993 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    63a32fc View commit details
    Browse the repository at this point in the history
  6. CI: use cargo-nextest@=0.9.67 instead of latest

    From 0.9.68, nextest is only available from 1.73.
    dannywillems authored and mrmr1993 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    065ba4d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2055 from o1-labs/fix/nextest-on-o1js-main

    [o1js-main] CI: use cargo-nextest@=0.9.67 instead of latest
    mrmr1993 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e67ce66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3b3d7f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #2054 from o1-labs/fix/lookup-gate-range-check

    Fix lookup gate with range check table
    mrmr1993 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5c2678e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge develop

    mitschabaude committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    10d5e70 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Vendored depedencies

    joseandro committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e9da8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0384b64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2152 from o1-labs/merge-o1js-main-into-develop

    Merge o1js main into develop
    dannywillems authored May 2, 2024
    Configuration menu
    Copy the full SHA
    5c79cb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c96e9c6 View commit details
    Browse the repository at this point in the history
  5. CI: add --frozen

    dannywillems committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8f4a566 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2153 from o1-labs/dw/suggestion-vendoring

    Suggestion to add to the vendoring PR
    joseandro authored May 2, 2024
    Configuration menu
    Copy the full SHA
    f5da8a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4921c68 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Use the --offline parameter to conform with the way we handle vendore…

    …d depdendencies in Mina CI
    joseandro committed May 8, 2024
    Configuration menu
    Copy the full SHA
    87f21f7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #2150 from o1-labs/vendoring

    Vendored depedencies
    joseandro authored May 9, 2024
    Configuration menu
    Copy the full SHA
    81236e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402adc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ae9c5 View commit details
    Browse the repository at this point in the history
  4. Format fix

    joseandro committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e2f506a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    661c47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a29fcb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2215 from o1-labs/vendoring-develop

    Vendoring develop
    joseandro authored May 10, 2024
    Configuration menu
    Copy the full SHA
    5537952 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    be2760a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6270204 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'vendor-update' of github.com:o1-labs/proof-systems into…

    … vendor-update-develop
    joseandro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1fba1c8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request #2237 from o1-labs/vendor-update-develop

    Vendor update in develop
    joseandro authored May 20, 2024
    Configuration menu
    Copy the full SHA
    57b7f34 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    7cd2acf View commit details
    Browse the repository at this point in the history
  2. Address review comments

    volhovm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d149d2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34aa857 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2476 from o1-labs/volhovm/add-regression-for-past…

    …a-serialization
    
    Add serde_as regression test for pasta
    volhovm authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f3acf46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03393bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2477 from o1-labs/volhovm/setup_with_custom_srs_w…

    …arning
    
    Fix setup_with_custom_srs warning
    dannywillems authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1494cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    fbf57bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5083f View commit details
    Browse the repository at this point in the history
  3. Upgrade utils to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    202ec81 View commit details
    Browse the repository at this point in the history
  4. Upgrade poseidon to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b2c55cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9924d7 View commit details
    Browse the repository at this point in the history
  6. Upgrade groupmap to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    eeb57d1 View commit details
    Browse the repository at this point in the history
  7. Upgrade hasher to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0971b34 View commit details
    Browse the repository at this point in the history
  8. Upgrade signer to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    34ed56a View commit details
    Browse the repository at this point in the history
  9. Upgrade turshi to arkworks 0.4.2

    chiro-hiro authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d8e5cd0 View commit details
    Browse the repository at this point in the history
  10. Convert poly-comm to arkworks 0.4.2

    mrmr1993 authored and volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8bfcba5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8262e85 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbf1a8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d8baa81 View commit details
    Browse the repository at this point in the history
  14. Use compressed serialization

    volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2f8b4f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18233d0 View commit details
    Browse the repository at this point in the history
  16. Fix from_address bug

    volhovm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2c77135 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6866340 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #2474 from o1-labs/volhovm/arkworks042-compatible

    Upgrade to arkworks 0.4.2 (mina compatible / p-s develop)
    volhovm authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a03e92e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Use workspace deps (develop/compatible)

    emberian authored and volhovm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31a21e7 View commit details
    Browse the repository at this point in the history
  2. Downgrade plist

    volhovm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ea044a6 View commit details
    Browse the repository at this point in the history
  3. Allow time=0.3.31

    volhovm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    42c7fcd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update circuit-construction

    volhovm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    57c7ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce148a View commit details
    Browse the repository at this point in the history
  3. Update cargo lock

    volhovm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    07f344d View commit details
    Browse the repository at this point in the history
  4. Downgrate itertools to 0.10.5

    volhovm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    37fa5fb View commit details
    Browse the repository at this point in the history
  5. Downgrade criterion

    volhovm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb9412a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1c6f81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00cccf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39a682f View commit details
    Browse the repository at this point in the history
  9. Refactoring.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    23d8501 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a068b1 View commit details
    Browse the repository at this point in the history
  11. Make default target to be 'release' (no clean), don't run heavy tests…

    … with coverage as part of regular checks, remove flag from coverage uploading to see if it helps with diff processing.
    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0206654 View commit details
    Browse the repository at this point in the history
  12. Actions refactoring.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6a34b34 View commit details
    Browse the repository at this point in the history
  13. Actions refactoring.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    55a52ba View commit details
    Browse the repository at this point in the history
  14. Comments refactoring.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2b56a4a View commit details
    Browse the repository at this point in the history
  15. Cleaning step.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7384b3c View commit details
    Browse the repository at this point in the history
  16. Nightly condition fix.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a9b3fb5 View commit details
    Browse the repository at this point in the history
  17. Add debug logging.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f1f3fe3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    00b4522 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    abf2b15 View commit details
    Browse the repository at this point in the history
  20. CI: bump up setup-ocaml version to v3

    Released earlier this year in July. No big changes.
    Only bumping up to stay up-to-date.
    dannywillems authored and shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f9bb8e View commit details
    Browse the repository at this point in the history
  21. Job rename.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b529f30 View commit details
    Browse the repository at this point in the history
  22. Documentation.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f16e7e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5e58573 View commit details
    Browse the repository at this point in the history
  24. Refactor CI to run tests with the code coverage on self-hosted runner…

    … and make Nightly builds on demand with the coverage report attached to the job execution results rather than upload it to the Codecov to not mess the diff checks.
    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e78e230 View commit details
    Browse the repository at this point in the history
  25. Refactoring.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    903e599 View commit details
    Browse the repository at this point in the history
  26. Step name fix.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b646696 View commit details
    Browse the repository at this point in the history
  27. Heavy tests with coverage are too heavy (3h+), reverting back to non-…

    …heavy, everything else will be executed during the Nightly runs.
    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ce3eac0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    370eedc View commit details
    Browse the repository at this point in the history
  29. Refactor runners selection.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    916fa89 View commit details
    Browse the repository at this point in the history
  30. Comments fix.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    36cda26 View commit details
    Browse the repository at this point in the history
  31. CI.yml changes

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f7f1ca View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7100d83 View commit details
    Browse the repository at this point in the history
  33. Makefile: use nightly for format target

    We do use some unstable feature, like:
    
    ```
    Warning: can't set `indent_style = Block`, unstable features are only available in nightly channel.
    Warning: can't set `imports_granularity = Crate`, unstable features are only available in nightly channel.
    ```
    dannywillems authored and shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    47e2cc5 View commit details
    Browse the repository at this point in the history
  34. Run doc tests with coverage.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12385c1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    33d6a72 View commit details
    Browse the repository at this point in the history
  36. Codecov/patch doc comments.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    af7c7cd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    430182d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ffe8911 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    22649b5 View commit details
    Browse the repository at this point in the history
  40. Revendor

    volhovm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4b68490 View commit details
    Browse the repository at this point in the history
  41. MDBook fixes.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a5b04f View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e72ecc3 View commit details
    Browse the repository at this point in the history
  43. Cargo doc fix.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d7e903 View commit details
    Browse the repository at this point in the history
  44. Nextest config fix.

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f58b2c9 View commit details
    Browse the repository at this point in the history
  45. MDBook fix (again?).

    shimkiv committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ebfc0e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge pull request #2561 from o1-labs/volhovm/single-cargo-lock-depen…

    …dencies
    
    Use workspace dependencies
    volhovm authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    66eaad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc02b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4ac7fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2574 from o1-labs/volhovm/unify-versions

    Unify cargo requirements with bindings, add asm flags
    volhovm authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    372c999 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11100cd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    e6a6535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a0f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Use only self-hosted runners.

    shimkiv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6a2256c View commit details
    Browse the repository at this point in the history
  2. Use only self-hosted runners.

    shimkiv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    65546c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c809c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e934f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2570 from o1-labs/chore/ci-refactoring-develop

    [Develop] CI refactoring, test coverage data gathering (disabled for CI) and reports generation.
    volhovm authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d7d743 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e2e36f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge pull request #2594 from o1-labs/volhovm/arkworks042-develop-fix…

    …-export-test-vectors
    
    Arkworks 0.4.2: fix test vectors serialization issue
    volhovm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4b11acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f098193 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2597 from o1-labs/fizzixnerd/cancel-in-progress-c…

    …i-develop
    
    Cancel in progress CI: develop
    volhovm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2a27dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17cd339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b80a385 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2599 from o1-labs/volhovm/update-kimchi-book-auto…

    …generated
    
    Fix the cargo docs to match the auto-generated ones (1min)
    dannywillems authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    19269fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2600 from o1-labs/fizzixnerd/develop-port-rust-cache

    [develop] Enable rust-cache GH action
    volhovm authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d514b03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3a74ea View commit details
    Browse the repository at this point in the history
  9. Run cargo fmt

    volhovm committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    da11d9f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2601 from o1-labs/volhovm/rustfmt-unify-imports-d…

    …evelop
    
    Rustfmt-unify imports in develop
    dannywillems authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c11191e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    eb5357a View commit details
    Browse the repository at this point in the history
  2. Auto-align kimchi md

    volhovm committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2d9b2c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2606 from o1-labs/volhovm/auto-align-kimchi-md

    Auto-align kimchi md file (tabs/spaces?) [cosmetics/easy]
    querolita authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4793f7c View commit details
    Browse the repository at this point in the history
  4. Utils: add make_test_rng

    Importing from master
    dannywillems committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    91a07c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a42c836 View commit details
    Browse the repository at this point in the history
  6. Poly_commitment: refacto benchmark

    Remove useless duplicated method. Use more the type system.
    dannywillems committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5edf4fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2614 from o1-labs/dw/import-utils-make-rng

    Utils: add make_test_rng [develop]
    dannywillems authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c510323 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2615 from o1-labs/dw/arkworks-bench-from-master

    Poly_comm: benchmark add and sub over Pallas/Vesta [develop]
    dannywillems authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    15173fd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2616 from o1-labs/dw/arkworks-simplify-bench

    Poly_commitment: refacto benchmark [develop]
    dannywillems authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    11bf8f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ee0fc5f View commit details
    Browse the repository at this point in the history
  2. silence warnings

    mitschabaude committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    04cfdc9 View commit details
    Browse the repository at this point in the history
  3. bench-wasm script

    mitschabaude committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    71abeef View commit details
    Browse the repository at this point in the history
  4. document wasm benchmark

    mitschabaude committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d9c9ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece3335 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd535b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c116b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1778f63 View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    mitschabaude committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    846b4b7 View commit details
    Browse the repository at this point in the history
  10. fix clippy error

    mitschabaude committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    693ff54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2060f9b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    2fb417b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2636 from o1-labs/chore/ci-2582

    Re-enable updated specification CI check for `develop`.
    dannywillems authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eb33ad3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2598 from o1-labs/volhovm/arkworks042-regression-…

    …tests
    
    Serializaiton regression tests for proof-systems and parts of kimchi
    volhovm authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    88098fe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ecb66af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2644 from o1-labs/volhovm/update-o1labs-book

    Update book description with auto-generated stuff [1min cosmetic]
    volhovm authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f18e7cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e546c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2643 from o1-labs/volhovm/use-make-test-rng

    Use make_test_rng in develop
    volhovm authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    045a578 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    70ed0b7 View commit details
    Browse the repository at this point in the history
  2. Update book

    mrmr1993 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e110b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e4cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. imply lifetime annotation

    45930 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    90f6494 View commit details
    Browse the repository at this point in the history
  2. format and lint working

    45930 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    558168f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    a70e020 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2672 from o1-labs/feature/safe-lagrange-basis

    Make lagrange basis handling safe
    45930 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3689889 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    23de603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c7d9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2633 from o1-labs/perf/poseidon-wasm

    Poseidon benchmark that also runs in Wasm
    volhovm authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    befc0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    7730d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9721695 View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    volhovm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a771be1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add node version 20 into CI

    volhovm committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e27d81f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Remove duplicate tests

    volhovm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    295c19f View commit details
    Browse the repository at this point in the history