synor/crates
Gulshan Yadav a70b2c765c feat(hosting): add Synor Hosting subdomain-based web hosting
Add synor-hosting crate for decentralized web hosting with:

- Name Registry: On-chain name→CID mapping with ownership, expiry,
  and custom domain linking
- Domain Verification: CNAME/TXT DNS verification for custom domains
- Hosting Router: Host-based routing with SPA support, redirects,
  and custom headers
- synor.json: Project configuration for build, routes, and error pages

Users can deploy to myapp.synor.cc and optionally link custom domains.

23 tests passing.
2026-01-10 12:34:07 +05:30
..
synor-compiler fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +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 fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +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 fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-governance style: apply cargo fmt formatting 2026-01-08 06:23:23 +05:30
synor-hosting feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +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 fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30