Commit Graph

  • ccedcc6085 Implement AITBC wallet adapter for REST API wallet creation aitbc 2026-05-15 12:10:52 +02:00
  • 9f6d798040 Implement bridge request read/cancel and multi-chain transaction DB persistence aitbc 2026-05-15 09:17:32 +02:00
  • 73b04f6117 fix: swarm coordinator endpoints aitbc 2026-05-15 06:37:01 +02:00
  • 81e53996d1 Fix consensus endpoint bug - use request_data.consensus_threshold aitbc 2026-05-15 06:27:30 +02:00
  • f86d9379ae fix: island leave endpoint now working aitbc 2026-05-15 06:19:18 +02:00
  • ef8c1f216e fix: re-raise HTTPException in RequestLoggingMiddleware aitbc 2026-05-15 06:05:01 +02:00
  • a8440e12d1 Clean up debug code from router.py - restore proper leave_island handler aitbc 2026-05-15 05:57:17 +02:00
  • d3c2d0c263 Implement dispute resolution contract and service integration aitbc 2026-05-15 00:55:29 +02:00
  • 1f9aa8afc3 Implement knowledge graph marketplace backend with database and REST endpoints aitbc 2026-05-15 00:38:32 +02:00
  • b27e29c3e4 Fix SQLAlchemy reserved name conflict - rename metadata to plugin_metadata aitbc 2026-05-15 00:31:29 +02:00
  • bc6ff19568 Implement plugin marketplace backend with database aitbc 2026-05-15 00:29:43 +02:00
  • c4a2afee37 Add missing plugin CLI commands and REST API endpoint aitbc 2026-05-15 00:24:29 +02:00
  • 398c14ed96 Make marketplace offer provider nullable - no auth context in router aitbc 2026-05-15 00:08:40 +02:00
  • 86b39d4724 Fix marketplace offer creation provider NULL constraint violation aitbc 2026-05-15 00:05:09 +02:00
  • 9e17f5d928 Fix INVALID_AGENT error in messaging contract - auto-register new agents aitbc 2026-05-14 23:59:32 +02:00
  • 7139e28b4e fix: IPFS integration improvements aitbc 2026-05-14 23:56:14 +02:00
  • 4123d9aa43 Start island manager background tasks in blockchain node aitbc 2026-05-14 23:46:36 +02:00
  • 026e2ccdcd Fix chain_id query parameter in cross-chain wallet balance endpoint aitbc 2026-05-14 23:24:40 +02:00
  • c7091fb52e Fix UTC NameError in exceptions.py aitbc 2026-05-14 23:23:37 +02:00
  • b8a395f341 Make IPFS/Web3 dependencies optional in ipfs_storage_service aitbc 2026-05-14 23:13:12 +02:00
  • 94215d96c0 Fix logging import error in ipfs_storage_service aitbc 2026-05-14 23:11:23 +02:00
  • 4ce9d2b8a5 Create missing secure_pickle module for Coordinator API aitbc 2026-05-14 23:09:57 +02:00
  • a3cedae262 Fix IPFS router import path error aitbc 2026-05-14 23:03:55 +02:00
  • 2ccf80ad5e Fix Coordinator Concrete ML import error for Python 3.13 aitbc 2026-05-14 23:03:12 +02:00
  • 57f7330bee Add Edge API client to Agent SDK aitbc 2026-05-14 22:59:39 +02:00
  • 20b75e8727 Add Edge API CLI commands aitbc 2026-05-14 22:56:17 +02:00
  • 5bdac529af Phase 6 complete: Edge metrics endpoints aitbc 2026-05-14 22:48:28 +02:00
  • 32f68f0030 Phase 5 complete: Edge serve operations endpoints aitbc 2026-05-14 22:45:21 +02:00
  • ffc57bc43c Phase 4 complete: Edge database operations endpoints aitbc 2026-05-14 22:38:24 +02:00
  • b4675840cd Refactor edge database service to use dependency injection and simplify API aitbc 2026-05-14 22:34:07 +02:00
  • 13c60d6486 Phase 3 complete: GPU operations endpoints aitbc 2026-05-14 22:24:02 +02:00
  • 4097c71276 Phase 2 complete: Island operations endpoints aitbc 2026-05-14 22:15:29 +02:00
  • 60559efb47 Implement edge database operations and fix island RPC endpoint paths aitbc 2026-05-14 22:08:12 +02:00
  • ab8c23dba1 Add island management RPC endpoints and enhance governance service aitbc 2026-05-14 22:00:02 +02:00
  • a9405a0d28 Create edge-api service foundation - Phase 1 complete aitbc 2026-05-14 21:50:09 +02:00
  • 4a1e39dd3c Fix async issues in seed_profiles and resolve GPU service port conflict aitbc 2026-05-14 18:38:35 +02:00
  • 3ac3674dc4 Fix edge GPU endpoints for marketplace integration aitbc 2026-05-14 18:35:03 +02:00
  • 05e2d1ec39 Fix Pydantic V2 and FastAPI deprecation warnings aitbc 2026-05-14 16:37:09 +02:00
  • 836921e616 Fix PyCUDA initialization to handle nodes without CUDA-capable devices aitbc 2026-05-14 16:33:37 +02:00
  • f77ef06b0a fix: resolve trading service async/sync mismatch and enhance analytics aitbc 2026-05-14 16:20:42 +02:00
  • 3a5b80a98f Refactor AITBCWalletAdapter for cleaner code and add mainnet/testnet subclasses aitbc 2026-05-14 15:26:41 +02:00
  • ffc9e648b5 Fix bridge request creation and clean up debug statements aitbc 2026-05-14 13:22:58 +02:00
  • a63a85bc6e Fix BridgeRequest ID type mismatch and address validation aitbc 2026-05-14 13:17:51 +02:00
  • dc6a66d477 Implement AITBC wallet adapter using native RPC protocol aitbc 2026-05-14 12:21:10 +02:00
  • fd7a04cc27 Fix cross-chain bridge web3 import and RPC URL configuration aitbc 2026-05-14 12:07:11 +02:00
  • 58376a3aec Fix coordinator-api PostgreSQL permissions and deploy to aitbc1 aitbc 2026-05-14 11:53:05 +02:00
  • bb41572956 Activate cross-chain bridge service in coordinator API aitbc 2026-05-14 10:20:49 +02:00
  • 4955e64ec9 Fix chain isolation violations and add monitoring aitbc 2026-05-14 10:10:04 +02:00
  • 66aa112407 Update monitoring service reference in SMART_CONTRACT_DEPLOYMENT.md aitbc 2026-05-14 09:21:19 +02:00
  • a6099d6a73 Update logger name from 'aitbc-monitor' to 'aitbc-monitoring' for consistency aitbc 2026-05-14 09:20:34 +02:00
  • 4f1b4e1b74 Update monitoring script references from aitbc-monitor to aitbc-monitoring aitbc 2026-05-14 09:16:41 +02:00
  • d339d15f40 Remove legacy aitbc-monitor.service aitbc 2026-05-14 09:09:44 +02:00
  • 83b661c4b4 refactor: update PYTHONPATH in systemd services and fix import paths aitbc 2026-05-14 08:53:02 +02:00
  • f5266e3292 fix: update plugin and monitoring wrapper paths to examples/stubs aitbc 2026-05-13 11:16:20 +02:00
  • c83f51e0b9 refactor: reorganize imports to use bounded context structure aitbc 2026-05-13 11:06:32 +02:00
  • 2b6f4c2826 refactor: add rate limiting to agent coordinator routers aitbc 2026-05-13 09:32:53 +02:00
  • 6025df7013 refactor: add rate limiting to agent performance, cache management, confidential, dynamic pricing, and edge GPU routers aitbc 2026-05-12 21:59:39 +02:00
  • 86137daf5f refactor: add rate limiting to all API endpoints across routers aitbc 2026-05-12 21:52:10 +02:00
  • a266b3b70e ci: replace artifact upload with Gitea release API and add structured logging with rate limiting aitbc 2026-05-12 21:33:20 +02:00
  • 40cee6d791 refactor: enhance configuration with security validation, database pooling, and rate limiting aitbc 2026-05-12 21:17:54 +02:00
  • f4688aefbd refactor: improve imports, fix datetime usage, and reorganize cross-chain services aitbc 2026-05-12 20:49:01 +02:00
  • c87806b68b refactor: reorganize services into bounded contexts and implement async database support aitbc 2026-05-12 18:10:58 +02:00
  • 6895770510 refactor: reorganize agent services into agent_coordination package and improve error handling aitbc 2026-05-12 17:24:15 +02:00
  • 2d4f65af46 refactor: replace print() with logger and fix code indentation aitbc 2026-05-12 17:05:26 +02:00
  • 745f791eda refactor: improve error handling and remove hardcoded credentials aitbc 2026-05-12 17:01:57 +02:00
  • 9133609603 refactor: improve security, error handling, and service configuration aitbc 2026-05-12 10:42:48 +02:00
  • 3897bcbf24 refactor: move version to separate module and improve logging aitbc 2026-05-11 20:12:01 +02:00
  • dc1c563f6e docs: add SQL database infrastructure documentation aitbc 2026-05-11 16:03:53 +02:00
  • 5ffba8fb1f ci: refactor Gitea workflows to use environment variables for workspace paths aitbc 2026-05-11 14:52:36 +02:00
  • 99205f97b0 ci: refactor Gitea workflows to use environment variables for workspace paths aitbc 2026-05-11 14:26:44 +02:00
  • 3105189d4c refactor: convert deploy_aitoken_staging.js to ES6 module syntax aitbc 2026-05-11 13:54:15 +02:00
  • e4f1a96172 ci: standardize pytest invocation and add security scanning aitbc 2026-05-11 13:46:42 +02:00
  • eeed0c61a3 docs: make deployment SSL handling manual aitbc 2026-05-11 08:12:30 +02:00
  • e23fcddbde docs: remove outdated PROJECT_COMPLETION_SUMMARY.md aitbc 2026-05-09 22:32:53 +02:00
  • a94abdecfd docs: update quality-assurance-plan.md to Debian stable only aitbc 2026-05-09 22:32:08 +02:00
  • 2138d2959b docs: update package-publishing-plan.md to use Gitea Actions aitbc 2026-05-09 22:30:48 +02:00
  • 755b750ea3 docs: update distribution plan to Debian stable only aitbc 2026-05-09 22:29:25 +02:00
  • 16e2cbe646 docs: remove Docker support from deployment automation plan aitbc 2026-05-09 22:28:16 +02:00
  • 8148698467 chore: move Windsurf workflow plans to .windsurf/plans/ aitbc 2026-05-09 22:24:25 +02:00
  • 6b25652242 feat: add Windsurf workflow plans for v0.1 release preparation aitbc 2026-05-09 22:22:52 +02:00
  • 5644cfead1 docs: refactor ROADMAP.md for clarity and current relevance aitbc 2026-05-09 22:19:18 +02:00
  • c274c95fa1 docs: remove IMPLEMENTED status markers from ROADMAP.md aitbc 2026-05-09 22:16:58 +02:00
  • 75f3ea940c docs: update ROADMAP.md with actual implementation status aitbc 2026-05-09 22:14:58 +02:00
  • 20e6ca8594 docs: remove completed sections from ROADMAP.md aitbc 2026-05-09 22:13:07 +02:00
  • 4e91ac1e4b docs: sort analysis files into appropriate subdirectories aitbc 2026-05-09 22:00:06 +02:00
  • 46f6b9b17b docs: archive legacy planning documentation to docs/archive/planning/ aitbc 2026-05-09 21:58:17 +02:00
  • 28de2aa309 docs: fix path references in docs/planning/README.md after migration aitbc 2026-05-09 21:56:15 +02:00
  • 2c9b7bad78 docs: remove docs/project/README.md and directory after merge aitbc 2026-05-09 21:55:06 +02:00
  • a7fbf58462 docs: merge docs/project files into appropriate doc directories aitbc 2026-05-09 21:52:55 +02:00
  • 157048ea1f docs: add v0.2.2.1-v0.2.2.5 releases for February 17 - March 1, 2026 commits aitbc 2026-05-09 21:47:30 +02:00
  • 46f2fb51d4 docs: add v0.2.1.1-v0.2.1.5 releases for February 11-15, 2026 commits aitbc 2026-05-09 21:45:17 +02:00
  • cd46e82226 docs: add v0.1.2-v0.1.4 releases for git commits between January 16 and February 2, 2026 aitbc 2026-05-09 21:43:40 +02:00
  • 7d6553382f docs: add v0.0.2-v0.0.5 releases for actual git commits between December 2025 and January 2026 aitbc 2026-05-09 21:41:17 +02:00
  • 6f96e94665 docs: remove 5_done.md after migrating all content to releases aitbc 2026-05-09 21:33:18 +02:00
  • dd0c353d5a docs: add v0.3.0 and v0.3.5-v0.3.9 releases to migrate missing 5_done.md content aitbc 2026-05-09 21:32:26 +02:00
  • 7538a0b17a docs: add v0.1.1 release for cross-site synchronization aitbc 2026-05-09 21:26:29 +02:00
  • 8066fde3e8 docs: add v0.2.8 and v0.2.9 releases based on git history aitbc 2026-05-09 21:25:47 +02:00
  • f65f74855e docs: add v0.2.6 and v0.2.7 releases based on git history, fix date conflicts aitbc 2026-05-09 21:24:56 +02:00
  • d7054791f8 docs: create fake releases v0.0.1 through v0.2.2 based on 5_done.md aitbc 2026-05-09 21:19:32 +02:00
  • 578a9aa5ca docs: rename hermes training files with legacy openclaw names to hermes aitbc 2026-05-09 21:14:54 +02:00