From 14dac1e55dd1b7ab78313d112a770d88e625e00a Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:28:24 +0200 Subject: [PATCH] Companion for #13390 (#2189) * Weights for offchain atrribute updates * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 516 +++++++++--------- .../westmint/src/weights/pallet_nfts.rs | 28 + 2 files changed, 286 insertions(+), 258 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71c1161723..e1f28827e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "beefy-gadget", "futures", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "hash-db", "log", @@ -3229,7 +3229,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", ] @@ -3252,7 +3252,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-support-procedural", @@ -3277,7 +3277,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3324,7 +3324,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3335,7 +3335,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3352,7 +3352,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "log", @@ -3397,7 +3397,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "bitflags", "frame-metadata", @@ -3429,7 +3429,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "Inflector", "cfg-expr", @@ -3444,7 +3444,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3456,7 +3456,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro2", "quote", @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "log", @@ -3484,7 +3484,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "sp-api", @@ -3508,7 +3508,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "parity-scale-codec", @@ -4441,7 +4441,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "frame-benchmarking", @@ -4539,7 +4539,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "polkadot-primitives", @@ -5376,7 +5376,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "log", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "anyhow", "jsonrpsee", @@ -5893,7 +5893,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5914,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -5947,7 +5947,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -5993,7 +5993,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6017,7 +6017,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6037,7 +6037,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6052,7 +6052,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6095,7 +6095,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6113,7 +6113,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6157,7 +6157,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6174,7 +6174,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "bitflags", "frame-benchmarking", @@ -6203,7 +6203,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "bitflags", "parity-scale-codec", @@ -6216,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro2", "quote", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6243,7 +6243,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6261,7 +6261,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6284,7 +6284,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6297,7 +6297,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6315,7 +6315,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6333,7 +6333,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6372,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6392,7 +6392,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6409,7 +6409,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6423,7 +6423,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6440,7 +6440,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6457,7 +6457,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6473,7 +6473,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6491,7 +6491,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6507,7 +6507,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6524,7 +6524,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6555,7 +6555,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6596,7 +6596,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6613,7 +6613,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6628,7 +6628,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6646,7 +6646,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6661,7 +6661,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6680,7 +6680,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6697,7 +6697,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6718,7 +6718,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6734,7 +6734,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6748,7 +6748,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6771,7 +6771,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6782,7 +6782,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "log", "sp-arithmetic", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "sp-api", @@ -6800,7 +6800,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6817,7 +6817,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6846,7 +6846,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6864,7 +6864,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6883,7 +6883,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-support", "frame-system", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6915,7 +6915,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6927,7 +6927,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6944,7 +6944,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6959,7 +6959,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6975,7 +6975,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -6990,7 +6990,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-benchmarking", "frame-support", @@ -7005,7 +7005,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7026,7 +7026,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-benchmarking", "frame-support", @@ -7562,7 +7562,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "polkadot-node-metrics", @@ -7577,7 +7577,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7591,7 +7591,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "derive_more", "fatality", @@ -7614,7 +7614,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "fatality", "futures", @@ -7635,7 +7635,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "clap 4.1.6", "frame-benchmarking-cli", @@ -7663,7 +7663,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "frame-benchmarking", @@ -7706,7 +7706,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "always-assert", "bitvec", @@ -7728,7 +7728,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "parity-scale-codec", "scale-info", @@ -7740,7 +7740,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "derive_more", "fatality", @@ -7765,7 +7765,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7779,7 +7779,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "futures-timer", @@ -7799,7 +7799,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "always-assert", "async-trait", @@ -7823,7 +7823,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "parity-scale-codec", @@ -7841,7 +7841,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "derive_more", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "futures", @@ -7891,7 +7891,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "fatality", @@ -7910,7 +7910,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "futures", @@ -7945,7 +7945,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "polkadot-node-metrics", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "futures-timer", @@ -7977,7 +7977,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "fatality", "futures", @@ -7996,7 +7996,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "futures", @@ -8013,7 +8013,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "fatality", @@ -8031,7 +8031,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "always-assert", "assert_matches", @@ -8067,7 +8067,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "polkadot-node-primitives", @@ -8083,7 +8083,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "futures", "lru 0.9.0", @@ -8098,7 +8098,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "lazy_static", "log", @@ -8116,7 +8116,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bs58", "futures", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "derive_more", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bounded-vec", "futures", @@ -8181,7 +8181,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "futures", @@ -8209,7 +8209,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "derive_more", @@ -8232,7 +8232,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "derive_more", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "futures", @@ -8288,7 +8288,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bounded-collections", "derive_more", @@ -8387,7 +8387,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8403,7 +8403,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "hex-literal", @@ -8429,7 +8429,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "frame-benchmarking", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "frame-benchmarking", @@ -8599,7 +8599,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "polkadot-primitives", @@ -8613,7 +8613,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bs58", "parity-scale-codec", @@ -8625,7 +8625,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitflags", "bitvec", @@ -8669,7 +8669,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "async-trait", "beefy-gadget", @@ -8778,7 +8778,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8799,7 +8799,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8809,7 +8809,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8834,7 +8834,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8895,7 +8895,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-benchmarking", "frame-system", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "polkadot-primitives", @@ -9915,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "log", "sp-core", @@ -9926,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -9953,7 +9953,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "futures-timer", @@ -9976,7 +9976,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9992,7 +9992,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10007,7 +10007,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10018,7 +10018,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10058,7 +10058,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "fnv", "futures", @@ -10084,7 +10084,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "hash-db", "kvdb", @@ -10110,7 +10110,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -10164,7 +10164,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "fork-tree", @@ -10203,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "jsonrpsee", @@ -10225,7 +10225,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -10261,7 +10261,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10285,7 +10285,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10298,7 +10298,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "log", "sc-allocator", @@ -10311,7 +10311,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "anyhow", "cfg-if", @@ -10329,7 +10329,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10369,7 +10369,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "finality-grandpa", "futures", @@ -10389,7 +10389,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ansi_term", "futures", @@ -10404,7 +10404,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10419,7 +10419,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10462,7 +10462,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "cid", "futures", @@ -10481,7 +10481,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "bitflags", @@ -10507,7 +10507,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ahash 0.8.2", "futures", @@ -10525,7 +10525,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10546,7 +10546,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10578,7 +10578,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10597,7 +10597,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10627,7 +10627,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "libp2p", @@ -10640,7 +10640,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10649,7 +10649,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "jsonrpsee", @@ -10679,7 +10679,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10698,7 +10698,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "http", "jsonrpsee", @@ -10713,7 +10713,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10739,7 +10739,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "directories", @@ -10805,7 +10805,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "log", "parity-scale-codec", @@ -10816,7 +10816,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "clap 4.1.6", "futures", @@ -10832,7 +10832,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "libc", @@ -10870,7 +10870,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "chrono", "futures", @@ -10889,7 +10889,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ansi_term", "atty", @@ -10920,7 +10920,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10931,7 +10931,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -10958,7 +10958,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -10972,7 +10972,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "backtrace", "futures", @@ -11422,7 +11422,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "enumn", "parity-scale-codec", @@ -11499,7 +11499,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "hash-db", "log", @@ -11517,7 +11517,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "blake2", "proc-macro-crate", @@ -11529,7 +11529,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -11542,7 +11542,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "integer-sqrt", "num-traits", @@ -11556,7 +11556,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "sp-api", @@ -11600,7 +11600,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "log", @@ -11618,7 +11618,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -11636,7 +11636,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "parity-scale-codec", @@ -11654,7 +11654,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "merlin", @@ -11677,7 +11677,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -11689,7 +11689,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -11702,7 +11702,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11745,7 +11745,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "blake2", "byteorder", @@ -11759,7 +11759,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro2", "quote", @@ -11770,7 +11770,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11779,7 +11779,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro2", "quote", @@ -11789,7 +11789,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "environmental", "parity-scale-codec", @@ -11800,7 +11800,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "finality-grandpa", "log", @@ -11818,7 +11818,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11833,7 +11833,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "bytes", "ed25519", @@ -11858,7 +11858,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "lazy_static", "sp-core", @@ -11869,7 +11869,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures", @@ -11886,7 +11886,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "thiserror", "zstd", @@ -11895,7 +11895,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11913,7 +11913,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -11927,7 +11927,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "sp-api", "sp-core", @@ -11937,7 +11937,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "backtrace", "lazy_static", @@ -11947,7 +11947,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "rustc-hash", "serde", @@ -11957,7 +11957,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "either", "hash256-std-hasher", @@ -11979,7 +11979,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11997,7 +11997,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "Inflector", "proc-macro-crate", @@ -12009,7 +12009,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "serde", "serde_json", @@ -12018,7 +12018,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -12032,7 +12032,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -12044,7 +12044,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "hash-db", "log", @@ -12064,12 +12064,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12082,7 +12082,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "futures-timer", @@ -12097,7 +12097,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "sp-std", @@ -12109,7 +12109,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "sp-api", "sp-runtime", @@ -12118,7 +12118,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "log", @@ -12134,7 +12134,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12157,7 +12157,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12174,7 +12174,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12185,7 +12185,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12199,7 +12199,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "parity-scale-codec", "scale-info", @@ -12507,7 +12507,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "platforms", ] @@ -12515,7 +12515,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12534,7 +12534,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "hyper", "log", @@ -12546,7 +12546,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "jsonrpsee", @@ -12559,7 +12559,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "jsonrpsee", "log", @@ -12578,7 +12578,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12604,7 +12604,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12614,7 +12614,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12625,7 +12625,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "ansi_term", "build-helper", @@ -12742,7 +12742,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "polkadot-primitives", @@ -13150,7 +13150,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13161,7 +13161,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13216,12 +13216,12 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.24.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908" +checksum = "3390c0409daaa6027d6681393316f4ccd3ff82e1590a1e4725014e3ae2bf1920" dependencies = [ "hash-db", - "hashbrown 0.12.3", + "hashbrown 0.13.2", "log", "rustc-hex", "smallvec", @@ -13291,7 +13291,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e374a33fe1d99d59eb24a08981090bdb4503e81b" +source = "git+https://github.com/paritytech/substrate?branch=master#b0ed48e2295861b79ca7399323d6d64157fa2303" dependencies = [ "async-trait", "clap 4.1.6", @@ -14207,7 +14207,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bitvec", "frame-benchmarking", @@ -14299,7 +14299,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "polkadot-primitives", @@ -14700,7 +14700,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "bounded-collections", "derivative", @@ -14716,7 +14716,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "frame-support", "frame-system", @@ -14737,7 +14737,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "environmental", "frame-benchmarking", @@ -14757,7 +14757,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#89c3a38afdbff1f71d0b35710658615232d375a0" +source = "git+https://github.com/paritytech/polkadot?branch=master#a1ceba005eecee10490b2dc5ee5169cb41282c39" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs index 10a5627eae..ae22b6f02d 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs @@ -454,4 +454,32 @@ impl pallet_nfts::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_proof_size(2921).saturating_mul(n.into())) } + /// Storage: Nfts Item (r:1 w:0) + /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) + /// Storage: Nfts ItemAttributesApprovalsOf (r:1 w:1) + /// Proof: Nfts ItemAttributesApprovalsOf (max_values: None, max_size: Some(681), added: 3156, mode: MaxEncodedLen) + /// Storage: Nfts Collection (r:1 w:1) + /// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: Nfts CollectionConfigOf (r:1 w:0) + /// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: Nfts Attribute (r:10 w:10) + /// Proof: Nfts Attribute (max_values: None, max_size: Some(446), added: 2921, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// The range of component `n` is `[0, 10]`. + fn set_attributes_pre_signed(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `716` + // Estimated: `14198 + n * (2921 ±0)` + // Minimum execution time: 84_153 nanoseconds. + Weight::from_ref_time(96_401_623) + .saturating_add(Weight::from_proof_size(14198)) + // Standard Error: 70_244 + .saturating_add(Weight::from_ref_time(26_866_222).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) + .saturating_add(Weight::from_proof_size(2921).saturating_mul(n.into())) + } }