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
This commit is contained in:
oib
2026-03-06 22:17:54 +01:00
parent bb5363bebc
commit 15427c96c0
1794 changed files with 43849 additions and 530 deletions

0
apps/pool-hub/README.md Normal file → Executable file
View File

0
apps/pool-hub/migrations/env.py Normal file → Executable file
View File

View File

0
apps/pool-hub/poetry.lock generated Normal file → Executable file
View File

0
apps/pool-hub/pyproject.toml Normal file → Executable file
View File

0
apps/pool-hub/src/app/registry/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/registry/miner_registry.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/routers/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/routers/health.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/routers/jobs.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/routers/miners.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/routers/pools.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/scoring/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/app/scoring/scoring_engine.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/deps.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/main.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/prometheus.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/health.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/match.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/metrics.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/services.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/ui.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/routers/validation.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/schemas.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/app/templates/services.html Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/database.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/models.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/redis_cache.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/repositories/__init__.py Normal file → Executable file
View File

View File

View File

View File

0
apps/pool-hub/src/poolhub/services/validation.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/settings.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/storage/__init__.py Normal file → Executable file
View File

0
apps/pool-hub/src/poolhub/storage/redis_keys.py Normal file → Executable file
View File

0
apps/pool-hub/tests/conftest.py Normal file → Executable file
View File

0
apps/pool-hub/tests/test_api.py Normal file → Executable file
View File

0
apps/pool-hub/tests/test_repositories.py Normal file → Executable file
View File