difftreelog
update version to v0.9.24 polkadot
in: master
13 files changed
.envdiffbeforeafterboth1RUST_TOOLCHAIN=nightly-2022-05-111RUST_TOOLCHAIN=nightly-2022-05-112RUST_C=1.62.0-nightly2RUST_C=1.62.0-nightly3POLKA_VERSION=release-v0.9.233POLKA_VERSION=release-v0.9.244UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop5USER=***5USER=***6PASS=***6PASS=***Cargo.lockdiffbeforeafterboth528952895290[[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",859885988599[[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",124601246012461[[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",125971259712598[[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",126791267912680[[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",Dockerfile-parachaindiffbeforeafterboth2FROM phusion/baseimage:focal-1.1.0 as rust-builder2FROM phusion/baseimage:focal-1.1.0 as rust-builder3LABEL maintainer="Unique.Network"3LABEL maintainer="Unique.Network"445ARG RUST_TOOLCHAIN=nightly-2022-04-075ARG RUST_TOOLCHAIN=nightly-2022-05-116#ARG RUST_C=1.62.0-nightly6#ARG RUST_C=1.62.0-nightly7ARG POLKA_VERSION=release-v0.9.237ARG POLKA_VERSION=release-v0.9.248ARG UNIQUE_BRANCH=develop8ARG UNIQUE_BRANCH=develop9910#ARG USER=***10#ARG USER=***README.mddiffbeforeafterboth91```91```92git clone https://github.com/paritytech/polkadot.git92git clone https://github.com/paritytech/polkadot.git93cd polkadot93cd polkadot94git checkout release-v0.9.2394git checkout release-v0.9.2495cargo build --release95cargo build --release96```96```9797node/cli/Cargo.tomldiffbeforeafterboth291license = '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'295295296[[bin]]296[[bin]]297name = 'unique-collator'297name = 'unique-collator'runtime/common/Cargo.tomldiffbeforeafterboth6license = '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'101011[features]11[features]12default = ['std']12default = ['std']runtime/opal/Cargo.tomldiffbeforeafterboth10license = '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'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/opal/src/lib.rsdiffbeforeafterboth192 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,runtime/quartz/Cargo.tomldiffbeforeafterboth10license = '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'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/quartz/src/lib.rsdiffbeforeafterboth191 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,runtime/unique/Cargo.tomldiffbeforeafterboth10license = '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'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/unique/src/lib.rsdiffbeforeafterboth190 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,tests/README.mddiffbeforeafterboth51. Checkout polkadot in sibling folder with this project51. Checkout polkadot in sibling folder with this project6```bash6```bash7git clone https://github.com/paritytech/polkadot.git && cd polkadot7git clone https://github.com/paritytech/polkadot.git && cd polkadot8git checkout release-v0.9.238git checkout release-v0.9.249```9```1010112. Build with nightly-2021-11-11112. Build with nightly-2022-05-1112```bash12```bash13cargo build --release13cargo build --release14```14```