Some checks failed
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
- Changed all session.exec(stmt).first() to session.execute(stmt).scalars().first() - Changed all session.exec(stmt).all() to session.execute(stmt).scalars().all() - Updated count() queries to use execute().scalar() pattern - Fixed request.metadata to request.meta_data in AgentIdentityCore - Removed unused __table_args__ from AgentIdentity model - Added detailed error traceback to create_agent_identity endpoint - Fixed ML ZK proof verification response keys (computation_correct, privacy_preserved)