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(proof_data_handler): add new endpoints to the TEE prover interface API #1993

Merged
merged 42 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    63214e8 View commit details
    Browse the repository at this point in the history
  2. WIP: simplify

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    20dee9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad4563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90bef14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    377a0ba View commit details
    Browse the repository at this point in the history
  6. Move tests to a separate file

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9412d7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75cee28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d952f8a View commit details
    Browse the repository at this point in the history
  9. Add .sqlx query-*.json files

    The files were generated with the `zk init`
    (`cargo sqlx prepare` under the hood)
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e5edaa3 View commit details
    Browse the repository at this point in the history
  10. Add one more serialization test to cover both SubmitProofRequest and …

    …SubmitTeeProofRequest
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b468c30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c140233 View commit details
    Browse the repository at this point in the history
  12. Revise database schema and update dependent code

    in tests and state machine handling accordingly
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9ea9cfe View commit details
    Browse the repository at this point in the history
  13. Fix request_tee_proof_generation_data unit test by

    marking job as successful prior to running assertions
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    71a263c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aca8810 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d763c9c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ac83fa5 View commit details
    Browse the repository at this point in the history
  17. Simplify unit tests

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f985d62 View commit details
    Browse the repository at this point in the history
  18. Rename /tee_proof_generation_data endpoint to /tee_proof_inputs

    As suggested in Thomas' PR review.
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c0a8d34 View commit details
    Browse the repository at this point in the history
  19. Rename attestation to proof

    As suggested in Thomas' PR review.
    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8b83be4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dc24fb5 View commit details
    Browse the repository at this point in the history
  21. Add tee_attestations SQL table

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    143abaf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a445762 View commit details
    Browse the repository at this point in the history
  23. Get rid of mime dependency

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0bfe0c1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d07b649 View commit details
    Browse the repository at this point in the history
  25. Remove println! from tests

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b893618 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0d21e6e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1277ae1 View commit details
    Browse the repository at this point in the history
  28. Remove unused dependency

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3e8013c View commit details
    Browse the repository at this point in the history
  29. Use workspace dependencies only

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a5aef6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d2dbd95 View commit details
    Browse the repository at this point in the history
  31. Remove valid_until column

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5bbba0c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7b092ac View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c753a46 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    76af19d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9a22bb3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    10d0c8a View commit details
    Browse the repository at this point in the history
  37. Update Cargo.lock

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    46d0631 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9de0bec View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7d73747 View commit details
    Browse the repository at this point in the history
  40. zk fmt fixes

    pbeza committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c48b07d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6c1c448 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    eb145f4 View commit details
    Browse the repository at this point in the history