git.delta.rocks / unique-network / refs/commits / 369dcdd8c314

difftreelog

release v921000

Igor Kozyrev2022-05-12parent: #71f425f.patch.diff
in: master

12 files changed

modified.envdiffbeforeafterboth
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 RUST_TOOLCHAIN=nightly-2022-04-07
 RUST_C=1.62.0-nightly
-POLKA_VERSION=release-v0.9.20
+POLKA_VERSION=release-v0.9.21
 UNIQUE_BRANCH=develop
 USER=***
 PASS=***
modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5476,7 +5476,7 @@
 
 [[package]]
 name = "opal-runtime"
-version = "0.9.20"
+version = "0.9.21"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -8763,7 +8763,7 @@
 
 [[package]]
 name = "quartz-runtime"
-version = "0.9.20"
+version = "0.9.21"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -12683,7 +12683,7 @@
 
 [[package]]
 name = "unique-node"
-version = "0.9.20"
+version = "0.9.21"
 dependencies = [
  "clap",
  "cumulus-client-cli",
@@ -12902,7 +12902,7 @@
 
 [[package]]
 name = "unique-runtime-common"
-version = "0.9.20"
+version = "0.9.21"
 dependencies = [
  "evm-coder",
  "fp-rpc",
modifiedDockerfile-parachaindiffbeforeafterboth
--- a/Dockerfile-parachain
+++ b/Dockerfile-parachain
@@ -4,7 +4,7 @@
 
 ARG RUST_TOOLCHAIN=nightly-2022-04-07
 #ARG RUST_C=1.62.0-nightly
-ARG POLKA_VERSION=release-v0.9.20
+ARG POLKA_VERSION=release-v0.9.21
 ARG UNIQUE_BRANCH=develop
 
 #ARG USER=***
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.20
+git checkout release-v0.9.21
 cargo build --release
 ```
 
modifiednode/cli/Cargo.tomldiffbeforeafterboth
before · node/cli/Cargo.toml
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.21"78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'15version = '3.1.2'1617[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.21"2021[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.21"2425[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate'27branch = 'polkadot-v0.9.21'2829[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.21"3233[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.21"3637[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.21"4041[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.21"4445[dependencies.sc-cli]46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.21"4950[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.21"5354[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.21"6162[dependencies.sc-executor]63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.21"6667[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.21"7071[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.21"7475[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.21"7879[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.21"8283[dependencies.sc-service]84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.21"8788[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.21"9192[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.21"9596[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.21"99100[dependencies.sp-block-builder]101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.21"103104[dependencies.sp-api]105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.21"107108[dependencies.sp-blockchain]109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.21"111112[dependencies.sp-consensus]113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.21"115116[dependencies.sp-consensus-aura]117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.21"119120[dependencies.sp-core]121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.21"123124[dependencies.sp-finality-grandpa]125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.21"127128[dependencies.sp-inherents]129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.21"131132[dependencies.sp-keystore]133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.21"135136[dependencies.sp-offchain]137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.21"139140[dependencies.sp-runtime]141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.21"143144[dependencies.sp-session]145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.21"147148[dependencies.sp-timestamp]149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.21"151152[dependencies.sp-transaction-pool]153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.21"155156[dependencies.sp-trie]157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.21"159160[dependencies.substrate-frame-rpc-system]161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.21"163164[dependencies.sc-network]165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.21"167168[dependencies.serde]169features = ['derive']170version = '1.0.130'171172[dependencies.serde_json]173version = '1.0.68'174175[dependencies.sc-consensus-manual-seal]176git = "https://github.com/paritytech/substrate"177branch = "polkadot-v0.9.21"178179################################################################################180# Cumulus dependencies181182[dependencies.cumulus-client-consensus-aura]183git = "https://github.com/uniquenetwork/cumulus"184branch = "polkadot-v0.9.21"185186[dependencies.cumulus-client-consensus-common]187git = "https://github.com/uniquenetwork/cumulus"188branch = "polkadot-v0.9.21"189190[dependencies.cumulus-client-collator]191git = "https://github.com/uniquenetwork/cumulus"192branch = "polkadot-v0.9.21"193194[dependencies.cumulus-client-cli]195git = "https://github.com/uniquenetwork/cumulus"196branch = "polkadot-v0.9.21"197198[dependencies.cumulus-client-network]199git = "https://github.com/uniquenetwork/cumulus"200branch = "polkadot-v0.9.21"201202[dependencies.cumulus-primitives-core]203git = "https://github.com/uniquenetwork/cumulus"204branch = "polkadot-v0.9.21"205206[dependencies.cumulus-primitives-parachain-inherent]207git = "https://github.com/uniquenetwork/cumulus"208branch = "polkadot-v0.9.21"209210[dependencies.cumulus-client-service]211git = "https://github.com/uniquenetwork/cumulus"212branch = "polkadot-v0.9.21"213214[dependencies.cumulus-relay-chain-interface]215git = "https://github.com/uniquenetwork/cumulus"216branch = "polkadot-v0.9.21"217218[dependencies.cumulus-relay-chain-inprocess-interface]219git = "https://github.com/uniquenetwork/cumulus"220branch = "polkadot-v0.9.21"221222[dependencies.cumulus-relay-chain-rpc-interface]223git = "https://github.com/uniquenetwork/cumulus"224branch = "polkadot-v0.9.21"225226################################################################################227# Polkadot dependencies228[dependencies.polkadot-primitives]229git = "https://github.com/paritytech/polkadot"230branch = "release-v0.9.21"231232[dependencies.polkadot-service]233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.21"235236[dependencies.polkadot-cli]237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.21"239240[dependencies.polkadot-test-service]241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.21"243244[dependencies.polkadot-parachain]245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.21"247248249################################################################################250# Local dependencies251252[dependencies.unique-runtime-common]253default-features = false254path = "../../runtime/common"255256[dependencies.unique-runtime]257path = '../../runtime/unique'258optional = true259260[dependencies.quartz-runtime]261path = '../../runtime/quartz'262optional = true263264[dependencies.opal-runtime]265path = '../../runtime/opal'266267[dependencies.up-data-structs]268path = "../../primitives/data-structs"269default-features = false270271[dependencies.up-rpc]272path = "../../primitives/rpc"273274[dependencies.pallet-transaction-payment-rpc-runtime-api]275git = "https://github.com/paritytech/substrate"276branch = "polkadot-v0.9.21"277278################################################################################279# Package280281[package]282authors = ['Unique Network <support@uniquenetwork.io>']283build = 'build.rs'284description = 'Unique Node'285edition = '2021'286homepage = 'https://unique.network'287license = 'GPLv3'288name = 'unique-node'289repository = 'https://github.com/UniqueNetwork/unique-chain'290version = '0.9.20'291292[[bin]]293name = 'unique-collator'294path = "src/main.rs"295296[package.metadata.docs.rs]297targets = ['x86_64-unknown-linux-gnu']298299[dependencies]300futures = '0.3.17'301log = '0.4.14'302flexi_logger = "0.15.7"303parking_lot = '0.11.2'304clap = "3.1.2"305jsonrpc-core = '18.0.0'306jsonrpc-pubsub = "18.0.0"307tokio = { version = "1.17.0", features = ["time"] }308309fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }310fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }311fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }312fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }313fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }314fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }315pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }316317unique-rpc = { default-features = false, path = "../rpc" }318rmrk-rpc = { path = "../../primitives/rmrk-rpc" }319320[features]321default = []322runtime-benchmarks = [323    'unique-runtime/runtime-benchmarks',324    'polkadot-service/runtime-benchmarks',325]326try-runtime = []
after · node/cli/Cargo.toml
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.21"78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'15version = '3.1.2'1617[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.21"2021[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.21"2425[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate'27branch = 'polkadot-v0.9.21'2829[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.21"3233[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.21"3637[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.21"4041[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.21"4445[dependencies.sc-cli]46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.21"4950[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.21"5354[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.21"5758[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.21"6162[dependencies.sc-executor]63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.21"6667[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.21"7071[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.21"7475[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.21"7879[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.21"8283[dependencies.sc-service]84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.21"8788[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.21"9192[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.21"9596[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.21"99100[dependencies.sp-block-builder]101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.21"103104[dependencies.sp-api]105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.21"107108[dependencies.sp-blockchain]109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.21"111112[dependencies.sp-consensus]113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.21"115116[dependencies.sp-consensus-aura]117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.21"119120[dependencies.sp-core]121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.21"123124[dependencies.sp-finality-grandpa]125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.21"127128[dependencies.sp-inherents]129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.21"131132[dependencies.sp-keystore]133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.21"135136[dependencies.sp-offchain]137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.21"139140[dependencies.sp-runtime]141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.21"143144[dependencies.sp-session]145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.21"147148[dependencies.sp-timestamp]149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.21"151152[dependencies.sp-transaction-pool]153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.21"155156[dependencies.sp-trie]157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.21"159160[dependencies.substrate-frame-rpc-system]161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.21"163164[dependencies.sc-network]165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.21"167168[dependencies.serde]169features = ['derive']170version = '1.0.130'171172[dependencies.serde_json]173version = '1.0.68'174175[dependencies.sc-consensus-manual-seal]176git = "https://github.com/paritytech/substrate"177branch = "polkadot-v0.9.21"178179################################################################################180# Cumulus dependencies181182[dependencies.cumulus-client-consensus-aura]183git = "https://github.com/uniquenetwork/cumulus"184branch = "polkadot-v0.9.21"185186[dependencies.cumulus-client-consensus-common]187git = "https://github.com/uniquenetwork/cumulus"188branch = "polkadot-v0.9.21"189190[dependencies.cumulus-client-collator]191git = "https://github.com/uniquenetwork/cumulus"192branch = "polkadot-v0.9.21"193194[dependencies.cumulus-client-cli]195git = "https://github.com/uniquenetwork/cumulus"196branch = "polkadot-v0.9.21"197198[dependencies.cumulus-client-network]199git = "https://github.com/uniquenetwork/cumulus"200branch = "polkadot-v0.9.21"201202[dependencies.cumulus-primitives-core]203git = "https://github.com/uniquenetwork/cumulus"204branch = "polkadot-v0.9.21"205206[dependencies.cumulus-primitives-parachain-inherent]207git = "https://github.com/uniquenetwork/cumulus"208branch = "polkadot-v0.9.21"209210[dependencies.cumulus-client-service]211git = "https://github.com/uniquenetwork/cumulus"212branch = "polkadot-v0.9.21"213214[dependencies.cumulus-relay-chain-interface]215git = "https://github.com/uniquenetwork/cumulus"216branch = "polkadot-v0.9.21"217218[dependencies.cumulus-relay-chain-inprocess-interface]219git = "https://github.com/uniquenetwork/cumulus"220branch = "polkadot-v0.9.21"221222[dependencies.cumulus-relay-chain-rpc-interface]223git = "https://github.com/uniquenetwork/cumulus"224branch = "polkadot-v0.9.21"225226################################################################################227# Polkadot dependencies228[dependencies.polkadot-primitives]229git = "https://github.com/paritytech/polkadot"230branch = "release-v0.9.21"231232[dependencies.polkadot-service]233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.21"235236[dependencies.polkadot-cli]237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.21"239240[dependencies.polkadot-test-service]241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.21"243244[dependencies.polkadot-parachain]245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.21"247248249################################################################################250# Local dependencies251252[dependencies.unique-runtime-common]253default-features = false254path = "../../runtime/common"255256[dependencies.unique-runtime]257path = '../../runtime/unique'258optional = true259260[dependencies.quartz-runtime]261path = '../../runtime/quartz'262optional = true263264[dependencies.opal-runtime]265path = '../../runtime/opal'266267[dependencies.up-data-structs]268path = "../../primitives/data-structs"269default-features = false270271[dependencies.up-rpc]272path = "../../primitives/rpc"273274[dependencies.pallet-transaction-payment-rpc-runtime-api]275git = "https://github.com/paritytech/substrate"276branch = "polkadot-v0.9.21"277278################################################################################279# Package280281[package]282authors = ['Unique Network <support@uniquenetwork.io>']283build = 'build.rs'284description = 'Unique Node'285edition = '2021'286homepage = 'https://unique.network'287license = 'GPLv3'288name = 'unique-node'289repository = 'https://github.com/UniqueNetwork/unique-chain'290version = '0.9.21'291292[[bin]]293name = 'unique-collator'294path = "src/main.rs"295296[package.metadata.docs.rs]297targets = ['x86_64-unknown-linux-gnu']298299[dependencies]300futures = '0.3.17'301log = '0.4.14'302flexi_logger = "0.15.7"303parking_lot = '0.11.2'304clap = "3.1.2"305jsonrpc-core = '18.0.0'306jsonrpc-pubsub = "18.0.0"307tokio = { version = "1.17.0", features = ["time"] }308309fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }310fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }311fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }312fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }313fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }314fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }315pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.21-logs" }316317unique-rpc = { default-features = false, path = "../rpc" }318rmrk-rpc = { path = "../../primitives/rmrk-rpc" }319320[features]321default = []322runtime-benchmarks = [323    'unique-runtime/runtime-benchmarks',324    'polkadot-service/runtime-benchmarks',325]326try-runtime = []
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
--- a/runtime/common/Cargo.toml
+++ b/runtime/common/Cargo.toml
@@ -6,7 +6,7 @@
 license = 'All Rights Reserved'
 name = 'unique-runtime-common'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.20'
+version = '0.9.21'
 
 [features]
 default = ['std']
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'opal-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.20'
+version = '0.9.21'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -178,7 +178,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 920000,
+	spec_version: 921000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'quartz-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.20'
+version = '0.9.21'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -163,7 +163,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 920000,
+	spec_version: 921000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -168,7 +168,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 920000,
+	spec_version: 921000,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedtests/README.mddiffbeforeafterboth
--- a/tests/README.md
+++ b/tests/README.md
@@ -5,7 +5,7 @@
 1. Checkout polkadot in sibling folder with this project
 ```bash
 git clone https://github.com/paritytech/polkadot.git && cd polkadot
-git checkout release-v0.9.20
+git checkout release-v0.9.21
 ```
 
 2. Build with nightly-2021-11-11