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

Feature: Endpoint for Validating Generated Proofs #10

Merged
merged 12 commits into from
Aug 16, 2024
Merged

Conversation

chudkowsky
Copy link
Collaborator

Summary

This PR introduces a new /verify endpoint that accepts a proof and verifies its validity using cpu_air_verifier. The endpoint returns a boolean value indicating the proof's validity.

Changes

  • Added: /verify endpoint for proof validation.
  • Integrated: cpu_air_verifier for proof verification logic.
  • Updated e2e_test.sh:
    • Made the container engine configurable via a CONTAINER_ENGINE variable, allowing easy switching between Podman and Docker.
    • Added the HTTP prover port as an environment variable in the tests for better flexibility.

@chudkowsky chudkowsky changed the base branch from main to remove-docker August 16, 2024 11:50
@chudkowsky chudkowsky merged commit b7ec5cc into remove-docker Aug 16, 2024
4 checks passed
@chudkowsky chudkowsky deleted the verifier branch August 16, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants