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: use the verify_proofs table for gw-listener #311

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

dartdart26
Copy link
Collaborator

Add two new fields:

  • verified - boolean, whether the proof was verified, used by txn sender to send responses only for verified proofs
  • input - used by gw-listener and zkproof-worker to store the input data for the proof

Also, complete the verify_proof_response() integration test.

Update to sqlx 0.8.3.

Fix deprecated compile() protobuf calls in build.rs files.

Copy link
Contributor

@goshawk-3 goshawk-3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dartdart26 dartdart26 force-pushed the petar/gw-listener branch 4 times, most recently from 48d2d3d to 0875e99 Compare February 14, 2025 14:30
Add two new fields:
 * verified - boolean, whether the proof was verified, used by txn
   sender to send responses only for verified proofs
 * input - used by gw-listener and zkproof-worker to store the
   input data for the proof

Also, complete the verify_proof_response() integration test.

Update to sqlx 0.8.3.

Fix deprecated compile() protobuf calls in build.rs files.
@dartdart26 dartdart26 merged commit aae9cb0 into main Feb 14, 2025
15 checks passed
@dartdart26 dartdart26 deleted the petar/gw-listener branch February 14, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants