synor/crates
Gulshan Yadav 97f42cb990 feat: add CLI commands, WebSocket channels, and API versioning
- Add CLI commands for DEX, IBC, ZK, and Compiler services
  - DEX: markets, orderbook, orders, liquidity pools
  - IBC: chains, transfers, packets, relayers
  - ZK: circuit compilation, proof generation (Groth16/PLONK/STARK)
  - Compiler: WASM compilation, ABI extraction, security scan

- Add WebSocket module for real-time event streaming
  - Block, transaction, address, contract event channels
  - Market and mining event streams
  - Subscription management with broadcast channels

- Implement API versioning strategy
  - URL path, header, and query parameter versioning
  - Version registry with deprecation support
  - Deprecation and sunset headers
2026-01-28 15:31:57 +05:30
..
synor-bridge fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
synor-compiler fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-compute fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
synor-consensus fix: resolve 35 clippy warnings across Rust and Dart codebases 2026-01-26 17:08:57 +05:30
synor-contract-test style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
synor-crypto feat: Enhance economics manager with flexible oracle configurations 2026-01-26 23:37:45 +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 35 clippy warnings across Rust and Dart codebases 2026-01-26 17:08:57 +05:30
synor-database fix: implement incomplete features and apply linter fixes 2026-01-26 21:43:51 +05:30
synor-economics fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
synor-gateway feat: add CLI commands, WebSocket channels, and API versioning 2026-01-28 15:31:57 +05:30
synor-governance style: apply cargo fmt formatting 2026-01-08 06:23:23 +05:30
synor-hosting feat: Enhance economics manager with flexible oracle configurations 2026-01-26 23:37:45 +05:30
synor-ibc fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
synor-mining fix: resolve 35 clippy warnings across Rust and Dart codebases 2026-01-26 17:08:57 +05:30
synor-network feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
synor-privacy feat: Enhance economics manager with flexible oracle configurations 2026-01-26 23:37:45 +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 fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
synor-types fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
synor-verifier fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
synor-vm fix: resolve 35 clippy warnings across Rust and Dart codebases 2026-01-26 17:08:57 +05:30
synor-zk chore: apply clippy auto-fixes to reduce warnings 2026-01-26 21:16:10 +05:30