Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop utils scripts that require sudo #4652

Merged
merged 5 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"devops/eslint-config",
"devops/prettier-config",
"utils/api-scripts",
"utils/migration-scripts",
"query-node",
"query-node/mappings",
"query-node/generated/graphql-server",
Expand Down
1 change: 1 addition & 0 deletions tests/network-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"fs": "^0.0.1-security",
"graphql": "^14.7.0",
"long": "^4.0.0",
"multihashes": "^4.0.3",
"node-cleanup": "^2.1.2",
"@joystream/js": "^1.6.0",
"uuid": "^7.0.3"
Expand Down
4 changes: 2 additions & 2 deletions utils/api-scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Joystream API Examples

Repo with examples on how to use the @joystream/types package along with @polkadot/api to communicate with a joystream full node.
Examples on how to use the @joystream/types package along with @polkadot/api to communicate with a joystream full node.

Some useful utilily commands are also included under `src/`

Expand All @@ -9,7 +9,7 @@ Some useful utilily commands are also included under `src/`
You can run typescript commands under the `src/` folder simply with:

```sh
yarn ts-node src/sudo-init-content-lead.ts
yarn ts-node src/buy-membership.ts
```

## Adding code to src/
Expand Down
1 change: 0 additions & 1 deletion utils/api-scripts/dev-init-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export GROUP="storageWorkingGroup"
export WORKER_ROLE_URI="//Colossus"
export INITIAL_WORKER_BALANCE_TOP_UP="10000"

yarn initialize-lead
yarn initialize-worker
Loading
Loading