Skip to content

Commit d8dd45d

Browse files
authored
Merge pull request #4482 from Joystream/mainnet
Mainnet Release
2 parents 21b3931 + a01b261 commit d8dd45d

81 files changed

Lines changed: 16819 additions & 965 deletions

File tree

Some content is hidden

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

.github/workflows/joystream-node-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
repository=${{ env.REPOSITORY }} dockerfile=${{ matrix.file }} \
124124
platform=${{ matrix.platform }} \
125125
cargo_features='' \
126-
code_shasum=${{ needs.repo_check.outputs.shasum }}"
126+
code_shasum=${{ needs.repo-check.outputs.shasum }}"
127127
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}
128128

129129
- name: Delete CloudFormation Stack

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ yarn start
6767
```sh
6868
git checkout master
6969
WASM_BUILD_TOOLCHAIN=nightly-2022-05-11 cargo build --release
70-
./target/release/joystream-node -- --pruning archive --chain testnets/joy-testnet-7-carthage.json
70+
./target/release/joystream-node -- --pruning archive --chain joy-mainnet.json
7171
```
7272

7373
Learn more about [joystream-node](bin/node/README.md).

bin/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ['Joystream contributors']
33
build = 'build.rs'
44
edition = '2018'
55
name = 'joystream-node'
6-
version = '7.4.1'
6+
version = '8.0.0'
77
default-run = "joystream-node"
88

99
[[bin]]

