git.delta.rocks / unique-network / refs/commits / 22411fe8ee27

difftreelog

readme multiple runtimes

Igor Kozyrev2022-03-29parent: #2dfd736.patch.diff
in: master

3 files changed

modified.envdiffbeforeafterboth
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 RUST_TOOLCHAIN=nightly-2021-11-11
 RUST_C=1.58.0-nightly
-POLKA_VERSION=release-v0.9.17
+POLKA_VERSION=release-v0.9.18
 UNIQUE_BRANCH=develop
 USER=***
 PASS=***
modifiedREADME.mddiffbeforeafterboth
6363
645. Build:645. Build:
65```bash65```bash
66cargo build66cargo build --features=unique-runtime,quartz-runtime --release
67```67```
6868
69optionally, build in release:
70```bash
71cargo build --release
72```
73
74## Building as Parachain locally69## Building as Parachain locally
7570
76Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)71Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -283,7 +283,7 @@
 license = 'GPLv3'
 name = 'unique-node'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.17'
+version = '0.9.18'
 
 [[bin]]
 name = 'unique-collator'