Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
Gulshan Yadav 89c7f176dd feat(sharding): add Phase 14 M3 - Sharding Protocol for 100,000+ TPS
- Add synor-sharding crate with full sharding infrastructure
- Implement ShardState with per-shard Merkle state trees
- Implement VRF-based leader election for shard consensus
- Add CrossShardMessage protocol with receipt-based confirmation
- Implement ShardRouter for address-based transaction routing
- Add ReshardManager for dynamic shard split/merge operations
- Implement ProofAggregator for cross-shard verification

Architecture:
- 32 shards default (configurable up to 1024)
- 3,125 TPS per shard = 100,000 TPS total
- VRF leader rotation every slot
- Atomic cross-shard messaging with timeout handling

Components:
- state.rs: ShardState, ShardStateManager, StateProof
- leader.rs: LeaderElection, VrfOutput, ValidatorInfo
- messaging.rs: CrossShardMessage, MessageRouter, MessageReceipt
- routing.rs: ShardRouter, RoutingTable, LoadStats
- reshard.rs: ReshardManager, ReshardEvent (Split/Merge)
- proof_agg.rs: ProofAggregator, AggregatedProof

Tests: 40 unit tests covering all modules
2026-01-19 20:23:36 +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 feat(dex): add Phase 15 - DEX Ecosystem with Perpetuals Trading 2026-01-19 19:22:02 +05:30
crates feat(sharding): add Phase 14 M3 - Sharding Protocol for 100,000+ TPS 2026-01-19 20:23:36 +05:30
docker feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +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(sharding): add Phase 14 M3 - Sharding Protocol for 100,000+ TPS 2026-01-19 20:23:36 +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.dex-services.yml feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +05:30
docker-compose.dex.yml feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +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.contracts feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +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