Some checks failed
CLI Tests / test-cli (push) Failing after 6s
Deploy to Testnet / deploy-testnet (push) Successful in 1m16s
API Endpoint Tests / test-api-endpoints (push) Failing after 3h2m28s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 1h59m22s
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Added comprehensive marketplace functionality to Exchange API and CLI: - Created marketplace_offers and marketplace_orders database tables - Implemented REST endpoints: GET/POST/DELETE for offers and orders - Added marketplace CLI handlers with proper URL resolution and auth - Support for creating offers, booking offers, listing orders, and cancellations - Fixed order status values from 'OPEN'/'FILLED' to 'open'/'filled'