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

feat: VK tree #6914

Merged
merged 76 commits into from
Jul 8, 2024
Merged

feat: VK tree #6914

merged 76 commits into from
Jul 8, 2024

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    2895dbd View commit details
    Browse the repository at this point in the history
  2. fix

    sirasistant committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ffd8f39 View commit details
    Browse the repository at this point in the history
  3. fix

    sirasistant committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3152f92 View commit details
    Browse the repository at this point in the history
  4. update vks to vkdata

    sirasistant committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9413ef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    acb574d View commit details
    Browse the repository at this point in the history
  2. vk tree verification

    sirasistant committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9209612 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    4f25a89 View commit details
    Browse the repository at this point in the history
  2. fix padding txs

    sirasistant committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5d22817 View commit details
    Browse the repository at this point in the history
  3. remove logs

    sirasistant committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6b7c305 View commit details
    Browse the repository at this point in the history
  4. earthly test

    sirasistant committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8230f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    232ed0b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2e5eaa3 View commit details
    Browse the repository at this point in the history
  3. fmt

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ce8665e View commit details
    Browse the repository at this point in the history
  4. remove dependency cycle

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a070098 View commit details
    Browse the repository at this point in the history
  5. fix

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    71ae9cb View commit details
    Browse the repository at this point in the history
  6. revert webpack change

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c3884ea View commit details
    Browse the repository at this point in the history
  7. fix tsconfig

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0ac3dd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f1cf2b View commit details
    Browse the repository at this point in the history
  9. fix test

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7096d87 View commit details
    Browse the repository at this point in the history
  10. fix another test

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c5c5592 View commit details
    Browse the repository at this point in the history
  11. fix visibility

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9428140 View commit details
    Browse the repository at this point in the history
  12. fmt

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    06377c8 View commit details
    Browse the repository at this point in the history
  13. fixes for proving tests

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    965633b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c59bb12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    881482f View commit details
    Browse the repository at this point in the history
  16. fix prover client tests

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    290f807 View commit details
    Browse the repository at this point in the history
  17. prover test fixes

    sirasistant committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dfdf1c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db20d77 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    cee1031 View commit details
    Browse the repository at this point in the history
  2. fix tests

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8213acd View commit details
    Browse the repository at this point in the history
  3. merge master

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    367b5bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634a087 View commit details
    Browse the repository at this point in the history
  5. fix

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    48b1961 View commit details
    Browse the repository at this point in the history
  6. vk tree in circuits tests

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    de31c72 View commit details
    Browse the repository at this point in the history
  7. remove extraneous members

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    71a7733 View commit details
    Browse the repository at this point in the history
  8. vk tree in parity

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    72efde1 View commit details
    Browse the repository at this point in the history
  9. fmt

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    106b2ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cba6563 View commit details
    Browse the repository at this point in the history
  11. yarn-project test fixes

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    52f7181 View commit details
    Browse the repository at this point in the history
  12. fix tsconfig

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5dd7bc4 View commit details
    Browse the repository at this point in the history
  13. remove comment

    sirasistant committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f9c8417 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef46b5b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix root tests

    sirasistant committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1884519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafefa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb033a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    9a2e034 View commit details
    Browse the repository at this point in the history
  2. chore: constants

    sirasistant committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f66d412 View commit details
    Browse the repository at this point in the history
  3. refactor vk gen

    sirasistant committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d76e6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0a720 View commit details
    Browse the repository at this point in the history
  5. fmt

    sirasistant committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d31a754 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0fd3ad View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. VK caching

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c792c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59140e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50d7a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a3fd9 View commit details
    Browse the repository at this point in the history
  5. constants gen

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0335e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba03566 View commit details
    Browse the repository at this point in the history
  7. fix credentials

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    12f2e5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a82a4e View commit details
    Browse the repository at this point in the history
  9. fix ci.yml

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4244e47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ac4a29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e9a174 View commit details
    Browse the repository at this point in the history
  12. fixes

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8eac5b0 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'arv/constrained_vks' of github.com:AztecProtocol/aztec-…

    …packages into arv/constrained_vks
    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ffeaaa1 View commit details
    Browse the repository at this point in the history
  14. whitespace ):

    sirasistant committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3e33f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ad69061 View commit details
    Browse the repository at this point in the history
  2. fix test

    sirasistant committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb1eed1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'arv/constrained_vks' of github.com:AztecProtocol/aztec-…

    …packages into arv/constrained_vks
    sirasistant committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4b40d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cae06fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c49d63 View commit details
    Browse the repository at this point in the history
  6. artifact hash format

    sirasistant committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0c265bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ce5c49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6ae1fc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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