Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0a4e5a
chore(deps-dev): bump xdeployer from 3.1.6 to 3.1.25 (#3955)
dependabot[bot] Jul 9, 2026
40b86e5
chore(deps): bump cache-manager from 7.2.8 to 7.2.9 (#3957)
dependabot[bot] Jul 9, 2026
1031886
chore(deps): bump lodash and @types/lodash (#3958)
dependabot[bot] Jul 10, 2026
f194556
chore(deps): bump @nestjs/common from 11.1.12 to 11.1.27 (#3956)
dependabot[bot] Jul 10, 2026
8b14c3f
[Human App] Remove Staking Info leftovers (#3969)
KirillKirill Jul 14, 2026
899098e
[Human App Frontend] Bump MUI to v9 (#3961)
KirillKirill Jul 14, 2026
f34ccbb
chore(deps): bump @mui/x-date-pickers from 9.2.0 to 9.9.0 (#3965)
dependabot[bot] Jul 14, 2026
790ca6e
chore(deps): bump @tanstack/query-sync-storage-persister from 5.90.8 …
dependabot[bot] Jul 14, 2026
4b0a8a7
chore(deps): bump styled-components from 6.3.11 to 6.4.3 (#3963)
dependabot[bot] Jul 14, 2026
65742fa
chore(deps): bump react-router-dom from 7.18.0 to 7.18.1 (#3964)
dependabot[bot] Jul 14, 2026
b60b89a
Bump CVAT oracle deps, improve container structure and test performan…
zhiltsov-max Jul 14, 2026
438aaca
[CVAT] Bump oracle deps (#3973)
zhiltsov-max Jul 17, 2026
368ee90
Add an endpoint that accepts an arbitrary JSON manifest (#3971)
portuu3 Jul 20, 2026
5374362
[CVAT] Use remaining funds to compute assignment bounty (#3979)
zhiltsov-max Jul 24, 2026
cfeb8bb
[CVAT] Fix default `.env` discovery (#3982)
zhiltsov-max Jul 24, 2026
98441cb
Update cvat payout calculator for the new manifest (#3981)
portuu3 Jul 27, 2026
92bc526
[Job Launcher] fix: accept unknown manifest as is (#3984)
dnechay Jul 27, 2026
64732ba
[HUMAN App] chore: remove unused prop (#3986)
dnechay Jul 27, 2026
cb85eb3
[CVAT] Support repeated query param style for selectable fields (#3987)
zhiltsov-max Jul 28, 2026
126ba04
[Job Launcher] fix: error loading fee with an invalid rpc (#3988)
portuu3 Jul 29, 2026
daaf906
[HUMAN App] feat: enhance API for new UI (#3989)
dnechay Jul 30, 2026
18dd484
[CVAT] Reserve escrow funds in store_results (#3990)
zhiltsov-max Jul 30, 2026
cb24e4d
[Reputation Oracle] fix: cvat v2 manifest format (#3991)
dnechay Jul 30, 2026
9f35c06
chore(deps): bump actions/setup-python from 6 to 7 (#3983)
dependabot[bot] Jul 30, 2026
00aec06
chore(deps): bump @google-cloud/storage from 7.19.0 to 7.21.0 (#3975)
dependabot[bot] Jul 30, 2026
9f4a632
chore(deps): bump actions/setup-node from 6 to 7 (#3974)
dependabot[bot] Jul 30, 2026
c1ed207
chore: turn off dependabot (#3992)
dnechay Jul 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/cd-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.x"
- name: Read package version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-subgraph-hmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
max-parallel: 3
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-subgraph-human.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
max-parallel: 3
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.8.4
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.10'
cache: 'poetry'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.8.4
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.10'
cache: 'poetry'
cache-dependency-path: ${{ env.WORKING_DIR }}/poetry.lock
- run: poetry install --no-root --only lint
- run: poetry install --no-root --only dev
- run: poetry run pre-commit run --all-files
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v7
- name: CVAT Exchange Oracle tests
working-directory: ./packages/examples/cvat/exchange-oracle
run: docker compose -f docker-compose.test.yml up --attach test --exit-code-from test
run: docker compose -f docker-compose.test.yml -f docker-compose.test.head.yml up --attach test --exit-code-from test
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v7
- name: CVAT Recording Oracle tests
working-directory: ./packages/examples/cvat/recording-oracle
run: docker compose -f docker-compose.test.yml up --attach test --exit-code-from test
run: docker compose -f docker-compose.test.yml -f docker-compose.test.head.yml up --attach test --exit-code-from test
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-faucet-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-fortune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-human-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-job-launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-node-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build core package
run: yarn workspace @human-protocol/core build
- name: Set up Python 3.10
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Install pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-reputation-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-subgraph-hmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-subgraph-human.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions docker-setup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ infra-up: check-env-file
infra-stop:
@docker compose --env-file .env.compose.local stop postgres redis minio minio-client

# TODO: Revisit compose-native parallel builds once Docker Compose v5 parallel limits are reliable again.
build-services: check-env-file
@# TODO: Revisit compose-native parallel builds once Docker Compose v5 parallel limits are reliable again.
@docker compose --env-file .env.compose.local config --services | \
xargs -n $(DOCKER_PARALLEL) docker compose --env-file .env.compose.local build
@docker compose --env-file .env.compose.local up --no-start

# TODO: Revisit compose-native parallel builds once Docker Compose v5 parallel limits are reliable again.
services-up: check-env-file
@service_names="$(wordlist 2, $(words $(MAKECMDGOALS)), $(MAKECMDGOALS))"; \
@# TODO: Revisit compose-native parallel builds once Docker Compose v5 parallel limits are reliable again.
if [ -n "$$service_names" ]; then \
printf '%s\n' $$service_names | xargs -n $(DOCKER_PARALLEL) docker compose --env-file .env.compose.local up -d; \
else \
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/dashboard/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mui/styled-engine-sc": "9.0.1",
"@mui/system": "^9.0.1",
"@mui/x-data-grid": "^8.7.0",
"@mui/x-date-pickers": "^9.2.0",
"@mui/x-date-pickers": "^9.9.0",
"@tanstack/react-query": "^5.91.3",
"@types/react-router-dom": "^5.3.3",
"@types/recharts": "^1.8.29",
Expand All @@ -35,10 +35,10 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-number-format": "^5.4.5",
"react-router-dom": "^7.18.0",
"react-router-dom": "^7.18.1",
"recharts": "^2.13.0-alpha.4",
"simplebar-react": "^3.3.2",
"styled-components": "^6.3.11",
"styled-components": "^6.4.3",
"swiper": "^11.1.3",
"use-debounce": "^10.1.0",
"vite-plugin-node-polyfills": "^0.25.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/dashboard/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"@keyv/redis": "^5.1.5",
"@nestjs/axios": "^4.0.1",
"@nestjs/cache-manager": "^3.1.0",
"@nestjs/common": "^11.1.12",
"@nestjs/common": "^11.1.27",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.12",
"@nestjs/mapped-types": "^2.1.1",
"@nestjs/platform-express": "^11.1.12",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^11.2.5",
"axios": "^1.3.1",
"cache-manager": "7.2.8",
"cache-manager": "7.2.9",
"class-transformer": "^0.5.1",
"class-validator": "0.14.1",
"dayjs": "^1.11.20",
"ethers": "~6.17.0",
"joi": "^17.13.3",
"keyv": "^5.5.5",
"lodash": "^4.17.21",
"lodash": "^4.18.1",
"minio": "8.0.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.2.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CacheModuleAsyncOptions } from '@nestjs/common/cache';
import { CacheModuleAsyncOptions } from '@nestjs/cache-manager';
import { ConfigModule } from '@nestjs/config';
import * as _ from 'lodash';

Expand Down
2 changes: 1 addition & 1 deletion packages/apps/faucet/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^7.18.0",
"react-router-dom": "^7.18.1",
"serve": "^14.2.6",
"viem": "^2.52.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/apps/fortune/exchange-oracle/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@human-protocol/sdk": "workspace:^",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^5.16.7",
"@tanstack/query-sync-storage-persister": "^5.68.0",
"@tanstack/query-sync-storage-persister": "^5.101.2",
"@tanstack/react-query": "^5.91.3",
"@tanstack/react-query-persist-client": "^5.80.7",
"axios": "^1.7.2",
"ethers": "^6.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.18.0",
"react-router-dom": "^7.18.1",
"serve": "^14.2.6",
"viem": "^2.52.2",
"wagmi": "^3.6.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/fortune/exchange-oracle/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@human-protocol/logger": "workspace:*",
"@human-protocol/sdk": "workspace:*",
"@nestjs/axios": "^4.0.1",
"@nestjs/common": "^11.1.12",
"@nestjs/common": "^11.1.27",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.12",
"@nestjs/passport": "^11.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/fortune/recording-oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@human-protocol/logger": "workspace:*",
"@human-protocol/sdk": "workspace:*",
"@nestjs/axios": "^4.0.1",
"@nestjs/common": "^11.1.12",
"@nestjs/common": "^11.1.27",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.12",
"@nestjs/platform-express": "^11.1.12",
Expand Down
17 changes: 7 additions & 10 deletions packages/apps/human-app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"@hcaptcha/react-hcaptcha": "^1.14.0",
"@hookform/resolvers": "^5.1.0",
"@human-protocol/sdk": "workspace:*",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^5.16.7",
"@mui/system": "^9.0.1",
"@mui/x-date-pickers": "^9.2.0",
"@mui/icons-material": "^9.2.0",
"@mui/material": "^9.2.0",
"@mui/x-date-pickers": "^9.9.0",
"@reown/appkit": "^1.8.20",
"@reown/appkit-adapter-wagmi": "^1.8.20",
"@synaps-io/verify-sdk": "^4.0.45",
Expand All @@ -38,9 +37,8 @@
"ethers": "^6.17.0",
"i18next": "^25.8.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lodash": "^4.18.1",
"material-react-table": "3.0.1",
"mui-image": "^1.0.7",
"notistack": "^3.0.1",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
Expand All @@ -50,7 +48,7 @@
"react-i18next": "^15.1.0",
"react-imask": "^7.4.0",
"react-number-format": "^5.4.5",
"react-router-dom": "^7.18.0",
"react-router-dom": "^7.18.1",
"serve": "^14.2.6",
"viem": "^2.52.2",
"vite-plugin-svgr": "^4.2.0",
Expand All @@ -62,8 +60,7 @@
"@eslint/js": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/react-query-devtools": "^5.59.16",
"@types/lodash": "^4.17.12",
"@types/mui-image": "^1.0.5",
"@types/lodash": "^4.17.24",
"@types/node": "^22.10.5",
"@types/prop-types": "^15",
"@types/react": "^19.2.15",
Expand All @@ -80,7 +77,7 @@
"husky": "^9.1.6",
"jsdom": "^29.1.1",
"prettier": "^3.8.1",
"typescript": "^5.6.3",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.0",
"vite": "^6.2.4",
"vitest": "^4.0.18"
Expand Down
Loading
Loading