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 branch 'dev' into experimental #1098

Merged
merged 117 commits into from
Jul 12, 2024
Merged

Commits on May 26, 2024

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

Commits on Jun 9, 2024

  1. Update advanced.md

    tudorpintea999 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c6387ec View commit details
    Browse the repository at this point in the history
  2. Update setup.md

    tudorpintea999 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d94534b View commit details
    Browse the repository at this point in the history
  3. Update install.md

    tudorpintea999 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    58032a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59f4f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68161ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d82ccf View commit details
    Browse the repository at this point in the history
  7. Update setup.md

    tudorpintea999 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    03f5710 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. cli informative logging

    ratankaliani committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ae66de6 View commit details
    Browse the repository at this point in the history
  2. log

    ratankaliani committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9739252 View commit details
    Browse the repository at this point in the history
  3. log

    ratankaliani committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7fed808 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 25, 2024

  1. fix: recursion runtime

    ctian1 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    235da5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59206de View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    4872a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ec56c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 1, 2024

  1. chore(deps): bump clap from 4.5.7 to 4.5.8

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.7...v4.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    80c1873 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump log from 0.4.21 to 0.4.22

    Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.21...0.4.22)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9840e7a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump serde_json from 1.0.117 to 1.0.120

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.117...v1.0.120)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ced8633 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump num-bigint from 0.4.5 to 0.4.6

    Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6.
    - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
    - [Commits](rust-num/num-bigint@num-bigint-0.4.5...num-bigint-0.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: num-bigint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    490ea38 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump reqwest-middleware from 0.3.1 to 0.3.2

    Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.3.1 to 0.3.2.
    - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
    - [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/reqwest-middleware-v0.3.2/CHANGELOG.md)
    - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-middleware-v0.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest-middleware
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e7db6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    4d4d3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392bed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd03edf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f4528e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3114235 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6816e00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9991ddd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    966b128 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5438cf0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    465dc58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c551ab7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e651f14 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b922e6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61d8947 View commit details
    Browse the repository at this point in the history
  15. chore: cleanup zkvm/lib

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    40edfdd View commit details
    Browse the repository at this point in the history
  16. hm

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a49e7bc View commit details
    Browse the repository at this point in the history
  17. clenaup zkvm

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1348f18 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    324f025 View commit details
    Browse the repository at this point in the history
  19. fix: verifier dos

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    67f4421 View commit details
    Browse the repository at this point in the history
  20. ignore

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0e2d1dd View commit details
    Browse the repository at this point in the history
  21. small fixes

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    647bcdb View commit details
    Browse the repository at this point in the history
  22. docker build

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1de9b2f View commit details
    Browse the repository at this point in the history
  23. docker documentation

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ddad795 View commit details
    Browse the repository at this point in the history
  24. better build

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2064a5e View commit details
    Browse the repository at this point in the history
  25. hm

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b4c3df6 View commit details
    Browse the repository at this point in the history
  26. get docker url

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0c998db View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    121dac6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    477f730 View commit details
    Browse the repository at this point in the history
  29. proof aggregation docs

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4d46fd3 View commit details
    Browse the repository at this point in the history
  30. fix cargo lock

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4edcb1a View commit details
    Browse the repository at this point in the history
  31. fix matts comments

    jtguibas committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    99c2502 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7a1821e View commit details
    Browse the repository at this point in the history
  33. fix: verifier dos (#1017)

    jtguibas authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9bf3f41 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dfc3f25 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a691c86 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    3f32657 View commit details
    Browse the repository at this point in the history
  2. more docs

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    42a92f4 View commit details
    Browse the repository at this point in the history
  3. hm

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e4c9590 View commit details
    Browse the repository at this point in the history
  4. hm

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3c77087 View commit details
    Browse the repository at this point in the history
  5. reorg

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    af419f0 View commit details
    Browse the repository at this point in the history
  6. testing standard

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aaab5d4 View commit details
    Browse the repository at this point in the history
  7. cycle limit

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b60254f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef0fc3b View commit details
    Browse the repository at this point in the history
  9. feat: cycle limit (#1027)

    jtguibas authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b5b9ba8 View commit details
    Browse the repository at this point in the history
  10. hm

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c87fab3 View commit details
    Browse the repository at this point in the history
  11. hm

    jtguibas committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9862d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. more

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    62ff7df View commit details
    Browse the repository at this point in the history
  2. hm

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7ee4a16 View commit details
    Browse the repository at this point in the history
  3. fix

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d8c375c View commit details
    Browse the repository at this point in the history
  4. add memory error

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e642d58 View commit details
    Browse the repository at this point in the history
  5. Update book/generating-proofs/optimizing-performance.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ef736dc View commit details
    Browse the repository at this point in the history
  6. Update book/generating-proofs/prover-options.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2d03318 View commit details
    Browse the repository at this point in the history
  7. Update book/generating-proofs/prover-options.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ea30896 View commit details
    Browse the repository at this point in the history
  8. Update book/generating-proofs/prover-options.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d496ee6 View commit details
    Browse the repository at this point in the history
  9. Update book/writing-programs/precompiles.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    57f9a7f View commit details
    Browse the repository at this point in the history
  10. Update book/prover-network/setup.md

    Co-authored-by: Matt Stam <mattstam@live.com>
    jtguibas and mattstam authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2845b87 View commit details
    Browse the repository at this point in the history
  11. hm

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6487f71 View commit details
    Browse the repository at this point in the history
  12. hm

    jtguibas committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4cca7fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcafa23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88cf95a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a19e0b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ae28956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    977f053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e060b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4a8daa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b00b139 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee93afa View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. feat: critical constraint changes (#1046)

    Co-authored-by: Tamir Hemo <tamir@succinct.xyz>
    Co-authored-by: Chris Tian <chris@succinct.xyz>
    3 people authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    36c62dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2efa288 View commit details
    Browse the repository at this point in the history
  3. fix: uint256 fixes (#990)

    kevjue authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7395eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ea09b View commit details
    Browse the repository at this point in the history
  5. chore: updated p3 dependency to 0.1.3 (#1059)

    Co-authored-by: John Guibas <jtguibas@gmail.com>
    kevjue and jtguibas authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    99190b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bb38fe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    6e968e3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump target-lexicon from 0.12.14 to 0.12.15 (#1067)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6c071da View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump generic-array from 1.0.0 to 1.1.0 (#1066)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    75cbb58 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump serde_with from 3.8.1 to 3.8.3 (#1064)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ab2e245 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump serde from 1.0.203 to 1.0.204 (#1063)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2f6f3c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    094d579 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec8838f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    87d15c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e07c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    453664c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d963942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691ec2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36b565e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    d35355d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3d14f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1c7d38 View commit details
    Browse the repository at this point in the history
  4. ci: add release-plz (#1086)

    mattstam authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    551eaeb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9e3e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904af05 View commit details
    Browse the repository at this point in the history
  3. ci: fix release-plz (#1088)

    mattstam authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    012bc46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    612ae21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b23d13a View commit details
    Browse the repository at this point in the history