d82ea9594f
ci(deps): bump actions/cache from 3 to 5 in gpu-benchmark.yml
...
Resolves remaining Dependabot PR #42
2026-03-26 08:47:26 +01:00
oib
50954a4b31
chore(systemd): remove obsolete systemd service files and update infrastructure documentation
...
- Remove 8 unused systemd service files from coordinator-api/systemd/
- aitbc-adaptive-learning.service (port 8005)
- aitbc-advanced-ai.service
- aitbc-enterprise-api.service
- aitbc-gpu-multimodal.service (port 8003)
- aitbc-marketplace-enhanced.service (port 8006)
- aitbc-modality-optimization.service (port 8004)
- aitbc-multimodal.service (port 8002)
- aitbc-openclaw-enhanced.service (port 8007
2026-03-04 12:16:50 +01:00
oib
825f157749
Update Python version requirements and fix compatibility issues
...
- Bump minimum Python version from 3.11 to 3.13 across all apps
- Add Python 3.11-3.13 test matrix to CLI workflow
- Document Python 3.11+ requirement in .env.example
- Fix Starlette Broadcast removal with in-process fallback implementation
- Add _InProcessBroadcast class for tests when Starlette Broadcast is unavailable
- Refactor API key validators to read live settings instead of cached values
- Update database models with explicit
2026-02-24 18:41:08 +01:00
oib
421191ccaf
feat: add transaction hash search to blockchain explorer and cleanup settlement storage
...
Blockchain Explorer:
- Add transaction hash search support (64-char hex pattern validation)
- Fetch and display transaction details in modal (hash, type, from/to, amount, fee, block)
- Fix regex escape sequence in block height validation
- Update search placeholder text to mention both search types
- Add blank lines between function definitions for PEP 8 compliance
Settlement Storage:
- Add timedelta import for future
2026-02-17 14:34:12 +01:00
oib
f97ace74cb
chore: clean up stray .md files — delete junk, move chaos doc
...
- Delete apps/explorer-web/test-results/ (stale Playwright snapshots)
- Delete scripts/dev/dev-utils-README.md (orphaned from deleted dev-utils/)
- Move infra/scripts/README_chaos.md → docs/9_security/3_chaos-testing.md
2026-02-13 23:37:04 +01:00
oib
3b4cc69179
refactor: organize scripts/, remove stale root dirs, clean up structure
...
scripts/ reorganization:
- Sort 14 loose root scripts into subfolders:
blockchain/ (genesis, proposer, mock chain, testnet BTC)
dev/ (CLI wrapper, dev services, OpenAPI gen, systemd setup, domain proxy)
ops/ (coordinator proxy, remote tunnel)
gpu/ (miner workflow)
- Merge scripts/testing/ into scripts/test/ (eliminate duplicate folder)
- Create scripts/examples/ for usage demos and simulations
Root-level cleanup:
- Move home/ (12 simulation scripts) → scripts/examples/
- Move dev-utils/ (2 files) → scripts/dev/
- Move protocols/receipts/sample → tests/fixtures/
- Delete stale src/ (duplicate of apps/blockchain-node/src/)
- Remove empty home/, dev-utils/, protocols/ directories
Documentation updates:
- Update docs/6_architecture/8_codebase-structure.md tree and table
- Update root README.md tree to reflect new structure
2026-02-13 23:26:53 +01:00
oib
b8b640666d
feat: add foreign key constraints and metrics for blockchain node
2025-09-28 06:04:30 +02:00