Commit Graph

  • b20e93d7b8 Merge remote-tracking branch 'github/dependabot/github_actions/github/codeql-action-4' oib 2026-03-07 11:03:02 +01:00
  • 26014c522a Merge remote-tracking branch 'github/dependabot/github_actions/actions/setup-python-6' oib 2026-03-07 11:02:59 +01:00
  • 699146f687 Merge remote-tracking branch 'github/dependabot/github_actions/actions/checkout-6' oib 2026-03-07 11:02:54 +01:00
  • bd9d36c39f Merge remote-tracking branch 'github/dependabot/pip/pytest-mock-3.15.1' oib 2026-03-07 11:02:50 +01:00
  • 867aba79ef resolve: merge conflict - keep ruff 0.15.5, update isort to 8.0.1 oib 2026-03-07 11:02:46 +01:00
  • 8e682b1211 Merge remote-tracking branch 'github/dependabot/pip/ruff-0.15.5' oib 2026-03-07 11:02:16 +01:00
  • a7bf9a5501 Merge remote-tracking branch 'github/dependabot/pip/asyncpg-0.31.0' oib 2026-03-07 11:02:06 +01:00
  • 3952a80bbe Merge remote-tracking branch 'github/dependabot/pip/pyyaml-6.0.3' oib 2026-03-07 11:02:03 +01:00
  • 77b051228a feat: add test mode support to CLI commands with mock responses for offline testing oib 2026-03-07 10:58:37 +01:00
  • 63f4975019 fix: update init_db.py to use asyncio and correct database import oib 2026-03-07 10:57:52 +01:00
  • 4546288f2a Local changes before sync: updated docs and startup scripts oib 2026-03-07 09:52:41 +01:00
  • 9297e45b8b feat: enhance dev environment stop script with persistent service handling and detailed reporting oib 2026-03-06 22:36:28 +01:00
  • 591a40d36e deps(deps): bump pyyaml from 6.0.1 to 6.0.3 dependabot[bot] 2026-03-06 21:19:08 +00:00
  • 1d1d60b62d deps(deps-dev): bump ruff from 0.1.15 to 0.15.5 dependabot[bot] 2026-03-06 21:19:04 +00:00
  • 8e96288778 deps(deps): bump asyncpg from 0.29.0 to 0.31.0 dependabot[bot] 2026-03-06 21:18:54 +00:00
  • 54b724a954 ci(deps): bump actions/checkout from 4 to 6 dependabot[bot] 2026-03-06 21:18:53 +00:00
  • ca3914de1f deps(deps-dev): bump isort from 5.13.2 to 8.0.1 dependabot[bot] 2026-03-06 21:18:50 +00:00
  • 33c20599de ci(deps): bump actions/setup-python from 4 to 6 dependabot[bot] 2026-03-06 21:18:49 +00:00
  • 2ca1ee6bfe deps(deps-dev): bump pytest-mock from 3.12.0 to 3.15.1 dependabot[bot] 2026-03-06 21:18:46 +00:00
  • 5cdd593fe9 ci(deps): bump github/codeql-action from 2 to 4 dependabot[bot] 2026-03-06 21:18:44 +00:00
  • 15427c96c0 chore: update file permissions to executable across repository oib 2026-03-06 22:17:54 +01:00
  • bb5363bebc refactor: consolidate blockchain explorer into single app and update backup ignore patterns oib 2026-03-06 18:14:49 +01:00
  • dc1561d457 refactor: standardize systemd service port assignments and fix hardcoded paths oib 2026-03-06 10:37:43 +01:00
  • a302da73a9 refactor: migrate blockchain CLI commands to use centralized config and update port assignments oib 2026-03-06 10:25:57 +01:00
  • 1511e7e7f5 docs: remove outdated workflow completion summaries and documentation organization files oib 2026-03-05 19:25:04 +01:00
  • 037a9aacc0 docs: remove outdated planning documents and consolidate milestone documentation oib 2026-03-05 14:07:08 +01:00
  • c8ee2a3e6e feat: implement role-based configuration system for CLI with automatic API key management oib 2026-03-05 14:02:51 +01:00
  • 83b5152b40 fix: add debug logging to admin API key validation and re-enable all routers oib 2026-03-05 13:44:37 +01:00
  • b44aeaad97 docs: complete documentation updates workflow for API endpoint fixes oib 2026-03-05 13:34:58 +01:00
  • 7d71ef27c8 fix: resolve CLI API endpoint 404/405 errors oib 2026-03-05 13:32:13 +01:00
  • 0c090c96fa fix: temporarily disable routers to isolate Pydantic validation issue and add agent endpoints to working routers oib 2026-03-05 12:57:40 +01:00
  • 40cf275985 fix: add missing API endpoints for CLI compatibility oib 2026-03-05 12:42:01 +01:00
  • af68f46249 docs: update CLI checklist with comprehensive test results oib 2026-03-05 12:32:19 +01:00
  • efd85060db fix: change miner authentication to use separate X-Miner-ID header instead of API key for miner identification oib 2026-03-05 12:28:17 +01:00
  • 80b9ea4b25 feat: add miner management endpoints and standardize all API paths to /api/v1 prefix oib 2026-03-05 11:12:57 +01:00
  • c2d4f39a36 feat: add blockchain info endpoints and client job filtering capabilities oib 2026-03-05 10:55:19 +01:00
  • 5ff2d75cd1 fix: wrap async ChainManager calls with asyncio.run and update exchange endpoints to use /api/v1 prefix oib 2026-03-05 10:37:37 +01:00
  • 35a546ee01 fix: update blockchain block command to use local node RPC endpoints with fallback search, revert client job submission to /v1/jobs, and document Concrete ML Python 3.13 compatibility limitation oib 2026-03-05 10:19:43 +01:00
  • 776abd2f1c docs: update comprehensive testing results for governance, agents, and advanced scenarios oib 2026-03-05 10:15:29 +01:00
  • d79a06f13a docs: update agent commands testing status oib 2026-03-05 10:14:23 +01:00
  • 3f3850cbc0 fix: standardize all agent API endpoints to use /api/v1 prefix and update blockchain commands to use local node oib 2026-03-05 10:06:42 +01:00
  • d82600a953 fix: update API endpoints to use /api/v1 prefix, fix blockchain node URL, resolve variable scoping issues, and accept multiple success status codes oib 2026-03-05 10:00:21 +01:00
  • 140cc0aa4e fix: implement fallback chain for wallet balance queries with multiple RPC endpoints oib 2026-03-05 09:46:48 +01:00
  • 02518d2f79 fix: update wallet balance and send commands to use blockchain RPC endpoints with workarounds oib 2026-03-05 09:38:24 +01:00
  • 8b28c4d9e3 fix: update agent and wallet API endpoints, improve RPC error handling, and mark additional CLI commands as working oib 2026-03-05 09:28:55 +01:00
  • 5273b1866f fix: remove /v1 prefix from agent API endpoints and resolve variable naming conflicts oib 2026-03-05 09:13:11 +01:00
  • d0fc3174f3 docs: complete test scenarios for all remaining core CLI workflows oib 2026-03-05 09:12:37 +01:00
  • 865b2ded14 docs: add test scenarios for core CLI workflows oib 2026-03-05 09:08:47 +01:00
  • 3685c2949f docs: add test scenarios for config CLI commands oib 2026-03-05 09:04:29 +01:00
  • b14328f493 docs: add test scenarios for analytics and blockchain CLI commands oib 2026-03-05 09:02:13 +01:00
  • 4a13958e95 docs: update CLI test results and checklist with advanced marketplace and payment testing oib 2026-03-05 08:33:28 +01:00
  • 1f16a1c406 fix: resolve SQLModel migrations for .exec() -> .execute().scalars() and API schema issues oib 2026-03-05 08:28:40 +01:00
  • bbbfbf8dde Add comprehensive documentation for Concrete ML compatibility issue oib 2026-03-05 08:14:49 +01:00
  • 4be6f8d5d9 Fix Concrete ML compatibility issue and improve FHE service logging oib 2026-03-05 08:13:45 +01:00
  • 8e974bf0e2 docs: update CLI test results with GPU topology clarification and mark working commands in checklist oib 2026-03-05 07:53:38 +01:00
  • 8125d26df3 docs: add primary CLI test results - 78% success rate with core workflow working oib 2026-03-05 07:42:32 +01:00
  • b6b9ca0edb docs: add comprehensive CLI command checklist with 184 commands across 24 groups oib 2026-03-05 07:30:54 +01:00
  • a25802d319 docs: update CLI documentation with complete command reference and new features oib 2026-03-05 07:26:31 +01:00
  • 51c1993410 fix: disable SQLModel Relationship() in domain models to prevent init errors oib 2026-03-05 07:16:48 +01:00
  • 89bc1ee557 fix: client result command uses /v1/jobs/{id}/result endpoint oib 2026-03-05 07:15:02 +01:00
  • c3e5faa62a feat: add mine-ollama, client result, offers create commands for GPU rental flow oib 2026-03-05 07:05:09 +01:00
  • 5a09348ded fix: resolve sync and db query errors in Coordinator API jobs and db layers oib 2026-03-05 06:30:55 +01:00
  • 87591edfa0 fix: integrate missing routes and update CLI commands oib 2026-03-05 06:23:46 +01:00
  • 210a77d860 refactor(cli): update API endpoints to v1 versioning and add dynamic port configuration to mock server oib 2026-03-04 23:24:10 +01:00
  • a200a50085 chore(config): simplify dependabot configuration and disable enhanced services for CPU-only deployment oib 2026-03-04 16:43:37 +01:00
  • b6d2f5cb17 Add comprehensive security policy for AITBC platform oib 2026-03-04 16:12:04 +01:00
  • 18886ae64b chore(workflows): remove agent-contributions and build-macos-packages workflow files oib 2026-03-04 15:48:02 +01:00
  • 2ec228e826 chore(workflows): disable all GitHub Actions workflows oib 2026-03-04 15:46:49 +01:00
  • 5534226895 refactor(ports): standardize service ports to 8000-8017 range and update CORS configurations across all services oib 2026-03-04 15:43:17 +01:00
  • 3df0a9ed62 chore(cleanup): remove obsolete scripts and update paths for production deployment oib 2026-03-04 13:24:38 +01:00
  • 50954a4b31 chore(systemd): remove obsolete systemd service files and update infrastructure documentation oib 2026-03-04 12:16:50 +01:00
  • 581309369d Update .gitignore for project organization and remove large backup files oib 2026-03-03 20:57:22 +01:00
  • dabb297fa6 chore(cleanup): remove temporary development files and organize .gitignore structure oib 2026-03-03 20:53:59 +01:00
  • f0c7cd321e docs: run automated documentation updates workflow oib 2026-03-03 20:48:51 +01:00
  • 0ebac91f45 fix(sync): resolve multi-chain gossip block propagation and sync across nodes oib 2026-03-03 19:39:52 +01:00
  • abe13d065f fix(blockchain): fix database schema, migrations and add genesis script oib 2026-03-03 17:58:03 +01:00
  • 14d0ed3b44 fix(async): convert PoA proposer methods to async and update coordinator dependencies oib 2026-03-03 15:32:05 +01:00
  • cabbd2d9b7 refactor(domain): standardize metadata field naming to meta_data across all models oib 2026-03-03 15:01:48 +01:00
  • f353e00172 chore(security): enhance environment configuration, CI workflows, and wallet daemon with security improvements oib 2026-03-03 10:33:46 +01:00
  • 00d00cb964 docs(readme): enhance README with CLI tool documentation, GPU provider monetization focus, and performance metrics oib 2026-03-02 22:36:28 +01:00
  • 7bee3f7f58 chore(gitignore): add development tests exclusion patterns oib 2026-03-02 21:59:17 +01:00
  • f086eba111 fix(pytest): remove pytest section header and configure cache directory to dev/cache/ oib 2026-03-02 21:56:15 +01:00
  • 06e8f68cb9 chore: remove edge node configs and update paths from configs/ to config/ oib 2026-03-02 21:56:05 +01:00
  • 3b3e93770e fix(git-hook): correct project root path and exclude .git directories from forbidden check oib 2026-03-02 15:50:43 +01:00
  • d6958abdea Test prevention system fixed oib 2026-03-02 15:50:21 +01:00
  • 205efc0c54 Test git hook fix oib 2026-03-02 15:49:57 +01:00
  • b0a5d1e945 Test commit with correctly placed file oib 2026-03-02 15:43:26 +01:00
  • ccedbace53 chore: remove configuration files and enhance blockchain explorer with advanced search, analytics, and export features oib 2026-03-02 15:38:25 +01:00
  • af185cdd8b docs: remove agent identity SDK deployment and implementation documentation files oib 2026-03-01 00:50:02 +01:00
  • c97e101727 docs(plan): update milestone planning to mark phase 6 complete and transition to Q4 2026 global expansion phase oib 2026-03-01 00:34:12 +01:00
  • 7e9ba75f6c feat(coordinator-api): enhance reinforcement learning service with PyTorch-based PPO, SAC, and Rainbow DQN implementations oib 2026-03-01 00:18:14 +01:00
  • 94b9bbc7f0 docs(plan): update milestone planning with phase 4 focus and success metrics oib 2026-03-01 00:06:33 +01:00
  • 768a0cf8fd feat(coordinator-api,docs): integrate developer platform and governance routers, complete phase 3 documentation oib 2026-02-28 23:32:38 +01:00
  • d8a432ce33 feat: complete phase 3 developer ecosystem and dao governance oib 2026-02-28 23:24:26 +01:00
  • 5bc18d684c feat: add phase 2 decentralized memory python services and tests oib 2026-02-28 23:19:02 +01:00
  • c63259ef2c feat: finish phase 2 decentralized memory and storage tasks oib 2026-02-28 23:18:56 +01:00
  • 6c48ae64b2 feat: finish phase 1 remaining tasks docs update oib 2026-02-28 23:12:21 +01:00
  • bf95cd0d9b feat: complete remaining phase 1 tasks - multi-chain wallet, atomic swaps, and multi-region deployment oib 2026-02-28 23:11:55 +01:00
  • 0e6c9eda72 feat(coordinator-api): integrate dynamic pricing engine with GPU marketplace and add agent identity router oib 2026-02-28 22:57:10 +01:00
  • 85ae21a568 refactor(blockchain-explorer): add HTTPException import for error handling oib 2026-02-28 22:04:46 +01:00