synor/apps
Gulshan Yadav 16c7e87a66 fix(explorer): fix RPC method calls and add WebSocket support
- Fix health check to use RPC call instead of GET /health
- Update API endpoints to use correct RPC method names:
  - synor_getInfo, synor_getMiningInfo, synor_getTips
  - synor_getBlockCount, synor_getBlueScore, synor_getBlocksByBlueScore
- Fix response format handling (synor_getTips returns {tips: [...]})
- Add WebSocket endpoint at /ws for real-time updates:
  - stats_update events (every second)
  - new_block events on block detection
  - tip_update events on DAG changes
- Add ws feature to axum and tokio-tungstenite dependency
2026-01-08 13:15:40 +05:30
..
cli fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
explorer fix(explorer): fix RPC method calls and add WebSocket support 2026-01-08 13:15:40 +05:30
explorer-web chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
faucet feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
synord a 2026-01-08 09:24:26 +05:30
web Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30