Commit Graph

3 Commits

Author SHA1 Message Date
aitbc
1b5f27e9db Update .gitignore and fix audit paths to use standard Linux directories
Some checks failed
CLI Tests / test-cli (push) Failing after 2s
Security Scanning / security-scan (push) Successful in 1m32s
- Add comprehensive runtime file patterns to .gitignore (data/, config/, logs/, production/, *.log, *.db, *.db-wal, *.db-shm)
- Keep *.example files tracked for configuration templates
- Update CLI audit command to use FHS-compliant paths (/var/lib/aitbc, /etc/aitbc, /var/log/aitbc)
2026-04-23 12:47:22 +02:00
aitbc
af7a971404 fix: update .gitignore to exclude tracked runtime files
Some checks failed
CLI Tests / test-cli (push) Failing after 3s
Security Scanning / security-scan (push) Successful in 22s
- Added cli/config/ to gitignore (CLI configuration files)
- Added dev/cache/logs/ to gitignore (development logs)
- Added dev/config/ to gitignore (development config)
- Added dev/test-nodes/*/data/ to gitignore (test node data)
- Removed tracked runtime files from git index
- Kept apps/coordinator-api/src/app/data/ (contains application code)
- Removed contracts/artifacts/**/*.dbg.json (debug artifacts)
- Removed dev/test-nodes/brother_node/data/*.db (database files)
- Removed dev/cache/logs/*.log (log files)
- Removed dev/config/* (development config files)
2026-04-23 12:36:41 +02:00
aitbc
7c51f3490b Remove outdated GPU marketplace endpoint and fix staking service logic
- Remove duplicate `/marketplace/gpu/{gpu_id}` endpoint from marketplace_gpu.py
- Remove marketplace_gpu router inclusion from main.py (already included elsewhere)
- Fix staking service staker_count logic to check existing stakes before increment/decrement
- Add minimum stake amount validation (100 AITBC)
- Add proper error handling for stake not found cases
- Fix staking pool update to commit and refresh after modifications
- Update CLI send_transaction to use chain
2026-04-13 22:07:51 +02:00