Skip to content

Commit fbcdff4

Browse files
authored
Merge branch 'develop' into mkdocs-sdk
2 parents 2ecba34 + 45f5f3d commit fbcdff4

File tree

98 files changed

+821
-2191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+821
-2191
lines changed

.changeset/tasty-groups-sing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@human-protocol/sdk": patch
3+
"@human-protocol/python-sdk": patch
4+
---
5+
6+
Subgraph fix - Fix internal transaction handling when there is more than one main method event in the same transaction.

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ updates:
1414
schedule:
1515
interval: "weekly"
1616
target-branch: "develop"
17+
ignore:
18+
# Ignore versions of Jest and related packages that are equal to
19+
# or greater than 30.0.0 because it introduces module system change
20+
# and it must be updated together with some other packages (nest, ts-jest, etc.)
21+
# including some extra configuration changes
22+
- dependency-name: "*jest*"
23+
versions: [">=30.0.0"]
1724

1825
# Maintain dependencies for pip
1926
- package-ecosystem: "pip"

.github/workflows/cd-cvat-exchange-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy CVAT Exchange Oracle
33
on:
44
push:
55
branches: [ develop, main, cvat-milestone-2 ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/examples/cvat/exchange-oracle/**'
98
pull_request:

.github/workflows/cd-cvat-recording-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy CVAT Recording Oracle
33
on:
44
push:
55
branches: [ develop, main, cvat-milestone-2 ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/examples/cvat/recording-oracle/**'
98
pull_request:

.github/workflows/cd-job-launcher-server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy Job launcher server
33
on:
44
push:
55
branches: [ develop, main ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/apps/job-launcher/server/**'
98
pull_request:

.github/workflows/cd-packages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
push:
1919
branches:
2020
- main
21-
tags-ignore: '*'
2221
paths-ignore:
2322
- "docs/**"
2423
- "packages/apps/**"

.github/workflows/cd-python-sdk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
push:
1414
branches:
1515
- main
16-
tags-ignore: '*'
1716
paths:
1817
- "packages/sdk/python/human-protocol-sdk/**"
1918

.github/workflows/cd-reputation-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy Reputation oracle
33
on:
44
push:
55
branches: [ develop, main ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/apps/reputation-oracle/server/**'
98
pull_request:

.github/workflows/ci-lint-cvat-exchange-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CVAT Exchange Oracle Lint
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths:
77
- 'packages/examples/cvat/exchange-oracle/**'
88
- '.github/workflows/ci-lint-cvat-exchange-oracle.yaml'

.github/workflows/ci-lint-cvat-recording-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CVAT Recording Oracle Lint
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths:
77
- 'packages/examples/cvat/recording-oracle/**'
88
- '.github/workflows/ci-lint-cvat-recording-oracle.yaml'

0 commit comments

Comments
 (0)