From 0e011af6a9e3f1c0ca4b437b2617ac4b2fdd5136 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 16 May 2022 13:53:14 -0400 Subject: [PATCH] Companion to #11389 (Uniques Rename) (#1256) * rename * weight rename * update lockfile for {"substrate"} * cargo update -p xcm Co-authored-by: parity-processbot <> --- Cargo.lock | 795 ++++++++++-------- polkadot-parachains/statemine/src/lib.rs | 20 +- .../statemine/src/weights/pallet_uniques.rs | 10 +- polkadot-parachains/statemint/src/lib.rs | 20 +- .../statemint/src/weights/pallet_uniques.rs | 10 +- polkadot-parachains/westmint/src/lib.rs | 20 +- .../westmint/src/weights/pallet_uniques.rs | 10 +- 7 files changed, 466 insertions(+), 419 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 519f684a23..dc2c91e11f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "beefy-primitives", "fnv", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -495,12 +495,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-runtime", "finality-grandpa", @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-runtime", "frame-support", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "bp-runtime", @@ -747,7 +747,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-messages", "bp-runtime", @@ -765,7 +765,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "hash-db", @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -978,7 +978,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-runtime-common", "scale-info", "serde", @@ -1709,7 +1709,7 @@ dependencies = [ "parking_lot 0.12.0", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-service", "polkadot-test-client", @@ -1843,7 +1843,7 @@ dependencies = [ "log", "pallet-balances", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "sc-client-api", "scale-info", "serde", @@ -1962,7 +1962,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "sp-api", "sp-runtime", @@ -2017,7 +2017,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "sp-runtime", "sp-std", @@ -2118,7 +2118,7 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "sc-block-builder", "sc-consensus", @@ -2818,7 +2818,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", ] @@ -2836,7 +2836,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -2858,7 +2858,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "Inflector", "chrono", @@ -2908,7 +2908,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2919,7 +2919,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -2963,7 +2963,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "bitflags", "frame-metadata", @@ -2993,7 +2993,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -3005,7 +3005,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro2", "quote", @@ -3027,7 +3027,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "log", @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -3059,7 +3059,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "sp-api", @@ -3068,7 +3068,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "sp-api", @@ -3926,8 +3926,8 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "bitvec", @@ -4019,8 +4019,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "polkadot-primitives", @@ -4180,7 +4180,7 @@ dependencies = [ "libp2p-request-response", "libp2p-swarm", "log", - "prost", + "prost 0.9.0", "prost-build", "rand 0.8.5", ] @@ -4207,7 +4207,7 @@ dependencies = [ "multistream-select", "parking_lot 0.12.0", "pin-project 1.0.10", - "prost", + "prost 0.9.0", "prost-build", "rand 0.8.5", "ring", @@ -4257,7 +4257,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost", + "prost 0.9.0", "prost-build", "rand 0.7.3", "smallvec", @@ -4281,7 +4281,7 @@ dependencies = [ "libp2p-swarm", "log", "prometheus-client", - "prost", + "prost 0.9.0", "prost-build", "rand 0.7.3", "regex", @@ -4303,7 +4303,7 @@ dependencies = [ "libp2p-swarm", "log", "lru 0.7.5", - "prost", + "prost 0.9.0", "prost-build", "smallvec", ] @@ -4325,7 +4325,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost", + "prost 0.9.0", "prost-build", "rand 0.7.3", "sha2 0.10.2", @@ -4403,7 +4403,7 @@ dependencies = [ "lazy_static", "libp2p-core", "log", - "prost", + "prost 0.9.0", "prost-build", "rand 0.8.5", "sha2 0.10.2", @@ -4440,7 +4440,7 @@ dependencies = [ "futures 0.3.21", "libp2p-core", "log", - "prost", + "prost 0.9.0", "prost-build", "unsigned-varint", "void", @@ -4476,7 +4476,7 @@ dependencies = [ "libp2p-swarm", "log", "pin-project 1.0.10", - "prost", + "prost 0.9.0", "prost-build", "rand 0.8.5", "smallvec", @@ -4500,7 +4500,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "prost", + "prost 0.9.0", "prost-build", "rand 0.8.5", "sha2 0.10.2", @@ -4920,8 +4920,8 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "coarsetime", "crossbeam-queue", @@ -5386,7 +5386,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -5403,7 +5403,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -5433,7 +5433,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -5449,7 +5449,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -5464,7 +5464,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5488,7 +5488,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5508,7 +5508,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5523,7 +5523,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "beefy-primitives", "frame-support", @@ -5539,7 +5539,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5562,7 +5562,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5580,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5640,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5685,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5702,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "bitflags", "frame-benchmarking", @@ -5729,7 +5729,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "bitflags", "parity-scale-codec", @@ -5744,7 +5744,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro2", "quote", @@ -5754,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5771,7 +5771,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5800,7 +5800,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5823,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5836,7 +5836,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5854,7 +5854,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5869,7 +5869,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5892,7 +5892,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -5962,7 +5962,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5980,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6010,7 +6010,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6024,10 +6024,11 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -6039,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6058,7 +6059,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6075,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6098,7 +6099,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6114,7 +6115,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6130,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6143,7 +6144,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6158,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6174,7 +6175,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6195,7 +6196,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6211,7 +6212,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6225,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6248,7 +6249,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6259,7 +6260,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "sp-arithmetic", @@ -6268,7 +6269,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6297,7 +6298,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6315,7 +6316,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6334,7 +6335,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-support", "frame-system", @@ -6351,7 +6352,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6366,7 +6367,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6377,7 +6378,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6394,7 +6395,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6409,7 +6410,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6425,7 +6426,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-benchmarking", "frame-support", @@ -6439,8 +6440,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "frame-system", @@ -6457,8 +6458,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6510,7 +6511,7 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-service", "sc-basic-authorship", @@ -6585,7 +6586,7 @@ dependencies = [ "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-runtime-common", "scale-info", "serde", @@ -6970,8 +6971,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -6985,8 +6986,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -6999,8 +7000,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "derive_more", "fatality", @@ -7022,8 +7023,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "fatality", "futures 0.3.21", @@ -7043,8 +7044,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "clap 3.1.18", "frame-benchmarking-cli", @@ -7068,8 +7069,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7108,8 +7109,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "always-assert", "fatality", @@ -7129,8 +7130,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7142,8 +7143,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "derive_more", "fatality", @@ -7165,8 +7166,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7179,8 +7180,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7199,8 +7200,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "always-assert", "async-trait", @@ -7220,8 +7221,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7238,8 +7239,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "derive_more", @@ -7267,8 +7268,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "futures 0.3.21", @@ -7287,8 +7288,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "fatality", @@ -7306,8 +7307,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7321,8 +7322,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "futures 0.3.21", @@ -7331,7 +7332,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "sp-maybe-compressed-blob", "tracing-gum", @@ -7339,8 +7340,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7354,8 +7355,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7371,8 +7372,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "fatality", "futures 0.3.21", @@ -7390,8 +7391,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "futures 0.3.21", @@ -7407,8 +7408,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "fatality", @@ -7425,8 +7426,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "always-assert", "assert_matches", @@ -7438,7 +7439,7 @@ dependencies = [ "pin-project 1.0.10", "polkadot-core-primitives", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "rand 0.8.5", "sc-executor", "sc-executor-common", @@ -7455,8 +7456,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7471,8 +7472,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7489,8 +7490,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-std", "lazy_static", @@ -7507,8 +7508,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bs58", "futures 0.3.21", @@ -7526,8 +7527,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "derive_more", @@ -7546,13 +7547,13 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bounded-vec", "futures 0.3.21", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "schnorrkel", "serde", @@ -7568,8 +7569,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7578,8 +7579,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "futures 0.3.21", @@ -7596,8 +7597,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "derive_more", "futures 0.3.21", @@ -7615,8 +7616,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "derive_more", @@ -7648,8 +7649,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7669,8 +7670,8 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "futures 0.3.21", @@ -7686,10 +7687,11 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "expander 0.0.6", + "petgraph", "proc-macro-crate", "proc-macro2", "quote", @@ -7698,8 +7700,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "derive_more", "frame-support", @@ -7744,7 +7746,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-service", "rococo-parachain-runtime", @@ -7792,8 +7794,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7807,8 +7809,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitvec", "frame-system", @@ -7816,7 +7818,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "scale-info", "serde", "sp-api", @@ -7837,8 +7839,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7869,8 +7871,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "bitvec", @@ -7955,8 +7957,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "bitvec", @@ -8002,8 +8004,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "polkadot-primitives", @@ -8014,8 +8016,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bs58", "parity-scale-codec", @@ -8026,8 +8028,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "bitflags", "bitvec", @@ -8069,8 +8071,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "async-trait", "beefy-gadget", @@ -8112,9 +8114,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime", @@ -8171,8 +8174,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8192,8 +8195,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8202,8 +8205,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8227,8 +8230,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "bitvec", @@ -8256,7 +8259,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -8289,8 +8292,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-benchmarking", "frame-system", @@ -8303,7 +8306,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-rpc", "polkadot-runtime-common", @@ -8533,7 +8536,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.9.0", +] + +[[package]] +name = "prost" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc03e116981ff7d8da8e5c220e374587b98d294af7ba7dd7fda761158f00086f" +dependencies = [ + "bytes", + "prost-derive 0.10.1", ] [[package]] @@ -8549,7 +8562,7 @@ dependencies = [ "log", "multimap", "petgraph", - "prost", + "prost 0.9.0", "prost-types", "regex", "tempfile", @@ -8569,6 +8582,19 @@ dependencies = [ "syn", ] +[[package]] +name = "prost-derive" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc" +dependencies = [ + "anyhow", + "itertools", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "prost-types" version = "0.9.0" @@ -8576,7 +8602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" dependencies = [ "bytes", - "prost", + "prost 0.9.0", ] [[package]] @@ -8878,7 +8904,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8982,7 +9008,7 @@ dependencies = [ "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "scale-info", "serde", "sp-api", @@ -9005,8 +9031,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9050,7 +9076,7 @@ dependencies = [ "pallet-utility", "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -9082,8 +9108,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "polkadot-primitives", @@ -9290,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "sp-core", @@ -9301,7 +9327,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -9310,7 +9336,7 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "prost", + "prost 0.10.3", "prost-build", "rand 0.7.3", "sc-client-api", @@ -9328,7 +9354,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9351,7 +9377,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9367,7 +9393,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9384,7 +9410,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9395,7 +9421,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "chrono", "clap 3.1.18", @@ -9434,7 +9460,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "fnv", "futures 0.3.21", @@ -9462,7 +9488,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "hash-db", "kvdb", @@ -9487,7 +9513,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -9511,7 +9537,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -9540,7 +9566,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "fork-tree", @@ -9583,7 +9609,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -9605,7 +9631,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9618,7 +9644,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -9643,7 +9669,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "sc-client-api", "sp-authorship", @@ -9654,7 +9680,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "lazy_static", "lru 0.7.5", @@ -9681,7 +9707,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "environmental", "parity-scale-codec", @@ -9698,7 +9724,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "parity-scale-codec", @@ -9713,7 +9739,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9731,7 +9757,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ahash", "async-trait", @@ -9771,7 +9797,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9792,7 +9818,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9809,7 +9835,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "hex", @@ -9824,7 +9850,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "asynchronous-codec", @@ -9846,13 +9872,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "pin-project 1.0.10", - "prost", + "prost 0.10.3", "prost-build", "rand 0.7.3", "sc-block-builder", "sc-client-api", "sc-consensus", "sc-network-common", + "sc-network-light", "sc-network-sync", "sc-peerset", "sc-utils", @@ -9875,7 +9902,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "libp2p", @@ -9888,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ahash", "futures 0.3.21", @@ -9902,10 +9929,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +dependencies = [ + "futures 0.3.21", + "libp2p", + "log", + "parity-scale-codec", + "prost 0.10.3", + "prost-build", + "sc-client-api", + "sc-network-common", + "sc-peerset", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", +] + [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "bitflags", "either", @@ -9915,7 +9962,7 @@ dependencies = [ "log", "lru 0.7.5", "parity-scale-codec", - "prost", + "prost 0.10.3", "prost-build", "sc-client-api", "sc-consensus", @@ -9934,7 +9981,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "bytes", "fnv", @@ -9962,7 +10009,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "libp2p", @@ -9975,7 +10022,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9984,7 +10031,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "hash-db", @@ -10014,7 +10061,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -10037,7 +10084,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -10050,7 +10097,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "directories", @@ -10115,7 +10162,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "parity-scale-codec", @@ -10129,7 +10176,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10148,7 +10195,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "libc", @@ -10167,7 +10214,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "chrono", "futures 0.3.21", @@ -10185,7 +10232,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ansi_term", "atty", @@ -10216,7 +10263,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10227,7 +10274,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10254,7 +10301,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "log", @@ -10267,7 +10314,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10515,9 +10562,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.79" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" +checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" dependencies = [ "itoa 1.0.1", "ryu", @@ -10715,8 +10762,8 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "enumn", "parity-scale-codec", @@ -10792,7 +10839,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "hash-db", "log", @@ -10809,7 +10856,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "blake2", "proc-macro-crate", @@ -10821,7 +10868,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -10834,7 +10881,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "integer-sqrt", "num-traits", @@ -10849,7 +10896,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -10862,7 +10909,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "parity-scale-codec", @@ -10874,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "sp-api", @@ -10886,7 +10933,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "log", @@ -10904,7 +10951,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -10923,7 +10970,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "parity-scale-codec", @@ -10941,7 +10988,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "merlin", @@ -10964,7 +11011,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -10978,7 +11025,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -10991,7 +11038,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "base58", "bitflags", @@ -11037,7 +11084,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "blake2", "byteorder", @@ -11051,7 +11098,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro2", "quote", @@ -11062,7 +11109,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11071,7 +11118,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro2", "quote", @@ -11081,7 +11128,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "environmental", "parity-scale-codec", @@ -11092,7 +11139,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "finality-grandpa", "log", @@ -11110,7 +11157,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11124,7 +11171,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "hash-db", @@ -11149,7 +11196,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "lazy_static", "sp-core", @@ -11160,7 +11207,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -11177,7 +11224,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "thiserror", "zstd", @@ -11186,7 +11233,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "parity-scale-codec", @@ -11201,7 +11248,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -11215,7 +11262,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "sp-api", "sp-core", @@ -11225,7 +11272,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "backtrace", "lazy_static", @@ -11235,7 +11282,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "rustc-hash", "serde", @@ -11245,7 +11292,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "either", "hash256-std-hasher", @@ -11267,7 +11314,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11284,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "Inflector", "proc-macro-crate", @@ -11296,7 +11343,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "parity-scale-codec", @@ -11310,7 +11357,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "serde", "serde_json", @@ -11319,7 +11366,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -11333,7 +11380,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "scale-info", @@ -11344,7 +11391,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "hash-db", "log", @@ -11366,12 +11413,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11384,7 +11431,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "log", "sp-core", @@ -11397,7 +11444,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures-timer", @@ -11413,7 +11460,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "sp-std", @@ -11425,7 +11472,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "sp-api", "sp-runtime", @@ -11434,7 +11481,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "log", @@ -11450,7 +11497,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "hash-db", "memory-db", @@ -11466,7 +11513,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11483,7 +11530,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11494,7 +11541,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "impl-trait-for-tuples", "log", @@ -11512,9 +11559,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "ss58-registry" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084" +checksum = "ceb8b72a924ccfe7882d0e26144c114503760a4d1248bb5cd06c8ab2d55404cc" dependencies = [ "Inflector", "num-format", @@ -11575,7 +11622,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-runtime-common", "scale-info", "serde", @@ -11641,7 +11688,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-runtime-common", "polkadot-runtime-constants", "scale-info", @@ -11775,7 +11822,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "platforms", ] @@ -11783,7 +11830,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11804,7 +11851,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures-util", "hyper", @@ -11817,7 +11864,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "jsonrpsee", "log", @@ -11838,7 +11885,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "async-trait", "futures 0.3.21", @@ -11864,7 +11911,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11874,7 +11921,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11885,7 +11932,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "ansi_term", "build-helper", @@ -12002,8 +12049,8 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "polkadot-primitives", @@ -12291,8 +12338,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12302,8 +12349,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12432,7 +12479,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#cd1853bad31e29ee18db86e21825965ce3e30f20" +source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" dependencies = [ "clap 3.1.18", "jsonrpsee", @@ -13015,8 +13062,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "beefy-primitives", "bitvec", @@ -13070,7 +13117,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -13104,8 +13151,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "polkadot-primitives", @@ -13156,7 +13203,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-core-primitives", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "polkadot-runtime-common", "scale-info", "serde", @@ -13345,8 +13392,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13358,15 +13405,15 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-support", "frame-system", "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.19", + "polkadot-parachain 0.9.22", "scale-info", "sp-arithmetic", "sp-io", @@ -13378,8 +13425,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +version = "0.9.22" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "frame-benchmarking", "frame-support", @@ -13397,7 +13444,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#6ed790ba2d6cc7a34a2a176e2c22e8c3c6ed1de8" +source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" dependencies = [ "Inflector", "proc-macro2", @@ -13442,18 +13489,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.10.0+zstd.1.5.2" +version = "0.10.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd" +checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "4.1.4+zstd.1.5.2" +version = "4.1.6+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee" +checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb" dependencies = [ "libc", "zstd-sys", diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index f9a4cac0da..4f778ba869 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -344,10 +344,10 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::set_team { .. }) | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::set_collection_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::clear_collection_metadata { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( @@ -362,8 +362,8 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::burn { .. }) | Call::Uniques(pallet_uniques::Call::freeze { .. }) | Call::Uniques(pallet_uniques::Call::thaw { .. }) | - Call::Uniques(pallet_uniques::Call::freeze_class { .. }) | - Call::Uniques(pallet_uniques::Call::thaw_class { .. }) | + Call::Uniques(pallet_uniques::Call::freeze_collection { .. }) | + Call::Uniques(pallet_uniques::Call::thaw_collection { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( @@ -500,8 +500,8 @@ impl pallet_asset_tx_payment::Config for Runtime { } parameter_types! { - pub const ClassDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class - pub const InstanceDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance + pub const CollectionDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class + pub const ItemDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance pub const KeyLimit: u32 = 32; // Max 32 bytes per key pub const ValueLimit: u32 = 64; // Max 64 bytes per value pub const UniquesMetadataDepositBase: Balance = deposit(1, 129); @@ -512,12 +512,12 @@ parameter_types! { impl pallet_uniques::Config for Runtime { type Event = Event; - type ClassId = u32; - type InstanceId = u32; + type CollectionId = u32; + type ItemId = u32; type Currency = Balances; type ForceOrigin = AssetsForceOrigin; - type ClassDeposit = ClassDeposit; - type InstanceDeposit = InstanceDeposit; + type CollectionDeposit = CollectionDeposit; + type ItemDeposit = ItemDeposit; type MetadataDepositBase = UniquesMetadataDepositBase; type AttributeDepositBase = AttributeDepositBase; type DepositPerByte = DepositPerByte; diff --git a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs index 2dd398592e..781905e2c7 100644 --- a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs @@ -130,13 +130,13 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn freeze_class() -> Weight { + fn freeze_collection() -> Weight { (13_243_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn thaw_class() -> Weight { + fn thaw_collection() -> Weight { (12_996_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -157,7 +157,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) - fn force_asset_status() -> Weight { + fn force_item_status() -> Weight { (16_719_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -194,14 +194,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn set_class_metadata() -> Weight { + fn set_collection_metadata() -> Weight { (28_446_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn clear_class_metadata() -> Weight { + fn clear_collection_metadata() -> Weight { (26_425_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index 5ced35322d..b2e255a402 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -345,10 +345,10 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::set_team { .. }) | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::set_collection_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::clear_collection_metadata { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( @@ -363,8 +363,8 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::burn { .. }) | Call::Uniques(pallet_uniques::Call::freeze { .. }) | Call::Uniques(pallet_uniques::Call::thaw { .. }) | - Call::Uniques(pallet_uniques::Call::freeze_class { .. }) | - Call::Uniques(pallet_uniques::Call::thaw_class { .. }) | + Call::Uniques(pallet_uniques::Call::freeze_collection { .. }) | + Call::Uniques(pallet_uniques::Call::thaw_collection { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( @@ -501,8 +501,8 @@ impl pallet_asset_tx_payment::Config for Runtime { } parameter_types! { - pub const ClassDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class - pub const InstanceDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance + pub const CollectionDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class + pub const ItemDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance pub const KeyLimit: u32 = 32; // Max 32 bytes per key pub const ValueLimit: u32 = 64; // Max 64 bytes per value pub const UniquesMetadataDepositBase: Balance = deposit(1, 129); @@ -513,12 +513,12 @@ parameter_types! { impl pallet_uniques::Config for Runtime { type Event = Event; - type ClassId = u32; - type InstanceId = u32; + type CollectionId = u32; + type ItemId = u32; type Currency = Balances; type ForceOrigin = AssetsForceOrigin; - type ClassDeposit = ClassDeposit; - type InstanceDeposit = InstanceDeposit; + type CollectionDeposit = CollectionDeposit; + type ItemDeposit = ItemDeposit; type MetadataDepositBase = UniquesMetadataDepositBase; type AttributeDepositBase = AttributeDepositBase; type DepositPerByte = DepositPerByte; diff --git a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs index 3b383f96a1..2c9fbadcbe 100644 --- a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs @@ -130,13 +130,13 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn freeze_class() -> Weight { + fn freeze_collection() -> Weight { (13_259_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn thaw_class() -> Weight { + fn thaw_collection() -> Weight { (13_207_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -157,7 +157,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) - fn force_asset_status() -> Weight { + fn force_item_status() -> Weight { (16_812_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -194,14 +194,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn set_class_metadata() -> Weight { + fn set_collection_metadata() -> Weight { (28_613_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn clear_class_metadata() -> Weight { + fn clear_collection_metadata() -> Weight { (26_273_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index d08224c02d..b777a73c2a 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -339,10 +339,10 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::set_team { .. }) | Call::Uniques(pallet_uniques::Call::set_metadata { .. }) | Call::Uniques(pallet_uniques::Call::set_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::set_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::set_collection_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_metadata { .. }) | Call::Uniques(pallet_uniques::Call::clear_attribute { .. }) | - Call::Uniques(pallet_uniques::Call::clear_class_metadata { .. }) | + Call::Uniques(pallet_uniques::Call::clear_collection_metadata { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::AssetManager => matches!( @@ -357,8 +357,8 @@ impl InstanceFilter for ProxyType { Call::Uniques(pallet_uniques::Call::burn { .. }) | Call::Uniques(pallet_uniques::Call::freeze { .. }) | Call::Uniques(pallet_uniques::Call::thaw { .. }) | - Call::Uniques(pallet_uniques::Call::freeze_class { .. }) | - Call::Uniques(pallet_uniques::Call::thaw_class { .. }) | + Call::Uniques(pallet_uniques::Call::freeze_collection { .. }) | + Call::Uniques(pallet_uniques::Call::thaw_collection { .. }) | Call::Utility { .. } | Call::Multisig { .. } ), ProxyType::Collator => matches!( @@ -492,8 +492,8 @@ impl pallet_asset_tx_payment::Config for Runtime { } parameter_types! { - pub const ClassDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class - pub const InstanceDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance + pub const CollectionDeposit: Balance = UNITS; // 1 UNIT deposit to create asset class + pub const ItemDeposit: Balance = UNITS / 100; // 1/100 UNIT deposit to create asset instance pub const KeyLimit: u32 = 32; // Max 32 bytes per key pub const ValueLimit: u32 = 64; // Max 64 bytes per value pub const UniquesMetadataDepositBase: Balance = deposit(1, 129); @@ -504,12 +504,12 @@ parameter_types! { impl pallet_uniques::Config for Runtime { type Event = Event; - type ClassId = u32; - type InstanceId = u32; + type CollectionId = u32; + type ItemId = u32; type Currency = Balances; type ForceOrigin = AssetsForceOrigin; - type ClassDeposit = ClassDeposit; - type InstanceDeposit = InstanceDeposit; + type CollectionDeposit = CollectionDeposit; + type ItemDeposit = ItemDeposit; type MetadataDepositBase = UniquesMetadataDepositBase; type AttributeDepositBase = AttributeDepositBase; type DepositPerByte = DepositPerByte; diff --git a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs index a1346573f2..e22f1b826e 100644 --- a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs @@ -130,13 +130,13 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn freeze_class() -> Weight { + fn freeze_collection() -> Weight { (13_277_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Uniques Class (r:1 w:1) - fn thaw_class() -> Weight { + fn thaw_collection() -> Weight { (12_984_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -157,7 +157,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) - fn force_asset_status() -> Weight { + fn force_item_status() -> Weight { (16_252_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -194,14 +194,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn set_class_metadata() -> Weight { + fn set_collection_metadata() -> Weight { (28_141_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques ClassMetadataOf (r:1 w:1) - fn clear_class_metadata() -> Weight { + fn clear_collection_metadata() -> Weight { (26_122_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight))