Skip to content

Commit

Permalink
Merge pull request #3096 from humanprotocol/develop
Browse files Browse the repository at this point in the history
Release 2025-02-25
  • Loading branch information
portuu3 authored Feb 25, 2025
2 parents 9b300e6 + 1bfeae7 commit ce7bb09
Show file tree
Hide file tree
Showing 408 changed files with 13,032 additions and 15,932 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: yarn --ignore-scripts
name: Install dependencies
- run: yarn build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cd-deploy-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN_CD_CONTRACTS }}
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install --global yarn && yarn --ignore-scripts
- run: yarn build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cd-node-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: yarn --ignore-scripts
name: Install dependencies
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18.20.1'
node-version-file: .nvmrc
- name: Filter Networks
id: filter_networks
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn --ignore-scripts
name: Install dependencies
- run: yarn workspace @human-protocol/core test
Expand Down
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 @@ -4,7 +4,7 @@ on:
push:
paths:
- 'packages/examples/cvat/recording-oracle/**'
- 'packages/sdk/python/human-protocol-sdk/**'
- 'packages/core/**'

jobs:
cvat-exo-test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/dashboard-server test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-faucet-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: cp .env.example .env
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-fortune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/fortune-exchange-oracle-server test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-human-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/human-app-server test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-job-launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/job-launcher-client test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-node-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn --ignore-scripts
name: Install dependencies
- run: yarn build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-reputation-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/reputation-oracle test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn workspace @human-protocol/subgraph test
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.14
12 changes: 6 additions & 6 deletions docs/sdk/python/human_protocol_sdk.constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Enum for KVStore keys

#### website *= 'website'*

### *class* human_protocol_sdk.constants.LeaderCategory(value)
### *class* human_protocol_sdk.constants.OperatorCategory(value)

Bases: `Enum`

Enum for leader categories
Enum for operator categories

#### MACHINE_LEARNING *= 'machine_learning'*

Expand All @@ -76,13 +76,13 @@ Bases: `Enum`

Enum for roles.

#### exchange_oracle *= 'Exchange Oracle'*
#### exchange_oracle *= 'exchange_oracle'*

#### job_launcher *= 'Job Launcher'*
#### job_launcher *= 'job_launcher'*

#### recording_oracle *= 'Recording Oracle'*
#### recording_oracle *= 'recording_oracle'*

#### reputation_oracle *= 'Reputation Oracle'*
#### reputation_oracle *= 'reputation_oracle'*

### *class* human_protocol_sdk.constants.Status(value)

Expand Down
Loading

0 comments on commit ce7bb09

Please sign in to comment.