synor/crates
Gulshan Yadav 694e62e735 feat(zk): add ZK-rollup foundation with Groth16 proof system
Milestone 3 of Phase 13 - ZK-Rollup Foundation:
- Circuit definitions (Transfer, Batch, Deposit, Withdraw)
- Proof system with Groth16/PLONK/STARK backends
- Sparse Merkle tree state management
- Rollup manager for batch processing

Technical details:
- Uses arkworks library for ZK-SNARKs
- R1CS constraint system with BN254 curve
- 32-depth state tree supporting 4B accounts
- Batch processing with 1000 tx max
2026-01-19 14:10:46 +05:30
..
synor-compiler fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-compute feat(compute): add model registry and training APIs 2026-01-11 15:22:26 +05:30
synor-consensus fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-contract-test style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
synor-crypto feat(crypto): add SPHINCS+ and FALCON post-quantum algorithms 2026-01-19 09:52:16 +05:30
synor-crypto-wasm feat(crypto-wasm): add deterministic Dilithium3 key derivation and hybrid signatures 2026-01-10 05:34:26 +05:30
synor-dag feat(dag): implement DAGKnight adaptive consensus protocol 2026-01-19 09:46:50 +05:30
synor-database feat(database): add SQL, Graph, and Raft Replication modules 2026-01-10 19:32:14 +05:30
synor-governance style: apply cargo fmt formatting 2026-01-08 06:23:23 +05:30
synor-hosting feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
synor-mining a 2026-01-08 09:24:26 +05:30
synor-network feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
synor-rpc fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-sdk fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-storage feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
synor-types fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-vm feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
synor-zk feat(zk): add ZK-rollup foundation with Groth16 proof system 2026-01-19 14:10:46 +05:30