Commit Graph

  • 9261058754 docs: add blockchain, edge GPU, and multi-modal RL router documentation aitbc 2026-05-03 23:13:40 +02:00
  • 70b1a9a83f fix: improve error handling in multi-modal RL health endpoint aitbc 2026-05-03 23:11:21 +02:00
  • 3b09e6b5c5 feat: implement multi-modal RL router with AI service integration aitbc 2026-05-03 23:10:26 +02:00
  • a277b0a10f feat: implement edge GPU router with nvidia-smi discovery aitbc 2026-05-03 23:09:26 +02:00
  • 4bc4c1048a fix: remove duplicate /status endpoint in blockchain router aitbc 2026-05-03 23:07:18 +02:00
  • 8568fcb70a fix: remove keyword args from logger.info in PerformanceLoggingMiddleware aitbc 2026-05-03 23:06:11 +02:00
  • b3cb4a8c2b feat: add mock data fallback for blockchain status aitbc 2026-05-03 23:04:58 +02:00
  • cbf80de0f8 fix: remove keyword args from logger.warning in rate_limit_handler aitbc 2026-05-03 23:04:12 +02:00
  • b846ca661d fix: remove keyword args from logger.warning in validation_error_handler aitbc 2026-05-03 23:03:32 +02:00
  • c689742d0b fix: remove keyword args from logger.warning in error_handler aitbc 2026-05-03 23:02:31 +02:00
  • ac7b8bb67c fix: remove logger.bind() call in request_id middleware aitbc 2026-05-03 23:01:29 +02:00
  • 217680f0ec fix: remove all keyword args from logger.error in error_handler aitbc 2026-05-03 23:00:35 +02:00
  • f9cd2d9849 fix: replace 'error' with 'exc' in error_handler middleware aitbc 2026-05-03 23:00:02 +02:00
  • 69f8930d73 fix: update systemd service dependencies aitbc 2026-05-03 22:59:39 +02:00
  • ae9623c4ea fix: replace 'error' key with 'exc' in logger extra params aitbc 2026-05-03 22:58:52 +02:00
  • a2ceca3cda fix: comment out logger.error in general_exception_handler aitbc 2026-05-03 22:58:10 +02:00
  • 24d2271503 fix: remove logger.error calls to avoid _log() error aitbc 2026-05-03 22:57:05 +02:00
  • 38e767bdec fix: correct datetime.UTC usage in exceptions.py aitbc 2026-05-03 22:55:40 +02:00
  • 4af62c3ed5 feat: re-enable routers and add blockchain RPC endpoints aitbc 2026-05-03 22:54:52 +02:00
  • a5c221183a fix: disable drop_all in init_db to fix startup hang aitbc 2026-05-03 22:53:24 +02:00
  • b02f33d68b fix: disable edge_gpu and multi_modal_rl routers due to startup hang aitbc 2026-05-03 22:51:48 +02:00
  • fae5c39985 Revert "feat: add blockchain RPC proxy endpoints" aitbc 2026-05-03 22:50:47 +02:00
  • 5f0b183b03 feat: add blockchain RPC proxy endpoints aitbc 2026-05-03 22:47:58 +02:00
  • 5df3d7deff fix: add missing router imports and include routers in app aitbc 2026-05-03 22:25:59 +02:00
  • bf560e9ac8 feat: enable blockchain, multi-modal RL, and edge GPU routers aitbc 2026-05-03 22:24:50 +02:00
  • d7da8ba880 fix: update ai-service module path in systemd service aitbc 2026-05-03 22:12:07 +02:00
  • 805c428a41 docs: update blockchain node documentation for Phase 1.3 completion aitbc 2026-05-03 22:08:57 +02:00
  • cbf2a8a160 feat: add aitbc_mempool PostgreSQL database to deployment setup aitbc 2026-05-03 22:07:16 +02:00
  • 188878ccd4 fix: add SyslogIdentifier to systemd services for proper journal logging aitbc 2026-05-03 22:06:32 +02:00
  • 11119a022e refactor: remove warning-only code path for state root validation aitbc 2026-05-03 21:56:16 +02:00
  • 36cdd9b188 feat: implement Phase 1.3 state root validation enforcement aitbc 2026-05-03 21:51:55 +02:00
  • 2f699c3a8b fix: use func.count() for mempool count queries in PostgreSQL aitbc 2026-05-03 21:17:27 +02:00
  • 4f870e9d8d fix: update init_mempool calls to use db_url instead of db_path aitbc 2026-05-03 21:14:26 +02:00
  • f07a5de9b1 refactor: implement proper Merkle Patricia Trie with node types and proof generation aitbc 2026-05-03 20:11:26 +02:00
  • e0061480d9 refactor: remove CodeQL custom queries directory for Python aitbc 2026-05-03 19:50:40 +02:00
  • caad83f766 feat: add configure_logging function to aitbc_logging module aitbc 2026-05-03 19:33:19 +02:00
  • 75cf8b007f refactor: remove deprecated logging.py compatibility layer aitbc 2026-05-03 19:22:08 +02:00
  • 19d415a235 feat: add SQLCipher database encryption support and consolidate agent documentation aitbc 2026-05-03 12:00:38 +02:00
  • 8f6a2f208c Fix missing _fetch_chain_head method in PoAProposer aitbc 2026-05-03 10:20:59 +02:00
  • 789d309f8c Implement Phase 1.3 state root enforcement with RPC bootstrap aitbc 2026-05-03 10:15:38 +02:00
  • 7f7e01be10 feat: add composite unique constraint for chain_id and block hash aitbc 2026-05-03 09:50:18 +02:00
  • a332ba18b5 feat: add multi-chain support to agent daemon and improve fork detection logging aitbc 2026-05-03 09:41:30 +02:00
  • 16cce7d850 ci: make chain configuration check optional in CI aitbc 2026-05-02 19:04:34 +02:00
  • 7e9463eabe ci: make broadcaster module check optional in CI aitbc 2026-05-02 19:02:29 +02:00
  • 3dfc7a9713 ci: remove all SSH-dependent steps from multi-chain island workflow aitbc 2026-05-02 18:57:56 +02:00
  • 6cce01af3c ci: fix duplicate if keys in workflow YAML aitbc 2026-05-02 18:54:07 +02:00
  • 7cb669562b ci: fix SSH connectivity issue in multi-chain island workflow aitbc 2026-05-02 18:51:58 +02:00
  • d963d8bfdf docs: update archive README with current statistics and date aitbc 2026-05-02 18:47:01 +02:00
  • eee8e4d7ae skills: add multi-chain island architecture skill aitbc 2026-05-02 18:44:18 +02:00
  • 0dceb3baf0 ci: add Gitea workflow for multi-chain island architecture testing aitbc 2026-05-02 18:41:15 +02:00
  • cf53ac7128 test: add multi-chain island architecture test script and update validation aitbc 2026-05-02 18:38:14 +02:00
  • ec84cfdc9c docs: add multi-chain island architecture scenario documentation aitbc 2026-05-02 18:34:32 +02:00
  • 9036e8db08 deps: add broadcaster to dependencies for Redis gossip backend aitbc 2026-05-02 18:26:27 +02:00
  • fb93828e9d debug: add BROKER SUB logging to track Redis message reception aitbc 2026-05-02 18:21:48 +02:00
  • 12fc0d729f debug: add detailed broadcast logging to verify gossip topic usage aitbc 2026-05-02 18:05:35 +02:00
  • c627bba425 fix: add missing Account import for bulk sync aitbc 2026-05-02 17:09:35 +02:00
  • 4eaea431fd fix: add missing StateManager import for bulk sync aitbc 2026-05-02 17:08:08 +02:00
  • f44d6d3149 cleanup: remove debug logging from blockchain sync investigation aitbc 2026-05-02 17:01:23 +02:00
  • b63cb80266 debug: add block source logging from gossip aitbc 2026-05-02 16:53:37 +02:00
  • 000eb998f1 debug: add database query logging to import_block aitbc 2026-05-02 16:52:03 +02:00
  • 989e298622 debug: add database path logging to ChainSync aitbc 2026-05-02 16:51:17 +02:00
  • 83c4dd6820 debug: add parent_exists check logging aitbc 2026-05-02 16:43:10 +02:00
  • 4b7d959802 debug: add print statement for bulk sync failure reason aitbc 2026-05-02 16:41:39 +02:00
  • dfe0926ba9 debug: add block_hash to bulk sync failure log aitbc 2026-05-02 16:40:28 +02:00
  • c0cf1a67d0 fix: add asyncpg dependency to ai-service aitbc 2026-05-02 16:26:21 +02:00
  • 60dfe5caed security: fix uuid vulnerability in contracts via npm overrides aitbc 2026-05-02 16:24:18 +02:00
  • bfcc8e3663 security: update vulnerable dependencies in Python services aitbc 2026-05-02 16:23:28 +02:00
  • 07f988bc1f fix: address gateway resilience and readiness review items aitbc 2026-05-02 16:17:15 +02:00
  • 88281f39ac fix: stop blockchain bulk sync after first failed block aitbc 2026-05-02 16:01:56 +02:00
  • b9d061948c fix: set marketplace DATABASE_URL in systemd unit aitbc 2026-05-02 15:47:54 +02:00
  • 9215684722 Add default_peer_rpc_url to blockchain node configuration and refactor env setup scripts aitbc 2026-05-02 15:35:34 +02:00
  • 683a8d85ac fix: remove duplicate registration of DAOGovernanceEnhanced in test setup aitbc 2026-05-02 15:25:06 +02:00
  • 21ca52aa27 Replace datetime.UTC with timezone.utc in staking test data generator and QA cycle script aitbc 2026-05-02 15:22:24 +02:00
  • 3d1a178ab5 Remove deployment notification steps and script from CI workflows aitbc 2026-05-02 15:17:40 +02:00
  • 26fb8c38a3 Fix datetime.timezone.utc references in agent SDK aitbc 2026-05-02 15:01:25 +02:00
  • 887c7bd764 Add pydantic-settings to CLI test environment dependencies aitbc 2026-05-02 14:56:18 +02:00
  • c38aebca4d Add nosec B104 comments to 0.0.0.0 bindings and fix datetime.UTC references aitbc 2026-05-02 14:55:21 +02:00
  • 4aa6452320 fix: add pydantic to CLI test environment dependencies aitbc 2026-05-02 14:53:31 +02:00
  • 0784080465 fix: address post-push review issues - security, resilience, and code quality aitbc 2026-05-02 14:51:13 +02:00
  • 27993bee72 Update documentation to reflect 12 atomic skills and current service ports aitbc 2026-05-02 14:38:19 +02:00
  • 316dc8e894 Update workflows for agent coordinator and app deps aitbc 2026-05-02 13:34:08 +02:00
  • 940615bb02 Fix UTC usage in staking test data generator aitbc 2026-05-02 13:30:36 +02:00
  • 1227b15e29 Install sqlmodel for app package tests aitbc 2026-05-02 13:12:25 +02:00
  • ea02be4d28 Fix staking async tests and UTC normalization aitbc 2026-05-02 13:09:26 +02:00
  • 511b81849d Fix UTC usage in archived test files aitbc 2026-05-02 12:44:35 +02:00
  • fdf4f8f809 Split python tests to avoid conftest collisions aitbc 2026-05-02 12:38:55 +02:00
  • a2e2aedeee Fix UTC usage in cross-chain sync helpers aitbc 2026-05-02 12:29:15 +02:00
  • f023562d25 Fix sync module model imports aitbc 2026-05-02 12:20:55 +02:00
  • e90a73e2a9 Fix sync module missing metrics import aitbc 2026-05-02 12:16:58 +02:00
  • 522db73104 Fix missing settings import in chain sync gossip handler aitbc 2026-05-02 12:13:50 +02:00
  • 047899e862 Publish blocks to chain-specific channels instead of global blocks channel aitbc 2026-05-02 11:50:37 +02:00
  • 74499f8794 Add chain_id to block_data and check for success in import response aitbc 2026-05-02 11:46:41 +02:00
  • 519410228d Add chain_id parameter to chain_sync service for ait-testnet sync aitbc 2026-05-02 11:41:53 +02:00
  • 680baaa55b Add PostgreSQL database setup to setup.sh aitbc 2026-05-02 10:44:14 +02:00
  • a387665f1a Add centralized PostgreSQL database setup script aitbc 2026-05-02 10:37:58 +02:00
  • 32c5564db0 Add gpu-service data directory exception to .gitignore aitbc 2026-05-02 10:28:03 +02:00
  • f8297a52b3 Update gpu service DATABASE_URL to point to aitbc1 PostgreSQL aitbc 2026-05-02 10:24:48 +02:00
  • fd8a516ba5 Add gpu-service data directory to git and update .gitignore aitbc 2026-05-02 10:22:52 +02:00
  • 62cf321da9 Update governance and trading DATABASE_URL to use IP address aitbc 2026-05-02 10:17:55 +02:00
  • c80aa7c0c0 Update governance and trading DATABASE_URL to point to aitbc1 PostgreSQL aitbc 2026-05-02 10:15:51 +02:00