Skip to content

Commit 1963855

Browse files
committed
Merge develop
2 parents 8853208 + 57ffcd6 commit 1963855

File tree

341 files changed

+2806
-12670
lines changed

Some content is hidden

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

341 files changed

+2806
-12670
lines changed

.github/workflows/ci-test-dashboard-ui.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/ci-test-faucet-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- 'packages/core/**'
1010
- 'packages/sdk/typescript/human-protocol-sdk/**'
11-
- 'packages/apps/faucet-server/**'
11+
- 'packages/apps/faucet/server/**'
1212
workflow_dispatch:
1313

1414
jobs:
@@ -21,6 +21,6 @@ jobs:
2121
name: Install dependencies
2222
- run: cp .env.example .env
2323
name: Create .env file
24-
working-directory: packages/apps/faucet-server
24+
working-directory: packages/apps/faucet/server
2525
- run: yarn workspace @human-protocol/faucet-server test
26-
name: Run faucet-server test
26+
name: Run faucet/server test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"scripts": {
99
"test": "concurrently \"yarn workspace @human-protocol/core test\" \"yarn workspace @human-protocol/sdk test\" \"yarn workspace @human-protocol/subgraph test\" \"yarn workspace @human-protocol/dashboard-ui test\" \"yarn workspace @human-protocol/faucet-server test\" \"yarn workspace @human-protocol/job-launcher-server test\" \"yarn workspace @human-protocol/job-launcher-client test\" \"yarn workspace @human-protocol/human-app-frontend test\" \"yarn workspace @human-protocol/human-app-server test\" \"yarn workspace @human-protocol/reputation-oracle test\" \"yarn workspace @human-protocol/fortune-exchange-oracle-server test\" \"yarn workspace @human-protocol/fortune-recording-oracle test\"",
10-
"lint": "concurrently \"yarn workspace @human-protocol/core lint\" \"yarn workspace @human-protocol/sdk lint\" \"yarn workspace @human-protocol/subgraph lint\" \"yarn workspace @human-protocol/dashboard-ui lint\" \"yarn workspace @human-protocol/faucet-server lint\" \"yarn workspace @human-protocol/job-launcher-server lint\" \"yarn workspace @human-protocol/job-launcher-client lint\" \"yarn workspace @human-protocol/human-app-frontend lint\" \"yarn workspace @human-protocol/human-app-server lint\" \"yarn workspace @human-protocol/reputation-oracle lint\" \"yarn workspace @human-protocol/fortune-exchange-oracle-server lint\" \"yarn workspace @human-protocol/fortune-recording-oracle lint\"",
10+
"lint": "concurrently \"yarn workspace @human-protocol/core lint\" \"yarn workspace @human-protocol/sdk lint\" \"yarn workspace @human-protocol/subgraph lint\" \"yarn workspace @human-protocol/faucet-client lint\" \"yarn workspace @human-protocol/faucet-server lint\" \"yarn workspace @human-protocol/job-launcher-server lint\" \"yarn workspace @human-protocol/job-launcher-client lint\" \"yarn workspace @human-protocol/human-app-frontend lint\" \"yarn workspace @human-protocol/human-app-server lint\" \"yarn workspace @human-protocol/reputation-oracle lint\" \"yarn workspace @human-protocol/fortune-exchange-oracle-server lint\" \"yarn workspace @human-protocol/fortune-recording-oracle lint\"",
1111
"prepare": "husky",
1212
"postinstall": "yarn workspace @human-protocol/sdk build"
1313
},

packages/apps/dashboard/ui/.env.example

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/apps/dashboard/ui/package.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

packages/apps/dashboard/ui/src/assets/address.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/apps/dashboard/ui/src/assets/coinbase.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
-6.45 KB
Binary file not shown.
-3.67 KB
Binary file not shown.
-2.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)