Skip to content

Commit

Permalink
Merge pull request #4484 from mnaamani/mainnet-release-notes
Browse files Browse the repository at this point in the history
Mainnet: readme and changelog updates
  • Loading branch information
mnaamani committed Dec 6, 2022
2 parents 82258c2 + 1f125fb commit 1a0d1f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ yarn start
```sh
git checkout master
WASM_BUILD_TOOLCHAIN=nightly-2022-05-11 cargo build --release
./target/release/joystream-node -- --pruning archive --chain testnets/joy-testnet-7-carthage.json
./target/release/joystream-node -- --pruning archive --chain joy-mainnet.json
```

Learn more about [joystream-node](bin/node/README.md).
Expand Down
4 changes: 2 additions & 2 deletions bin/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ this script will build and run a fresh new local development chain (purging exis
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/).

```bash
./target/release/joystream-node --chain testnets/joy-testnet-7-carthage.json
./target/release/joystream-node --chain joy-mainnet.json
```

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

```bash
joystream-node --chain testnets/joy-testnet-7-carthage.json
joystream-node --chain joy-mainnet.json
```
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ services:
- "127.0.0.1:${PROCESSOR_STATE_APP_PORT}:${PROCESSOR_STATE_APP_PORT}"
depends_on:
- db
- processor
volumes:
- type: bind
source: .
Expand Down
4 changes: 4 additions & 0 deletions runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 12.1000.0 - Mainnet
- Disabled channel payouts proposal
- Renamed 'Gateway' working group to 'App' working group

### Version 11.3.0 - Carthage - new chain
- Update to substrate v0.9.23
- Introduce project-token pallet into runtime
Expand Down

0 comments on commit 1a0d1f6

Please sign in to comment.