chore: refactor logging module, update genesis timestamp, remove model relationships, and reorganize routers

- Rename logging.py to logger.py and update import paths in poa.py and main.py
- Update devnet genesis timestamp to 1766828620
- Remove SQLModel Relationship declarations from Block, Transaction, and Receipt models
- Add SessionDep type alias and get_session dependency in coordinator-api deps
- Reorganize coordinator-api routers: replace explorer/registry with exchange, users, marketplace
This commit is contained in:
oib
2025-12-28 21:05:53 +01:00
parent cdaf1122c3
commit ff5486fe08
146 changed files with 33301 additions and 219 deletions

View File

@ -147,6 +147,8 @@ nav:
- Architecture: getting-started/architecture.md
- User Guide:
- Overview: user-guide/overview.md
- Trade Exchange: trade_exchange.md
- Zero-Knowledge Applications: zk-applications.md
- Creating Jobs: user-guide/creating-jobs.md
- Marketplace: user-guide/marketplace.md
- Explorer: user-guide/explorer.md
@ -166,6 +168,11 @@ nav:
- Authentication: api/coordinator/authentication.md
- Endpoints: api/coordinator/endpoints.md
- OpenAPI Spec: api/coordinator/openapi.md
- ZK Applications API:
- Overview: api/zk/overview.md
- Endpoints: api/zk/endpoints.md
- Circuits: api/zk/circuits.md
- OpenAPI Spec: api/zk/openapi.md
- Blockchain Node API:
- Overview: api/blockchain/overview.md
- WebSocket API: api/blockchain/websocket.md