-
Notifications
You must be signed in to change notification settings - Fork 29
feat: Add Verifier Server #173
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
Conversation
CodSpeed WallTime Performance ReportMerging #173 will not alter performanceComparing
|
piohei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to clear cache from time to time. :) It could be control by standard HTTP headers link.
1b3d8d3 to
888ce5d
Compare
888ce5d to
e44a62d
Compare
ashpect
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
feat: Add ProveKit Verifier Server
Overview
HTTP server that combines Rust (API) + Go (verifier binary) for WHIR-based proof verification.
Architecture
Key Features
GET /health,POST /verifyAPI
Deployment
Environment Variables
VERIFIER_HOST,VERIFIER_PORT- Server bindingVERIFIER_BINARY_PATH- Go verifier pathVERIFIER_ARTIFACTS_DIR- Cache directoryVERIFIER_REQUEST_TIMEOUT- Request timeoutDependencies
Added:
chrono,reqwest,sha2,tokio,tower,tower-http