Commit Graph

2 Commits

Author SHA1 Message Date
aitbc
d7d15c34b5 fix: add package name to contracts/package-lock.json
Added missing "name": "contracts" field to package-lock.json root object to properly identify the package in the lockfile.
2026-04-20 16:59:08 +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