Files
aitbc/apps
aitbc 2b0e16267e fix: blockchain RPC mapper errors and missing contract stubs
- Fix SQLAlchemy relationship references in base_models.py (models.Transaction -> base_models.Transaction)
- Create contracts_stub.py for when contract_service module is unavailable
- Wire up contracts_stub as fallback in router.py imports
- Blockchain RPC now returns data instead of 503 errors
2026-05-25 18:16:38 +02:00
..