Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (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
API Endpoint Tests / test-api-endpoints (push) Successful in 22s
Production Tests / Production Integration Tests (push) Successful in 19s
messages.py: - Added import json (was missing) - Fixed send_message to store in Redis FIRST (always) then optionally notify via protocol (not required) - Fixed broadcast_message to store in Redis FIRST (always) then optionally notify via protocol - Added total count to get_message_history return value message_storage.py: - Fixed store_message to convert timestamp to float for zadd - Added get_message_count() method to get total message count