Skip to content

feat: build scalable cryptographic verification for Federation & Cross-Provider (#32)#50

Open
kasim672 wants to merge 2 commits into
Memact:mainfrom
kasim672:feat/issue-32-scalable-crypto-verification-federation
Open

feat: build scalable cryptographic verification for Federation & Cross-Provider (#32)#50
kasim672 wants to merge 2 commits into
Memact:mainfrom
kasim672:feat/issue-32-scalable-crypto-verification-federation

Conversation

@kasim672

Copy link
Copy Markdown
Contributor

Summary

Abstracts cryptographic proof verification payloads across the Federation & Cross-Provider Synchronization Protocol to be proving-system agnostic.

Key Improvements:

  • Schema Updates: Replaced hardcoded Groth16 (pi_a, pi_b, pi_c) fields in schemas/zk-sync-request.schema.json and schemas/zk-sync-response.schema.json with generalized proving_scheme (groth16, plonk, halo2) and proof_data payloads.
  • Specification: Updated specs/RFC-006-Federated-State-Sync.md with Section 3.4 detailing scheme-agnostic batch and recursive verification mechanics across federated providers.
  • Issue Mapping: Added PROTOCOL-304 to specs/EPIC-Federation-Cross-Provider-Issues.md.

Closes #32

Copilot AI review requested due to automatic review settings July 22, 2026 18:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@kasim672
kasim672 force-pushed the feat/issue-32-scalable-crypto-verification-federation branch from 0df89b3 to 7012b75 Compare July 22, 2026 18:29
@kasim672

Copy link
Copy Markdown
Contributor Author

@keepsloading conflict is resolved

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.

[Hard] Build scalable cryptographic verification for Federation & Cross-Provider

3 participants