From d7311ca543a43024822f3db8a2d2b4bed22aa152 Mon Sep 17 00:00:00 2001 From: Sasha Gryaznov Date: Tue, 13 Dec 2022 18:34:13 +0200 Subject: [PATCH] Companion for substrate#12845 (#1960) * Companion for substrate#12845 * update lockfile for {"polkadot", "substrate"} Co-authored-by: parity-processbot <> --- Cargo.lock | 506 +++++++++--------- .../contracts-rococo/src/contracts.rs | 1 + 2 files changed, 254 insertions(+), 253 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee80e02671e..5954e32ed15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "beefy-gadget", "futures", @@ -507,7 +507,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "sp-api", "sp-beefy", @@ -2938,7 +2938,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", ] @@ -2961,7 +2961,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3036,7 +3036,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3063,7 +3063,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "env_logger 0.9.0", "log", @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "bitflags", "frame-metadata", @@ -3141,7 +3141,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "Inflector", "cfg-expr", @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3167,7 +3167,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro2", "quote", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "log", @@ -3195,7 +3195,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -3210,7 +3210,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "sp-api", @@ -3219,7 +3219,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "parity-scale-codec", @@ -4103,7 +4103,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "frame-benchmarking", @@ -4200,7 +4200,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "polkadot-primitives", @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "log", @@ -4964,7 +4964,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "anyhow", "jsonrpsee", @@ -5415,7 +5415,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5436,7 +5436,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5454,7 +5454,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5468,7 +5468,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -5484,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -5515,7 +5515,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5539,7 +5539,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5559,7 +5559,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5574,7 +5574,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -5590,7 +5590,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5631,7 +5631,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "bitflags", "frame-benchmarking", @@ -5721,7 +5721,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "bitflags", "parity-scale-codec", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro2", "quote", @@ -5743,7 +5743,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5778,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5802,7 +5802,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5815,7 +5815,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5833,7 +5833,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5852,7 +5852,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5875,7 +5875,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5911,7 +5911,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5962,7 +5962,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5994,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6011,7 +6011,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "sp-api", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6058,7 +6058,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6081,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6098,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6113,7 +6113,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6127,7 +6127,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6145,7 +6145,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6160,7 +6160,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6179,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6196,7 +6196,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6217,7 +6217,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6233,7 +6233,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6271,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6282,7 +6282,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "log", "sp-arithmetic", @@ -6291,7 +6291,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6337,7 +6337,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6355,7 +6355,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6374,7 +6374,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-support", "frame-system", @@ -6390,7 +6390,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6406,7 +6406,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6418,7 +6418,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6435,7 +6435,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6450,7 +6450,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6466,7 +6466,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6481,7 +6481,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6496,7 +6496,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "frame-system", @@ -6514,7 +6514,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-benchmarking", "frame-support", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7046,7 +7046,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7060,7 +7060,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "derive_more", "fatality", @@ -7083,7 +7083,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "fatality", "futures", @@ -7104,7 +7104,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "clap 4.0.29", "frame-benchmarking-cli", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "frame-benchmarking", @@ -7172,7 +7172,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "always-assert", "bitvec", @@ -7194,7 +7194,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "parity-scale-codec", "scale-info", @@ -7206,7 +7206,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "derive_more", "fatality", @@ -7231,7 +7231,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7245,7 +7245,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "futures-timer", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "always-assert", "async-trait", @@ -7289,7 +7289,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "parity-scale-codec", @@ -7307,7 +7307,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "derive_more", @@ -7336,7 +7336,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "futures", @@ -7356,7 +7356,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "fatality", @@ -7375,7 +7375,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7390,7 +7390,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "futures", @@ -7409,7 +7409,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "futures-timer", @@ -7441,7 +7441,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "fatality", "futures", @@ -7460,7 +7460,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "futures", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "fatality", @@ -7496,7 +7496,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "always-assert", "assert_matches", @@ -7529,7 +7529,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "polkadot-node-primitives", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "futures", "lru", @@ -7560,7 +7560,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "lazy_static", "log", @@ -7578,7 +7578,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bs58", "futures", @@ -7597,7 +7597,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "derive_more", @@ -7620,7 +7620,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bounded-vec", "futures", @@ -7642,7 +7642,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7652,7 +7652,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "futures", @@ -7670,7 +7670,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "derive_more", @@ -7693,7 +7693,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "derive_more", @@ -7725,7 +7725,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "futures", @@ -7748,7 +7748,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "derive_more", "frame-support", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7863,7 +7863,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "hex-literal", @@ -7889,7 +7889,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7921,7 +7921,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "frame-benchmarking", @@ -8010,7 +8010,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "frame-benchmarking", @@ -8058,7 +8058,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "polkadot-primitives", @@ -8072,7 +8072,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bs58", "parity-scale-codec", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitflags", "bitvec", @@ -8127,7 +8127,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "async-trait", "beefy-gadget", @@ -8234,7 +8234,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8255,7 +8255,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8290,7 +8290,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8351,7 +8351,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-benchmarking", "frame-system", @@ -9033,7 +9033,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "beefy-merkle-tree", "frame-benchmarking", @@ -9118,7 +9118,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "polkadot-primitives", @@ -9295,7 +9295,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "log", "sp-core", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -9333,7 +9333,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "futures-timer", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9372,7 +9372,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -9389,7 +9389,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9400,7 +9400,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -9440,7 +9440,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "fnv", "futures", @@ -9468,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "hash-db", "kvdb", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -9518,7 +9518,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -9547,7 +9547,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "fork-tree", @@ -9588,7 +9588,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "jsonrpsee", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9623,7 +9623,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -9647,7 +9647,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "lru", "parity-scale-codec", @@ -9671,7 +9671,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9684,7 +9684,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "log", "sc-allocator", @@ -9697,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "cfg-if", "libc", @@ -9714,7 +9714,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ahash", "array-bytes 4.2.0", @@ -9755,7 +9755,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "finality-grandpa", "futures", @@ -9776,7 +9776,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ansi_term", "futures", @@ -9792,7 +9792,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "cid", "futures", @@ -9874,7 +9874,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "bitflags", @@ -9900,7 +9900,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ahash", "futures", @@ -9918,7 +9918,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -9971,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "futures", @@ -9990,7 +9990,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10020,7 +10020,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "libp2p", @@ -10033,7 +10033,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10042,7 +10042,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "hash-db", @@ -10072,7 +10072,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "jsonrpsee", @@ -10095,7 +10095,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "http", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "hex", @@ -10130,7 +10130,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "directories", @@ -10200,7 +10200,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "log", "parity-scale-codec", @@ -10212,7 +10212,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10231,7 +10231,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "libc", @@ -10250,7 +10250,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "chrono", "futures", @@ -10268,7 +10268,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ansi_term", "atty", @@ -10299,7 +10299,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10310,7 +10310,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -10336,7 +10336,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -10350,7 +10350,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "futures-timer", @@ -10775,7 +10775,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "enumn", "parity-scale-codec", @@ -10852,7 +10852,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "hash-db", "log", @@ -10870,7 +10870,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "blake2", "proc-macro-crate", @@ -10882,7 +10882,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10895,7 +10895,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "integer-sqrt", "num-traits", @@ -10910,7 +10910,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10923,7 +10923,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10935,7 +10935,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10952,7 +10952,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "sp-api", @@ -10964,7 +10964,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "log", @@ -10982,7 +10982,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -11001,7 +11001,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "parity-scale-codec", @@ -11019,7 +11019,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "merlin", @@ -11042,7 +11042,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11056,7 +11056,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11114,7 +11114,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "blake2", "byteorder", @@ -11128,7 +11128,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro2", "quote", @@ -11139,7 +11139,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11148,7 +11148,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro2", "quote", @@ -11158,7 +11158,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "environmental", "parity-scale-codec", @@ -11169,7 +11169,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "finality-grandpa", "log", @@ -11187,7 +11187,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11201,7 +11201,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "bytes", "ed25519-dalek", @@ -11228,7 +11228,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "lazy_static", "sp-core", @@ -11239,7 +11239,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures", @@ -11256,7 +11256,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "thiserror", "zstd", @@ -11265,7 +11265,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11283,7 +11283,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11297,7 +11297,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "sp-api", "sp-core", @@ -11307,7 +11307,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "backtrace", "lazy_static", @@ -11317,7 +11317,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "rustc-hash", "serde", @@ -11327,7 +11327,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "either", "hash256-std-hasher", @@ -11349,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11367,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "Inflector", "proc-macro-crate", @@ -11379,7 +11379,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "serde", "serde_json", @@ -11388,7 +11388,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11402,7 +11402,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11413,7 +11413,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "hash-db", "log", @@ -11435,12 +11435,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11453,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "futures-timer", @@ -11469,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "sp-std", @@ -11481,7 +11481,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "sp-api", "sp-runtime", @@ -11490,7 +11490,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "log", @@ -11506,7 +11506,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ahash", "hash-db", @@ -11529,7 +11529,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11546,7 +11546,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11557,7 +11557,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "impl-trait-for-tuples", "log", @@ -11570,7 +11570,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11873,7 +11873,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "platforms", ] @@ -11881,7 +11881,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11902,7 +11902,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures-util", "hyper", @@ -11915,7 +11915,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "async-trait", "jsonrpsee", @@ -11928,7 +11928,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "jsonrpsee", "log", @@ -11949,7 +11949,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11975,7 +11975,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11985,7 +11985,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11996,7 +11996,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "ansi_term", "build-helper", @@ -12104,7 +12104,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "polkadot-primitives", @@ -12433,7 +12433,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12444,7 +12444,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12573,7 +12573,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e5d5d88d0d0e79042393c8bc85e5e9ebe6a24000" +source = "git+https://github.com/paritytech/substrate?branch=master#93fa104fd4d4762c4d5c01257820bd3acf24a17b" dependencies = [ "clap 4.0.29", "frame-remote-externalities", @@ -13230,7 +13230,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "bitvec", "frame-benchmarking", @@ -13320,7 +13320,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "polkadot-primitives", @@ -13662,7 +13662,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13676,7 +13676,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-support", "frame-system", @@ -13696,7 +13696,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "frame-benchmarking", "frame-support", @@ -13714,7 +13714,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.33" -source = "git+https://github.com/paritytech/polkadot?branch=master#441106ecbe2bc843adb248c8fab346af58ed9ffc" +source = "git+https://github.com/paritytech/polkadot?branch=master#de0839b95c246f35441a6d4737c80401947b555b" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachains/runtimes/contracts/contracts-rococo/src/contracts.rs b/parachains/runtimes/contracts/contracts-rococo/src/contracts.rs index a765ed5a948..7cebf9f5a57 100644 --- a/parachains/runtimes/contracts/contracts-rococo/src/contracts.rs +++ b/parachains/runtimes/contracts/contracts-rococo/src/contracts.rs @@ -58,4 +58,5 @@ impl Config for Runtime { type MaxCodeLen = ConstU32<{ 128 * 1024 }>; type MaxStorageKeyLen = ConstU32<128>; type UnsafeUnstableInterface = ConstBool; + type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; }