git.delta.rocks / unique-network / refs/commits / 9cd5436590e7

difftreelog

update version to v0.9.24 polkadot

Igor Kozyrev2022-06-28parent: #31f3fd2.patch.diff
in: master

13 files changed

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-05-111RUST_TOOLCHAIN=nightly-2022-05-11
2RUST_C=1.62.0-nightly2RUST_C=1.62.0-nightly
3POLKA_VERSION=release-v0.9.233POLKA_VERSION=release-v0.9.24
4UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop
5USER=***5USER=***
6PASS=***6PASS=***
modifiedCargo.lockdiffbeforeafterboth
52895289
5290[[package]]5290[[package]]
5291name = "opal-runtime"5291name = "opal-runtime"
5292version = "0.9.23"5292version = "0.9.24"
5293dependencies = [5293dependencies = [
5294 "cumulus-pallet-aura-ext",5294 "cumulus-pallet-aura-ext",
5295 "cumulus-pallet-dmp-queue",5295 "cumulus-pallet-dmp-queue",
85988598
8599[[package]]8599[[package]]
8600name = "quartz-runtime"8600name = "quartz-runtime"
8601version = "0.9.23"8601version = "0.9.24"
8602dependencies = [8602dependencies = [
8603 "cumulus-pallet-aura-ext",8603 "cumulus-pallet-aura-ext",
8604 "cumulus-pallet-dmp-queue",8604 "cumulus-pallet-dmp-queue",
1246012460
12461[[package]]12461[[package]]
12462name = "unique-node"12462name = "unique-node"
12463version = "0.9.23"12463version = "0.9.24"
12464dependencies = [12464dependencies = [
12465 "clap",12465 "clap",
12466 "cumulus-client-cli",12466 "cumulus-client-cli",
1259712597
12598[[package]]12598[[package]]
12599name = "unique-runtime"12599name = "unique-runtime"
12600version = "0.9.23"12600version = "0.9.24"
12601dependencies = [12601dependencies = [
12602 "cumulus-pallet-aura-ext",12602 "cumulus-pallet-aura-ext",
12603 "cumulus-pallet-dmp-queue",12603 "cumulus-pallet-dmp-queue",
1267912679
12680[[package]]12680[[package]]
12681name = "unique-runtime-common"12681name = "unique-runtime-common"
12682version = "0.9.23"12682version = "0.9.24"
12683dependencies = [12683dependencies = [
12684 "evm-coder",12684 "evm-coder",
12685 "fp-rpc",12685 "fp-rpc",
modifiedDockerfile-parachaindiffbeforeafterboth
2FROM phusion/baseimage:focal-1.1.0 as rust-builder2FROM phusion/baseimage:focal-1.1.0 as rust-builder
3LABEL maintainer="Unique.Network"3LABEL maintainer="Unique.Network"
44
5ARG RUST_TOOLCHAIN=nightly-2022-04-075ARG RUST_TOOLCHAIN=nightly-2022-05-11
6#ARG RUST_C=1.62.0-nightly6#ARG RUST_C=1.62.0-nightly
7ARG POLKA_VERSION=release-v0.9.237ARG POLKA_VERSION=release-v0.9.24
8ARG UNIQUE_BRANCH=develop8ARG UNIQUE_BRANCH=develop
99
10#ARG USER=***10#ARG USER=***
modifiedREADME.mddiffbeforeafterboth
91```91```
92git clone https://github.com/paritytech/polkadot.git92git clone https://github.com/paritytech/polkadot.git
93cd polkadot93cd polkadot
94git checkout release-v0.9.2394git checkout release-v0.9.24
95cargo build --release95cargo build --release
96```96```
9797
modifiednode/cli/Cargo.tomldiffbeforeafterboth
291license = 'GPLv3'291license = 'GPLv3'
292name = 'unique-node'292name = 'unique-node'
293repository = 'https://github.com/UniqueNetwork/unique-chain'293repository = 'https://github.com/UniqueNetwork/unique-chain'
294version = '0.9.23'294version = '0.9.24'
295295
296[[bin]]296[[bin]]
297name = 'unique-collator'297name = 'unique-collator'
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
6license = 'All Rights Reserved'6license = 'All Rights Reserved'
7name = 'unique-runtime-common'7name = 'unique-runtime-common'
8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'
9version = '0.9.23'9version = '0.9.24'
1010
11[features]11[features]
12default = ['std']12default = ['std']
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'opal-runtime'11name = 'opal-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.23'13version = '0.9.24'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
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: 923000,195 spec_version: 924000,
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/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'quartz-runtime'11name = 'quartz-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.23'13version = '0.9.24'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
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: 923000,194 spec_version: 924000,
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/Cargo.tomldiffbeforeafterboth
10license = 'GPLv3'10license = 'GPLv3'
11name = 'unique-runtime'11name = 'unique-runtime'
12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
13version = '0.9.23'13version = '0.9.24'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
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: 923000,193 spec_version: 924000,
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,
modifiedtests/README.mddiffbeforeafterboth
51. Checkout polkadot in sibling folder with this project51. Checkout polkadot in sibling folder with this project
6```bash6```bash
7git clone https://github.com/paritytech/polkadot.git && cd polkadot7git clone https://github.com/paritytech/polkadot.git && cd polkadot
8git checkout release-v0.9.238git checkout release-v0.9.24
9```9```
1010
112. Build with nightly-2021-11-11112. Build with nightly-2022-05-11
12```bash12```bash
13cargo build --release13cargo build --release
14```14```