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(zk_toolbox): Allow running docker images for provers #2800

Merged
merged 50 commits into from
Sep 10, 2024

Commits on Aug 29, 2024

  1. fix prover API

    Artemka374 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ce70978 View commit details
    Browse the repository at this point in the history
  2. add docker compose

    Artemka374 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    640025a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    8c68b8b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into afo/oneshot-prover-docker

    # Conflicts:
    #	core/node/external_proof_integration_api/src/processor.rs
    #	zk_toolbox/crates/zk_inception/src/commands/prover/run.rs
    Artemka374 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    07bc52e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    7746c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278c4c0 View commit details
    Browse the repository at this point in the history
  3. update docs

    Artemka374 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2ff1d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6791d0d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refs/heads/main' into afo/zki-requirements-setup-keys

    # Conflicts:
    #	zk_toolbox/crates/zk_inception/src/commands/prover/generate_sk.rs
    Artemka374 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9cf376c View commit details
    Browse the repository at this point in the history
  6. update path to setup keys

    Artemka374 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1b60bdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c91bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cc97103 View commit details
    Browse the repository at this point in the history
  3. fix prerequisites

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    de46e44 View commit details
    Browse the repository at this point in the history
  4. fix command

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1ece992 View commit details
    Browse the repository at this point in the history
  5. fix command

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2c58937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df6d955 View commit details
    Browse the repository at this point in the history
  7. fix path to artifacts

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8188bad View commit details
    Browse the repository at this point in the history
  8. fix path to artifacts

    Artemka374 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7250389 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge branch 'refs/heads/main' into afo/prover-docker-setup

    # Conflicts:
    #	zk_toolbox/crates/zk_inception/src/commands/prover/run.rs
    Artemka374 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f5bcadc View commit details
    Browse the repository at this point in the history
  2. fmt

    Artemka374 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3391644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b11e020 View commit details
    Browse the repository at this point in the history
  4. add more logging

    Artemka374 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    689b51f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    47f511a View commit details
    Browse the repository at this point in the history
  3. fmt

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe3974b View commit details
    Browse the repository at this point in the history
  4. remove redundant arg

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7571354 View commit details
    Browse the repository at this point in the history
  5. fix path to configs

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    10e4ad3 View commit details
    Browse the repository at this point in the history
  6. fix path to configs

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e91c28e View commit details
    Browse the repository at this point in the history
  7. fix max allocation arg

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d4a6fc1 View commit details
    Browse the repository at this point in the history
  8. fix prerequisites

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ec5b811 View commit details
    Browse the repository at this point in the history
  9. fix chain config

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    77afc82 View commit details
    Browse the repository at this point in the history
  10. fix chain config

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e8f2e60 View commit details
    Browse the repository at this point in the history
  11. fix prerequisites

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3e73790 View commit details
    Browse the repository at this point in the history
  12. fix

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    375a22d View commit details
    Browse the repository at this point in the history
  13. update README

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2c7b6a6 View commit details
    Browse the repository at this point in the history
  14. fmt

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c6b1aea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88458a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e89704 View commit details
    Browse the repository at this point in the history
  17. fix commands

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d9a0253 View commit details
    Browse the repository at this point in the history
  18. fix commands

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e132cbc View commit details
    Browse the repository at this point in the history
  19. fix commands

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aa77a01 View commit details
    Browse the repository at this point in the history
  20. fix commands

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8f033b5 View commit details
    Browse the repository at this point in the history
  21. try fix once again

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e06c8f8 View commit details
    Browse the repository at this point in the history
  22. try fix once again

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8cce8eb View commit details
    Browse the repository at this point in the history
  23. fix

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8700be1 View commit details
    Browse the repository at this point in the history
  24. fix paths

    Artemka374 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1b49611 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. address comments

    Artemka374 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1aec665 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Artemka374 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a7bba25 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into afo/prover-docker-setup

    # Conflicts:
    #	zk_toolbox/crates/zk_inception/src/commands/prover/args/init.rs
    #	zk_toolbox/crates/zk_inception/src/commands/prover/init.rs
    Artemka374 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    957cff9 View commit details
    Browse the repository at this point in the history