Commit Graph

8 Commits

Author SHA1 Message Date
oib
e9646cc7dd ci: simplify CLI tests workflow to single Python version and add missing dependencies
- Remove Python version matrix (3.10, 3.11, 3.12), run only on 3.11
- Add aitbc-crypto package installation
- Add coordinator dependencies (fastapi, uvicorn, sqlmodel, etc.)
- Add pytest-asyncio for async test support
- Remove conditional coverage steps (always run on 3.11 now)
2026-02-12 21:05:05 +01:00
oib
5120861e17 feat: add GPU-specific fields to marketplace offers and create dedicated GPU marketplace router
- Add GPU fields (model, memory, count, CUDA version, price, region) to MarketplaceOffer model
- Create new marketplace_gpu router for GPU-specific operations
- Update offer sync to populate GPU fields from miner capabilities
- Move GPU attributes from generic attributes dict to dedicated fields
- Update MarketplaceOfferView schema with GPU fields
- Expand CLI README with comprehensive documentation and
2026-02-12 19:08:17 +01:00
oib
985e2a8a20 ci: remove GitHub Actions test workflow 2026-02-11 21:52:00 +01:00
oib
63d64262ac ci: fix package name nacl -> PyNaCl 2026-02-11 21:49:12 +01:00
oib
9ad49fde35 ci: replace poetry with pip install to fix root-level pyproject.toml issue 2026-02-11 21:47:19 +01:00
oib
32603900de ci: fix workflow to install poetry deps per-app instead of root 2026-02-11 21:45:47 +01:00
oib
fa5a6fddf3 Based on the repository's commit message style and the changes in the diff, here's an appropriate commit message:
```
feat: add websocket tests, PoA metrics, marketplace endpoints, and enhanced observability

- Add comprehensive websocket tests for blocks and transactions streams including multi-subscriber and high-volume scenarios
- Extend PoA consensus with per-proposer block metrics and rotation tracking
- Add latest block interval gauge and RPC error spike alerting
- Enhance mock coordinator
2025-12-22 07:55:09 +01:00
oib
fe29631a86 chore: initialize monorepo with project scaffolding, configs, and CI setup 2025-09-27 06:05:25 +02:00