git.delta.rocks / unique-network / refs/commits / 824b60fa0537

difftreelog

up version

Igor Kozyrev2022-07-05parent: #e82bbde.patch.diff
in: master

4 files changed

modifiedREADME.mddiffbeforeafterboth
421. Install Rust:421. Install Rust:
4343
44```bash44```bash
45sudo apt-get install git curl libssl-dev llvm pkg-config libclang-dev clang make45sudo apt-get install git curl libssl-dev llvm pkg-config libclang-dev clang make cmake
46curl https://sh.rustup.rs -sSf | sh46curl https://sh.rustup.rs -sSf | sh
47```47```
4848
83### Polkadot launch utility83### Polkadot launch utility
8484
85```85```
86git clone https://github.com/paritytech/polkadot-launch86git clone https://github.com/UniqueNetwork/polkadot-launch.git
87git checkout feature/runtime-upgrade-testing
87```88```
8889
89### Build relay90### Build relay
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
192 spec_name: create_runtime_str!(RUNTIME_NAME),192 spec_name: create_runtime_str!(RUNTIME_NAME),
193 impl_name: create_runtime_str!(RUNTIME_NAME),193 impl_name: create_runtime_str!(RUNTIME_NAME),
194 authoring_version: 1,194 authoring_version: 1,
195 spec_version: 924000,195 spec_version: 924010,
196 impl_version: 0,196 impl_version: 0,
197 apis: RUNTIME_API_VERSIONS,197 apis: RUNTIME_API_VERSIONS,
198 transaction_version: 1,198 transaction_version: 1,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
191 spec_name: create_runtime_str!(RUNTIME_NAME),191 spec_name: create_runtime_str!(RUNTIME_NAME),
192 impl_name: create_runtime_str!(RUNTIME_NAME),192 impl_name: create_runtime_str!(RUNTIME_NAME),
193 authoring_version: 1,193 authoring_version: 1,
194 spec_version: 924000,194 spec_version: 924010,
195 impl_version: 0,195 impl_version: 0,
196 apis: RUNTIME_API_VERSIONS,196 apis: RUNTIME_API_VERSIONS,
197 transaction_version: 1,197 transaction_version: 1,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
190 spec_name: create_runtime_str!(RUNTIME_NAME),190 spec_name: create_runtime_str!(RUNTIME_NAME),
191 impl_name: create_runtime_str!(RUNTIME_NAME),191 impl_name: create_runtime_str!(RUNTIME_NAME),
192 authoring_version: 1,192 authoring_version: 1,
193 spec_version: 924000,193 spec_version: 924010,
194 impl_version: 0,194 impl_version: 0,
195 apis: RUNTIME_API_VERSIONS,195 apis: RUNTIME_API_VERSIONS,
196 transaction_version: 1,196 transaction_version: 1,