2 Commits

Author SHA1 Message Date
4NK Dev
8006ba9986 feat: WS endpoint + DB extensions + metrics wiring + payments API
- /ws endpoint and session registry
- DB: update_anchor_tx, get_payments_for_address, counters helpers
- Metrics: increment anchors, data volume
- Monitor: add volume counter and block height via RPC
- Payments API: return real payments
- CI: add fmt/clippy/tests steps
2025-10-01 10:04:17 +00:00
4NK Dev
4acfa96a5c feat: initial commit - 4NK Certificator service
- Bitcoin mainnet anchoring service for 4NK relay data volumes
- REST API for processes, metrics, and anchors
- PostgreSQL database with SQLx
- Docker support with compose file
- Configuration via TOML
- Periodic anchoring based on block intervals
- Conditional payment system (priceMoSats, btcAddress)
- Process state snapshot with cryptographic hash
- Health check endpoint

Version: 0.1.0 (MVP)
2025-10-01 09:35:33 +00:00