Commit Graph

5 Commits

Author SHA1 Message Date
aitbc1
67f26070f0 Apply rustfmt formatting to fix long println! statement
All checks were successful
security-scanning / audit (push) Successful in 11s
Rust ZK Components Tests / test-rust-zk (push) Successful in 47s
AITBC CLI Level 1 Commands Test / test-cli-level1 (push) Successful in 11s
2026-03-28 20:18:16 +01:00
aitbc1
f0581c78e6 Fix Display trait error in gpu_zk_research - use Debug format for Fp type
Some checks failed
security-scanning / audit (push) Successful in 14s
Rust ZK Components Tests / test-rust-zk (push) Failing after 12s
2026-03-28 20:17:14 +01:00
AITBC System
b033923756 chore: normalize file permissions across repository
- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore)
- Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md)
- Remove executable permissions from web assets (HTML, CSS, JS files)
- Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt)
- Remove executable permissions from source code files across all apps
- Add executable permissions to Python
2026-03-08 11:26:18 +01:00
oib
15427c96c0 chore: update file permissions to executable across repository
- Change file mode from 644 to 755 for all project files
- Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet"
- Rename Miner.extra_meta_data to extra_metadata for consistency
2026-03-06 22:17:54 +01:00
oib
27e836bf3f refactor(coordinator): standardize database path to follow blockchain-node pattern
- Change coordinator database from /opt/data/coordinator.db to ./data/coordinator.db
- Update config.py to use relative path consistent with blockchain-node
- Update deployment scripts to use /opt/coordinator-api/data/coordinator.db
- Add data directory creation in init_db() for consistency
- Update .env.example files to reflect new standard
- Maintain backward compatibility for production deployment
2026-02-27 17:32:00 +01:00