synor/apps
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
..
api-gateway feat(api): add public API gateway with rate limiting 2026-01-10 06:19:08 +05:30
cli feat: add CLI commands, WebSocket channels, and API versioning 2026-01-28 15:31:57 +05:30
desktop-wallet feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
explorer feat: Enhance economics manager with flexible oracle configurations 2026-01-26 23:37:45 +05:30
explorer-web feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
faucet feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
hardhat-plugin feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
synord fix: remove unused imports and suppress warnings in various modules 2026-01-26 23:59:27 +05:30
web feat(web-wallet): add multi-language support (i18n) 2026-01-10 06:12:10 +05:30
website feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30