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:
0
apps/pool-hub/README.md
Normal file → Executable file
0
apps/pool-hub/README.md
Normal file → Executable file
0
apps/pool-hub/migrations/env.py
Normal file → Executable file
0
apps/pool-hub/migrations/env.py
Normal file → Executable file
0
apps/pool-hub/migrations/versions/a58c1f3b3e87_initial_schema.py
Normal file → Executable file
0
apps/pool-hub/migrations/versions/a58c1f3b3e87_initial_schema.py
Normal file → Executable file
0
apps/pool-hub/poetry.lock
generated
Normal file → Executable file
0
apps/pool-hub/poetry.lock
generated
Normal file → Executable file
0
apps/pool-hub/pyproject.toml
Normal file → Executable file
0
apps/pool-hub/pyproject.toml
Normal file → Executable file
0
apps/pool-hub/src/app/registry/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/registry/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/registry/miner_registry.py
Normal file → Executable file
0
apps/pool-hub/src/app/registry/miner_registry.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/health.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/health.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/jobs.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/jobs.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/miners.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/miners.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/pools.py
Normal file → Executable file
0
apps/pool-hub/src/app/routers/pools.py
Normal file → Executable file
0
apps/pool-hub/src/app/scoring/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/scoring/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/app/scoring/scoring_engine.py
Normal file → Executable file
0
apps/pool-hub/src/app/scoring/scoring_engine.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/deps.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/deps.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/main.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/main.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/prometheus.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/prometheus.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/health.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/health.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/match.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/match.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/metrics.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/metrics.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/services.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/services.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/ui.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/ui.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/validation.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/routers/validation.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/schemas.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/schemas.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/templates/services.html
Normal file → Executable file
0
apps/pool-hub/src/poolhub/app/templates/services.html
Normal file → Executable file
0
apps/pool-hub/src/poolhub/database.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/database.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/models.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/models.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/redis_cache.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/redis_cache.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/feedback_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/feedback_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/match_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/match_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/miner_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/repositories/miner_repository.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/services/validation.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/services/validation.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/settings.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/settings.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/storage/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/storage/__init__.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/storage/redis_keys.py
Normal file → Executable file
0
apps/pool-hub/src/poolhub/storage/redis_keys.py
Normal file → Executable file
0
apps/pool-hub/tests/conftest.py
Normal file → Executable file
0
apps/pool-hub/tests/conftest.py
Normal file → Executable file
0
apps/pool-hub/tests/test_api.py
Normal file → Executable file
0
apps/pool-hub/tests/test_api.py
Normal file → Executable file
0
apps/pool-hub/tests/test_repositories.py
Normal file → Executable file
0
apps/pool-hub/tests/test_repositories.py
Normal file → Executable file
Reference in New Issue
Block a user