synor/crates
Gulshan Yadav 17f0b4ce4b feat(economics): add Phase 12 - Economics & Billing infrastructure
Complete economics service implementation with:

- Price Oracle with TWAP (Time-Weighted Average Price)
  - Multi-source price aggregation
  - Configurable staleness thresholds
  - Exponential, SMA, and standard TWAP strategies

- Metering Service for L2 usage tracking
  - Storage: GB-months, retrieval bandwidth
  - Hosting: bandwidth, custom domains
  - Database: queries, vector searches
  - Compute: CPU core-hours, GPU hours, memory
  - Network: bandwidth, requests

- Billing Engine
  - Invoice generation with line items
  - Payment processing (crypto/fiat)
  - Credit management with expiration
  - Auto-pay from prepaid balance

- Pricing Tiers: Free, Standard, Premium, Enterprise
  - 0%, 10%, 20%, 30% usage discounts
  - SLA guarantees: 95%, 99%, 99.9%, 99.99%

- Cost Calculator & Estimator
  - Usage projections
  - Tier comparison recommendations
  - ROI analysis

- Docker deployment with PostgreSQL schema

All 61 tests passing.
2026-01-19 21:51:26 +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 feat(dag): add Phase 13 M1 - DAGKnight 32/100 BPS support 2026-01-19 20:10:05 +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): add Phase 13 M1 - DAGKnight 32/100 BPS support 2026-01-19 20:10:05 +05:30
synor-database feat(database): add SQL, Graph, and Raft Replication modules 2026-01-10 19:32:14 +05:30
synor-economics feat(economics): add Phase 12 - Economics & Billing infrastructure 2026-01-19 21:51:26 +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-ibc feat(ibc): add Phase 14 Milestone 1 - Cross-Chain IBC Interoperability 2026-01-19 16:51:59 +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-privacy feat(privacy): add Phase 14 Milestone 2 - Privacy Layer 2026-01-19 17:58:11 +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-sharding feat(sharding): add Phase 14 M3 - Sharding Protocol for 100,000+ TPS 2026-01-19 20:23:36 +05:30
synor-storage feat(gateway): add CAR files, multi-pin redundancy, and CDN integration 2026-01-19 14:19:17 +05:30
synor-types fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-verifier feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +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(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30