From d3749b2067f80a47f1daaae7318827921b56549f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 14 Mar 2023 22:52:04 +0100 Subject: [PATCH] Fix runtime api import path This syncs the latest changes in Substrate and fixes the import path of the runtime api. --- Cargo.lock | 676 +++++++++--------- .../runtimes/assets/statemine/tests/tests.rs | 2 +- .../runtimes/assets/statemint/tests/tests.rs | 2 +- .../runtimes/assets/westmint/tests/tests.rs | 2 +- 4 files changed, 348 insertions(+), 334 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aadce2e9abe..de2b6a4b78d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "hash-db", "log", @@ -3063,6 +3063,19 @@ dependencies = [ "syn", ] +[[package]] +name = "expander" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84" +dependencies = [ + "blake2", + "fs-err", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "fake-simd" version = "0.1.2" @@ -3215,7 +3228,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", ] @@ -3238,7 +3251,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-support-procedural", @@ -3263,7 +3276,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3310,7 +3323,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3321,7 +3334,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3338,7 +3351,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -3367,7 +3380,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "log", @@ -3383,7 +3396,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "bitflags", "environmental", @@ -3416,7 +3429,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "Inflector", "cfg-expr", @@ -3431,7 +3444,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3443,7 +3456,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro2", "quote", @@ -3453,7 +3466,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "log", @@ -3471,7 +3484,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -3486,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#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "sp-api", @@ -3495,7 +3508,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "parity-scale-codec", @@ -3833,9 +3846,9 @@ dependencies = [ [[package]] name = "hash-db" -version = "0.15.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" +checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" [[package]] name = "hash256-std-hasher" @@ -4444,8 +4457,8 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "frame-benchmarking", @@ -4542,8 +4555,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "polkadot-primitives", @@ -5309,12 +5322,11 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66" +checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" dependencies = [ "hash-db", - "hashbrown 0.12.3", ] [[package]] @@ -5386,7 +5398,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "log", @@ -5405,7 +5417,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "anyhow", "jsonrpsee", @@ -5903,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5924,7 +5936,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -5942,7 +5954,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -5957,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -5973,7 +5985,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -5989,7 +6001,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6003,7 +6015,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6027,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6047,7 +6059,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6062,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6081,7 +6093,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6105,7 +6117,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6123,7 +6135,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6167,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6184,7 +6196,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "bitflags", "environmental", @@ -6214,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "bitflags", "parity-scale-codec", @@ -6227,7 +6239,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro2", "quote", @@ -6237,7 +6249,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6254,7 +6266,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6272,7 +6284,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6295,7 +6307,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6308,7 +6320,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6326,7 +6338,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6344,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6367,7 +6379,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6383,7 +6395,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6403,7 +6415,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6420,7 +6432,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6434,7 +6446,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6451,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6468,7 +6480,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6484,7 +6496,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6502,7 +6514,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "pallet-nfts", @@ -6513,7 +6525,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6529,7 +6541,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6546,7 +6558,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6566,7 +6578,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6577,7 +6589,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6594,7 +6606,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6618,7 +6630,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6635,7 +6647,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6650,7 +6662,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6668,7 +6680,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6683,7 +6695,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6702,7 +6714,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6719,7 +6731,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6740,7 +6752,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6756,7 +6768,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6770,7 +6782,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6793,7 +6805,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6804,7 +6816,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "log", "sp-arithmetic", @@ -6813,7 +6825,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "sp-api", @@ -6822,7 +6834,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6839,7 +6851,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6868,7 +6880,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6886,7 +6898,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6905,7 +6917,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-support", "frame-system", @@ -6921,7 +6933,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6937,7 +6949,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6949,7 +6961,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6966,7 +6978,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6981,7 +6993,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -6997,7 +7009,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -7012,7 +7024,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-benchmarking", "frame-support", @@ -7026,8 +7038,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7047,8 +7059,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-benchmarking", "frame-support", @@ -7579,8 +7591,8 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "polkadot-node-metrics", @@ -7594,8 +7606,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7608,8 +7620,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "derive_more", "fatality", @@ -7631,8 +7643,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "fatality", "futures", @@ -7652,8 +7664,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "clap 4.1.6", "frame-benchmarking-cli", @@ -7680,8 +7692,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "frame-benchmarking", @@ -7723,8 +7735,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "always-assert", "bitvec", @@ -7745,8 +7757,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "parity-scale-codec", "scale-info", @@ -7757,8 +7769,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "derive_more", "fatality", @@ -7782,8 +7794,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7796,8 +7808,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "futures-timer", @@ -7816,8 +7828,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "always-assert", "async-trait", @@ -7839,8 +7851,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "parity-scale-codec", @@ -7857,8 +7869,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "derive_more", @@ -7886,8 +7898,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "futures", @@ -7907,8 +7919,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "fatality", @@ -7926,8 +7938,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7941,8 +7953,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "futures", @@ -7961,8 +7973,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "polkadot-node-metrics", @@ -7976,8 +7988,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "futures-timer", @@ -7993,8 +8005,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "fatality", "futures", @@ -8012,8 +8024,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "futures", @@ -8029,8 +8041,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "fatality", @@ -8047,8 +8059,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "always-assert", "assert_matches", @@ -8083,8 +8095,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "polkadot-node-primitives", @@ -8099,8 +8111,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "futures", "lru 0.9.0", @@ -8114,8 +8126,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "lazy_static", "log", @@ -8132,8 +8144,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bs58", "futures", @@ -8151,8 +8163,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "derive_more", @@ -8173,8 +8185,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bounded-vec", "futures", @@ -8196,8 +8208,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8206,8 +8218,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "futures", @@ -8224,8 +8236,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "derive_more", @@ -8247,8 +8259,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "derive_more", @@ -8280,8 +8292,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "futures", @@ -8303,8 +8315,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bounded-collections", "derive_more", @@ -8400,8 +8412,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8416,8 +8428,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "hex-literal", @@ -8442,8 +8454,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8474,8 +8486,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "frame-benchmarking", @@ -8564,8 +8576,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "frame-benchmarking", @@ -8610,8 +8622,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "polkadot-primitives", @@ -8624,8 +8636,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bs58", "parity-scale-codec", @@ -8636,8 +8648,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitflags", "bitvec", @@ -8680,8 +8692,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -8790,8 +8802,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8811,8 +8823,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8821,8 +8833,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8846,8 +8858,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8907,8 +8919,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-benchmarking", "frame-system", @@ -9622,8 +9634,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9708,8 +9720,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "polkadot-primitives", @@ -9942,7 +9954,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "log", "sp-core", @@ -9953,7 +9965,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -9981,7 +9993,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "futures-timer", @@ -10004,7 +10016,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10019,7 +10031,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10038,7 +10050,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10049,7 +10061,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10089,7 +10101,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "fnv", "futures", @@ -10115,7 +10127,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "hash-db", "kvdb", @@ -10141,7 +10153,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -10166,7 +10178,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -10195,7 +10207,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "fork-tree", @@ -10234,7 +10246,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "jsonrpsee", @@ -10256,7 +10268,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10291,7 +10303,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "jsonrpsee", @@ -10310,7 +10322,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10323,7 +10335,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10363,7 +10375,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "finality-grandpa", "futures", @@ -10383,7 +10395,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -10406,7 +10418,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10430,7 +10442,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10443,7 +10455,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "log", "sc-allocator", @@ -10456,7 +10468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "anyhow", "cfg-if", @@ -10474,7 +10486,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ansi_term", "futures", @@ -10490,7 +10502,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10505,7 +10517,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10549,7 +10561,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "cid", "futures", @@ -10569,7 +10581,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10597,7 +10609,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ahash 0.8.2", "futures", @@ -10616,7 +10628,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10638,7 +10650,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10672,7 +10684,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10692,7 +10704,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10723,7 +10735,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "libp2p", @@ -10736,7 +10748,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10745,7 +10757,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "jsonrpsee", @@ -10775,7 +10787,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10794,7 +10806,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "http", "jsonrpsee", @@ -10809,7 +10821,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10835,7 +10847,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "directories", @@ -10901,7 +10913,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "log", "parity-scale-codec", @@ -10912,7 +10924,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "clap 4.1.6", "fs4", @@ -10928,7 +10940,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10947,7 +10959,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "libc", @@ -10966,7 +10978,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "chrono", "futures", @@ -10985,7 +10997,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ansi_term", "atty", @@ -11016,7 +11028,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11027,7 +11039,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -11054,7 +11066,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -11068,7 +11080,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-channel", "futures", @@ -11524,8 +11536,8 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "enumn", "parity-scale-codec", @@ -11602,7 +11614,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "hash-db", "log", @@ -11620,9 +11632,11 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ + "Inflector", "blake2", + "expander 1.0.0", "proc-macro-crate", "proc-macro2", "quote", @@ -11632,7 +11646,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -11645,7 +11659,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "integer-sqrt", "num-traits", @@ -11659,7 +11673,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -11672,7 +11686,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "sp-api", @@ -11684,7 +11698,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "log", @@ -11702,7 +11716,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -11717,7 +11731,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "parity-scale-codec", @@ -11735,7 +11749,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "merlin", @@ -11758,7 +11772,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11777,7 +11791,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "finality-grandpa", "log", @@ -11795,7 +11809,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -11807,7 +11821,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -11820,7 +11834,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11863,7 +11877,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "blake2b_simd", "byteorder", @@ -11877,7 +11891,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro2", "quote", @@ -11888,7 +11902,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11897,7 +11911,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro2", "quote", @@ -11907,7 +11921,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "environmental", "parity-scale-codec", @@ -11918,7 +11932,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11933,7 +11947,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "bytes", "ed25519", @@ -11958,7 +11972,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "lazy_static", "sp-core", @@ -11969,7 +11983,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures", @@ -11986,7 +12000,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "thiserror", "zstd", @@ -11995,7 +12009,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12013,7 +12027,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -12027,7 +12041,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "sp-api", "sp-core", @@ -12037,7 +12051,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "backtrace", "lazy_static", @@ -12047,7 +12061,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "rustc-hash", "serde", @@ -12057,7 +12071,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "either", "hash256-std-hasher", @@ -12079,7 +12093,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12097,7 +12111,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "Inflector", "proc-macro-crate", @@ -12109,7 +12123,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "serde", "serde_json", @@ -12118,7 +12132,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -12132,7 +12146,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -12144,7 +12158,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "hash-db", "log", @@ -12164,12 +12178,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12182,7 +12196,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "futures-timer", @@ -12197,7 +12211,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "sp-std", @@ -12209,7 +12223,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "sp-api", "sp-runtime", @@ -12218,7 +12232,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "log", @@ -12234,7 +12248,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12257,7 +12271,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12274,7 +12288,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12285,7 +12299,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12299,7 +12313,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "parity-scale-codec", "scale-info", @@ -12609,7 +12623,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "platforms", ] @@ -12617,7 +12631,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12636,7 +12650,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "hyper", "log", @@ -12648,7 +12662,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "jsonrpsee", @@ -12661,7 +12675,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "jsonrpsee", "log", @@ -12680,7 +12694,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12706,7 +12720,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12716,7 +12730,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12727,7 +12741,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "ansi_term", "build-helper", @@ -12842,8 +12856,8 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "polkadot-primitives", @@ -13233,8 +13247,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13244,8 +13258,8 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13300,9 +13314,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879380c0061b165ba1f036325b7f3478bc1a947814d9fc36d22c5d8e960b11bd" +checksum = "634d75c77ea43f2ad8ea9d9c58de49dfc9c3995bdef32b503df7883ff054e7f1" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -13313,9 +13327,9 @@ dependencies = [ [[package]] name = "trie-root" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891" +checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" dependencies = [ "hash-db", ] @@ -13375,7 +13389,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" dependencies = [ "async-trait", "clap 4.1.6", @@ -14301,8 +14315,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bitvec", "frame-benchmarking", @@ -14393,8 +14407,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "polkadot-primitives", @@ -14796,8 +14810,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "bounded-collections", "derivative", @@ -14812,8 +14826,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "frame-support", "frame-system", @@ -14833,8 +14847,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "environmental", "frame-benchmarking", @@ -14853,8 +14867,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9" +version = "0.9.39" +source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachains/runtimes/assets/statemine/tests/tests.rs b/parachains/runtimes/assets/statemine/tests/tests.rs index 82f6a4d1542..b696e4ef1e3 100644 --- a/parachains/runtimes/assets/statemine/tests/tests.rs +++ b/parachains/runtimes/assets/statemine/tests/tests.rs @@ -359,7 +359,7 @@ fn test_asset_xcm_trader_not_possible_for_non_sufficient_assets() { #[test] fn test_assets_balances_api_works() { - use assets_common::runtime_api::runtime_decl_for_FungiblesApi::FungiblesApi; + use assets_common::runtime_api::runtime_decl_for_fungibles_api::FungiblesApi; ExtBuilder::::default() .with_collators(vec![AccountId::from(ALICE)]) diff --git a/parachains/runtimes/assets/statemint/tests/tests.rs b/parachains/runtimes/assets/statemint/tests/tests.rs index b88bc11ee4f..81aa458b476 100644 --- a/parachains/runtimes/assets/statemint/tests/tests.rs +++ b/parachains/runtimes/assets/statemint/tests/tests.rs @@ -371,7 +371,7 @@ fn test_asset_xcm_trader_not_possible_for_non_sufficient_assets() { #[test] fn test_assets_balances_api_works() { - use assets_common::runtime_api::runtime_decl_for_FungiblesApi::FungiblesApi; + use assets_common::runtime_api::runtime_decl_for_fungibles_api::FungiblesApi; ExtBuilder::::default() .with_collators(vec![AccountId::from(ALICE)]) diff --git a/parachains/runtimes/assets/westmint/tests/tests.rs b/parachains/runtimes/assets/westmint/tests/tests.rs index f8045222990..5d7a6187869 100644 --- a/parachains/runtimes/assets/westmint/tests/tests.rs +++ b/parachains/runtimes/assets/westmint/tests/tests.rs @@ -359,7 +359,7 @@ fn test_asset_xcm_trader_not_possible_for_non_sufficient_assets() { #[test] fn test_assets_balances_api_works() { - use assets_common::runtime_api::runtime_decl_for_FungiblesApi::FungiblesApi; + use assets_common::runtime_api::runtime_decl_for_fungibles_api::FungiblesApi; ExtBuilder::::default() .with_collators(vec![AccountId::from(ALICE)])