Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
Gulshan Yadav d73909d72c feat(phase13): complete Docker deployment and Phase 14 planning
Phase 13 Completion:
- Add ZK-Rollup Docker infrastructure (sequencer, provers, gateway)
- Create zk-sequencer binary with health checks and metrics
- Add docker-compose.zk.yml for full ZK stack deployment
- Include nginx gateway and Prometheus monitoring configs

Integration Tests:
- Add comprehensive Phase 13 integration test suite
- Cover DAGKnight, quantum crypto, ZK-rollup, gateway tests
- All 149 tests passing (39 DAG + 45 crypto + 25 ZK + 40 storage)

Phase 14 Planning:
- Document 4-milestone roadmap (20 weeks)
- M1: Cross-chain IBC interoperability
- M2: Privacy layer (RingCT, stealth addresses)
- M3: Sharding protocol (100K TPS target)
- M4: Developer tooling (formal verification, Hardhat)

Docker Services:
- synor-zk-sequencer: API port 3001, prover RPC 3002, metrics 9001
- synor-zk-prover-1/2: Dedicated proof generation workers
- synor-zk-gateway: nginx API gateway port 3080
- synor-zk-prometheus: Metrics collection port 9090
2026-01-19 16:09:44 +05:30
.cargo feat(crypto-wasm): add deterministic Dilithium3 key derivation and hybrid signatures 2026-01-10 05:34:26 +05:30
.github feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
apps feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
contracts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
crates feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
docker feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
docs feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
formal feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
monitoring feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30
scripts feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
sdk docs(sdk): add comprehensive documentation for all 12 SDKs 2026-01-11 18:05:03 +05:30
tests feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
.gitignore chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
Cargo.toml feat(zk): add ZK-rollup foundation with Groth16 proof system 2026-01-19 14:10:46 +05:30
CLAUDE.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
deny.toml feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
docker-compose.compute.yml feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
docker-compose.hosting.yml feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
docker-compose.storage.yml feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
docker-compose.testnet.yml feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
docker-compose.wasm.yml feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
docker-compose.zk.yml feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30
Dockerfile feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
Dockerfile.explorer a 2026-01-08 09:24:26 +05:30
Dockerfile.faucet a 2026-01-08 09:24:26 +05:30
Dockerfile.security feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
Dockerfile.wasm feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
SECURITY.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30