Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Marketplace service: - Added Plugin model to database schema (id, name, description, author, type, version, ipfs_cid, metadata, status, created_at, updated_at, download_count, rating) - Added list_plugins() service method with type and status filters - Added register_plugin() service method - Updated GET /v1/marketplace/plugins to use database instead of mock data - Added POST /v1/marketplace/plugins endpoint for plugin registration - Created plugin table in aitbc_marketplace database Replaces mock plugin data with real database-backed plugin marketplace