synor/crates
Gulshan Yadav ab4c967a97 feat(database): complete Phase 10 Database Gateway
Add HTTP REST API gateway for Synor Database L2:

- Gateway server with Axum HTTP framework
- API key authentication with permissions and rate limiting
- Full REST endpoints for all database models:
  - Key-Value: GET/PUT/DELETE /kv/:key, POST /kv/batch
  - Documents: CRUD operations, MongoDB-style queries
  - Vectors: embedding insert, similarity search
  - Time-series: metrics recording and queries
- Usage metering for billing integration
- CORS and request timeout configuration

All 51 tests passing. Phase 10 now complete (100%).
2026-01-10 18:11:13 +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-database feat(database): complete Phase 10 Database Gateway 2026-01-10 18:11:13 +05:30
synor-governance style: apply cargo fmt formatting 2026-01-08 06:23:23 +05:30
synor-hosting feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +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(vm): add VM optimizations for performance and scalability 2026-01-10 14:53:28 +05:30