Files
aitbc/apps/coordinator-api
aitbc 0ccd8ef995
Some checks failed
Python Tests / test-python (push) Waiting to run
Security Scanning / security-scan (push) Waiting to run
Staking Tests / test-staking-integration (push) Blocked by required conditions
Staking Tests / test-staking-contract (push) Blocked by required conditions
Staking Tests / run-staking-test-runner (push) Blocked by required conditions
API Endpoint Tests / test-api-endpoints (push) Successful in 9s
CLI Tests / test-cli (push) Failing after 8s
Integration Tests / test-service-integration (push) Successful in 45s
Staking Tests / test-staking-service (push) Failing after 14m32s
feat: migrate coordinator-api services and exchange CLI to use centralized aitbc package utilities
- Replace logging.getLogger with aitbc.get_logger in analytics_service.py, staking_service.py, wallet_service.py
- Migrate payments.py from httpx to aitbc.AITBCHTTPClient for token escrow creation
- Add NetworkError exception handling in payments.py
- Remove async context manager and status code checks in favor of AITBCHTTPClient
- Update exchange.py CLI commands (create_pair, start_trading) to use
2026-04-24 23:37:21 +02:00
..

Coordinator API

Documentation has moved to: docs/apps/coordinator/coordinator-api.md


This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.

For the complete documentation, see the Coordinator API documentation.