Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
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
.github fix(ci): correct rust-toolchain action name 2026-01-08 05:22:18 +05:30
apps fix(explorer): fix RPC method calls and add WebSocket support 2026-01-08 13:15:40 +05:30
contracts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
crates a 2026-01-08 09:24:26 +05:30
docs feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
scripts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
.gitignore chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
Cargo.toml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
CLAUDE.md a 2026-01-08 09:24:26 +05:30
docker-compose.testnet.yml fix(explorer): fix RPC method calls and add WebSocket support 2026-01-08 13:15:40 +05:30
Dockerfile a 2026-01-08 09:24:26 +05:30
Dockerfile.explorer a 2026-01-08 09:24:26 +05:30
Dockerfile.faucet a 2026-01-08 09:24:26 +05:30