Skip to content

Conversation

@Tranquil-Flow
Copy link

@Tranquil-Flow Tranquil-Flow commented Dec 10, 2025

Note

Introduce RegisterKyc and DiscloseKyc proof types with full server routing, validation, and metadata handling.

  • Backend
    • Types (src/types.rs):
      • Add ProofRequest::{RegisterKyc, DiscloseKyc} variants with fields mirroring existing register/disclose patterns.
      • Extend ProofType with RegisterKyc and DiscloseKyc, including Display, Into<i32>, and TryFrom<i32> mappings.
      • Update ProofRequest::circuit() to cover new variants.
    • Server (src/server.rs):
      • Include KYC variants in feature-gated request validation for submit_request.
      • Handle endpoint metadata extraction for RegisterKyc and DiscloseKyc when creating proof status.

Written by Cursor Bugbot for commit 1801a60. This will update automatically on new commits. Configure here.

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