bin/node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ this script will build and run a fresh new local development chain (purging exis
4747
Use the `--chain` argument, and specify the path to the genesis `chain.json` file for that public network. The JSON "chain spec" files for Joystream public networks can be found in [../testnets/](../testnets/).
4848

4949
```bash
50-
./target/release/joystream-node --chain testnets/joy-testnet-7-carthage.json
50+
./target/release/joystream-node --chain joy-mainnet.json
5151
```
5252

5353
### Tests and code quality
@@ -83,5 +83,5 @@ WASM_BUILD_TOOLCHAIN=nightly-2022-05-11 cargo +nightly-2022-05-11 install joystr
8383
Now you can run and connect to the testnet:
8484

8585
```bash
86-
joystream-node --chain testnets/joy-testnet-7-carthage.json
86+
joystream-node --chain joy-mainnet.json
8787
```

bin/utils/chain-spec-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ['Joystream contributors']
33
build = 'build.rs'
44
edition = '2018'
55
name = 'chain-spec-builder'
6-
version = '6.8.0'
6+
version = '8.0.0'
77

88
[dependencies]
99
enum-utils = "0.1.2"

chain-metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cli/README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm install -g @joystream/cli
2626
$ joystream-cli COMMAND
2727
running command...
2828
$ joystream-cli (-v|--version|version)
29-
@joystream/cli/0.9.0 darwin-x64 node-v14.16.1
29+
@joystream/cli/0.10.0 darwin-x64 node-v14.16.1
3030
$ joystream-cli --help [COMMAND]
3131
USAGE
3232
$ joystream-cli COMMAND
@@ -1887,9 +1887,9 @@ ARGUMENTS
18871887
WGAPPLICATIONID Working Group Application ID
18881888
18891889
OPTIONS
1890-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
1890+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
18911891
The working group context in which the command should be executed
1892-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
1892+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
18931893
distributors.
18941894
18951895
--useMemberId=useMemberId
@@ -1910,9 +1910,9 @@ USAGE
19101910
$ joystream-cli working-groups:apply
19111911
19121912
OPTIONS
1913-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
1913+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
19141914
The working group context in which the command should be executed
1915-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
1915+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
19161916
distributors.
19171917
19181918
--answers=answers
@@ -1951,9 +1951,9 @@ ARGUMENTS
19511951
OPENINGID Opening ID
19521952
19531953
OPTIONS
1954-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
1954+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
19551955
The working group context in which the command should be executed
1956-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
1956+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
19571957
distributors.
19581958
19591959
--useMemberId=useMemberId
@@ -1977,9 +1977,9 @@ OPTIONS
19771977
-e, --edit
19781978
If provided along with --input - launches in edit mode allowing to modify the input before sending the exstinsic
19791979
1980-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
1980+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
19811981
The working group context in which the command should be executed
1982-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
1982+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
19831983
distributors.
19841984
19851985
-i, --input=input
@@ -2023,9 +2023,9 @@ ARGUMENTS
20232023
AMOUNT Amount of JOY to decrease the current worker stake by
20242024
20252025
OPTIONS
2026-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2026+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
20272027
The working group context in which the command should be executed
2028-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2028+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
20292029
distributors.
20302030
20312031
--useMemberId=useMemberId
@@ -2049,9 +2049,9 @@ ARGUMENTS
20492049
WORKERID Worker ID
20502050
20512051
OPTIONS
2052-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2052+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
20532053
The working group context in which the command should be executed
2054-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2054+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
20552055
distributors.
20562056
20572057
--penalty=penalty
@@ -2078,9 +2078,9 @@ USAGE
20782078
$ joystream-cli working-groups:fillOpening
20792079
20802080
OPTIONS
2081-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2081+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
20822082
The working group context in which the command should be executed
2083-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2083+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
20842084
distributors.
20852085
20862086
--applicationIds=applicationIds
@@ -2110,9 +2110,9 @@ ARGUMENTS
21102110
AMOUNT Amount of JOY to increase the current stake by
21112111
21122112
OPTIONS
2113-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2113+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
21142114
The working group context in which the command should be executed
2115-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2115+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
21162116
distributors.
21172117
21182118
--useMemberId=useMemberId
@@ -2133,9 +2133,9 @@ USAGE
21332133
$ joystream-cli working-groups:leaveRole
21342134
21352135
OPTIONS
2136-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2136+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
21372137
The working group context in which the command should be executed
2138-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2138+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
21392139
distributors.
21402140
21412141
--rationale=rationale
@@ -2158,9 +2158,9 @@ USAGE
21582158
$ joystream-cli working-groups:opening
21592159
21602160
OPTIONS
2161-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2161+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
21622162
The working group context in which the command should be executed
2163-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2163+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
21642164
distributors.
21652165
21662166
--id=id
@@ -2187,9 +2187,9 @@ USAGE
21872187
$ joystream-cli working-groups:openings
21882188
21892189
OPTIONS
2190-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2190+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
21912191
The working group context in which the command should be executed
2192-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2192+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
21932193
distributors.
21942194
21952195
--upcoming
@@ -2213,9 +2213,9 @@ USAGE
22132213
$ joystream-cli working-groups:overview
22142214
22152215
OPTIONS
2216-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2216+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
22172217
The working group context in which the command should be executed
2218-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2218+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
22192219
distributors.
22202220
22212221
--useMemberId=useMemberId
@@ -2236,9 +2236,9 @@ USAGE
22362236
$ joystream-cli working-groups:removeUpcomingOpening
22372237
22382238
OPTIONS
2239-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2239+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
22402240
The working group context in which the command should be executed
2241-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2241+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
22422242
distributors.
22432243
22442244
-i, --id=id
@@ -2262,9 +2262,9 @@ USAGE
22622262
$ joystream-cli working-groups:setDefaultGroup
22632263
22642264
OPTIONS
2265-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2265+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
22662266
The working group context in which the command should be executed
2267-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2267+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
22682268
distributors.
22692269
22702270
--useMemberId=useMemberId
@@ -2289,9 +2289,9 @@ ARGUMENTS
22892289
AMOUNT Slash amount
22902290
22912291
OPTIONS
2292-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2292+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
22932293
The working group context in which the command should be executed
2294-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2294+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
22952295
distributors.
22962296
22972297
--rationale=rationale
@@ -2314,9 +2314,9 @@ USAGE
23142314
$ joystream-cli working-groups:updateGroupMetadata
23152315
23162316
OPTIONS
2317-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2317+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
23182318
The working group context in which the command should be executed
2319-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2319+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
23202320
distributors.
23212321
23222322
-i, --input=input
@@ -2343,9 +2343,9 @@ ARGUMENTS
23432343
ADDRESS New reward account address (if omitted, can be provided interactivel)
23442344
23452345
OPTIONS
2346-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2346+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
23472347
The working group context in which the command should be executed
2348-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2348+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
23492349
distributors.
23502350
23512351
--useMemberId=useMemberId
@@ -2369,9 +2369,9 @@ ARGUMENTS
23692369
ADDRESS New role account address (if omitted, can be provided interactively)
23702370
23712371
OPTIONS
2372-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2372+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
23732373
The working group context in which the command should be executed
2374-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2374+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
23752375
distributors.
23762376
23772377
--useMemberId=useMemberId
@@ -2396,9 +2396,9 @@ ARGUMENTS
23962396
NEWREWARD New reward
23972397
23982398
OPTIONS
2399-
-g, --group=(storageProviders|curators|forum|membership|gateway|builders|humanResources|marketing|distributors)
2399+
-g, --group=(storageProviders|curators|forum|membership|app|builders|humanResources|marketing|distributors)
24002400
The working group context in which the command should be executed
2401-
Available values are: storageProviders, curators, forum, membership, gateway, builders, humanResources, marketing,
2401+
Available values are: storageProviders, curators, forum, membership, app, builders, humanResources, marketing,
24022402
distributors.
24032403
24042404
--useMemberId=useMemberId

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@joystream/cli",
33
"description": "Command Line Interface for Joystream community and governance activities",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": "Leszek Wiesner",
66
"bin": {
77
"joystream-cli": "./bin/run"
@@ -12,7 +12,7 @@
1212
"@apollo/client": "^3.3.13",
1313
"@ffprobe-installer/ffprobe": "^1.4.1",
1414
"@joystream/metadata-protobuf": "^2.5.0",
15-
"@joystream/types": "^0.20.4",
15+
"@joystream/types": "^0.20.5",
1616
"@oclif/command": "^1.5.19",
1717
"@oclif/config": "^1.14.0",
1818
"@oclif/plugin-autocomplete": "^0.2.0",

cli/src/Api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const apiModuleByGroup = {
6161
[WorkingGroups.Curators]: 'contentWorkingGroup',
6262
[WorkingGroups.Forum]: 'forumWorkingGroup',
6363
[WorkingGroups.Membership]: 'membershipWorkingGroup',
64-
[WorkingGroups.Gateway]: 'gatewayWorkingGroup',
64+
[WorkingGroups.App]: 'appWorkingGroup',
6565
[WorkingGroups.Builders]: 'operationsWorkingGroupAlpha',
6666
[WorkingGroups.HumanResources]: 'operationsWorkingGroupBeta',
6767
[WorkingGroups.Marketing]: 'operationsWorkingGroupGamma',

0 commit comments

Comments
 (0)