From d57f0f415c5dd25be4a45c864abc395c9ca9e963 Mon Sep 17 00:00:00 2001
From: Aaro Altonen <48052676+altonen@users.noreply.github.com>
Date: Tue, 14 Mar 2023 16:34:20 +0200
Subject: [PATCH] Companion for paritytech/substrate#13592 (#2310)

* Fixes

* Remove `sc-network-common` dependency

* update lockfile for {"polkadot", "substrate"}

* Update Cargo.lock

* Update Cargo.lock

---------

Co-authored-by: parity-processbot <>
---
 cumulus/Cargo.lock                            | 532 +++++++++---------
 .../relay-chain-minimal-node/src/lib.rs       |   3 +-
 .../relay-chain-minimal-node/src/network.rs   |  11 +-
 cumulus/client/service/Cargo.toml             |   1 -
 cumulus/client/service/src/lib.rs             |   3 +-
 cumulus/parachain-template/node/Cargo.toml    |   2 +-
 .../parachain-template/node/src/service.rs    |   2 +-
 cumulus/polkadot-parachain/Cargo.toml         |   1 -
 cumulus/polkadot-parachain/src/service.rs     |   2 +-
 cumulus/test/service/Cargo.toml               |   1 -
 cumulus/test/service/src/lib.rs               |   7 +-
 11 files changed, 281 insertions(+), 284 deletions(-)

diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock
index c9f02d7475c..aadce2e9abe 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/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#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "hash-db",
  "log",
@@ -1961,7 +1961,6 @@ dependencies = [
  "sc-client-api",
  "sc-consensus",
  "sc-network",
- "sc-network-common",
  "sc-network-sync",
  "sc-network-transactions",
  "sc-rpc",
@@ -2441,7 +2440,6 @@ dependencies = [
  "sc-consensus",
  "sc-executor",
  "sc-network",
- "sc-network-common",
  "sc-service",
  "sc-telemetry",
  "sc-tracing",
@@ -3217,7 +3215,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 [[package]]
 name = "fork-tree"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
 ]
@@ -3240,7 +3238,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
 [[package]]
 name = "frame-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-support-procedural",
@@ -3265,7 +3263,7 @@ dependencies = [
 [[package]]
 name = "frame-benchmarking-cli"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "Inflector",
  "array-bytes 4.2.0",
@@ -3312,7 +3310,7 @@ dependencies = [
 [[package]]
 name = "frame-election-provider-solution-type"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -3323,7 +3321,7 @@ dependencies = [
 [[package]]
 name = "frame-election-provider-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-election-provider-solution-type",
  "frame-support",
@@ -3340,7 +3338,7 @@ dependencies = [
 [[package]]
 name = "frame-executive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3369,7 +3367,7 @@ dependencies = [
 [[package]]
 name = "frame-remote-externalities"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "log",
@@ -3385,7 +3383,7 @@ dependencies = [
 [[package]]
 name = "frame-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "bitflags",
  "environmental",
@@ -3418,7 +3416,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "Inflector",
  "cfg-expr",
@@ -3433,7 +3431,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -3445,7 +3443,7 @@ dependencies = [
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -3455,7 +3453,7 @@ dependencies = [
 [[package]]
 name = "frame-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "log",
@@ -3473,7 +3471,7 @@ dependencies = [
 [[package]]
 name = "frame-system-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3488,7 +3486,7 @@ dependencies = [
 [[package]]
 name = "frame-system-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -3497,7 +3495,7 @@ dependencies = [
 [[package]]
 name = "frame-try-runtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -4447,7 +4445,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
 [[package]]
 name = "kusama-runtime"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4545,7 +4543,7 @@ dependencies = [
 [[package]]
 name = "kusama-runtime-constants"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -5388,7 +5386,7 @@ dependencies = [
 [[package]]
 name = "mmr-gadget"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "log",
@@ -5407,7 +5405,7 @@ dependencies = [
 [[package]]
 name = "mmr-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "anyhow",
  "jsonrpsee",
@@ -5905,7 +5903,7 @@ dependencies = [
 [[package]]
 name = "pallet-alliance"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "frame-benchmarking",
@@ -5926,7 +5924,7 @@ dependencies = [
 [[package]]
 name = "pallet-asset-tx-payment"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5944,7 +5942,7 @@ dependencies = [
 [[package]]
 name = "pallet-assets"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -5959,7 +5957,7 @@ dependencies = [
 [[package]]
 name = "pallet-aura"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5975,7 +5973,7 @@ dependencies = [
 [[package]]
 name = "pallet-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -5991,7 +5989,7 @@ dependencies = [
 [[package]]
 name = "pallet-authorship"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6005,7 +6003,7 @@ dependencies = [
 [[package]]
 name = "pallet-babe"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6029,7 +6027,7 @@ dependencies = [
 [[package]]
 name = "pallet-bags-list"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6049,7 +6047,7 @@ dependencies = [
 [[package]]
 name = "pallet-balances"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6064,7 +6062,7 @@ dependencies = [
 [[package]]
 name = "pallet-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6083,7 +6081,7 @@ dependencies = [
 [[package]]
 name = "pallet-beefy-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "binary-merkle-tree",
@@ -6107,7 +6105,7 @@ dependencies = [
 [[package]]
 name = "pallet-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6125,7 +6123,7 @@ dependencies = [
 [[package]]
 name = "pallet-child-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6169,7 +6167,7 @@ dependencies = [
 [[package]]
 name = "pallet-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6186,7 +6184,7 @@ dependencies = [
 [[package]]
 name = "pallet-contracts"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "bitflags",
  "environmental",
@@ -6216,7 +6214,7 @@ dependencies = [
 [[package]]
 name = "pallet-contracts-primitives"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "bitflags",
  "parity-scale-codec",
@@ -6229,7 +6227,7 @@ dependencies = [
 [[package]]
 name = "pallet-contracts-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -6239,7 +6237,7 @@ dependencies = [
 [[package]]
 name = "pallet-conviction-voting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -6256,7 +6254,7 @@ dependencies = [
 [[package]]
 name = "pallet-democracy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6274,7 +6272,7 @@ dependencies = [
 [[package]]
 name = "pallet-election-provider-multi-phase"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6297,7 +6295,7 @@ dependencies = [
 [[package]]
 name = "pallet-election-provider-support-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6310,7 +6308,7 @@ dependencies = [
 [[package]]
 name = "pallet-elections-phragmen"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6328,7 +6326,7 @@ dependencies = [
 [[package]]
 name = "pallet-fast-unstake"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6346,7 +6344,7 @@ dependencies = [
 [[package]]
 name = "pallet-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6369,7 +6367,7 @@ dependencies = [
 [[package]]
 name = "pallet-identity"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -6385,7 +6383,7 @@ dependencies = [
 [[package]]
 name = "pallet-im-online"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6405,7 +6403,7 @@ dependencies = [
 [[package]]
 name = "pallet-indices"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6422,7 +6420,7 @@ dependencies = [
 [[package]]
 name = "pallet-insecure-randomness-collective-flip"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6436,7 +6434,7 @@ dependencies = [
 [[package]]
 name = "pallet-membership"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6453,7 +6451,7 @@ dependencies = [
 [[package]]
 name = "pallet-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6470,7 +6468,7 @@ dependencies = [
 [[package]]
 name = "pallet-multisig"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6486,7 +6484,7 @@ dependencies = [
 [[package]]
 name = "pallet-nfts"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -6504,7 +6502,7 @@ dependencies = [
 [[package]]
 name = "pallet-nfts-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "pallet-nfts",
@@ -6515,7 +6513,7 @@ dependencies = [
 [[package]]
 name = "pallet-nis"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6531,7 +6529,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6548,7 +6546,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools-benchmarking"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6568,7 +6566,7 @@ dependencies = [
 [[package]]
 name = "pallet-nomination-pools-runtime-api"
 version = "1.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "pallet-nomination-pools",
  "parity-scale-codec",
@@ -6579,7 +6577,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6596,7 +6594,7 @@ dependencies = [
 [[package]]
 name = "pallet-offences-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6620,7 +6618,7 @@ dependencies = [
 [[package]]
 name = "pallet-preimage"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6637,7 +6635,7 @@ dependencies = [
 [[package]]
 name = "pallet-proxy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6652,7 +6650,7 @@ dependencies = [
 [[package]]
 name = "pallet-ranked-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6670,7 +6668,7 @@ dependencies = [
 [[package]]
 name = "pallet-recovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6685,7 +6683,7 @@ dependencies = [
 [[package]]
 name = "pallet-referenda"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -6704,7 +6702,7 @@ dependencies = [
 [[package]]
 name = "pallet-scheduler"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6721,7 +6719,7 @@ dependencies = [
 [[package]]
 name = "pallet-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6742,7 +6740,7 @@ dependencies = [
 [[package]]
 name = "pallet-session-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6758,7 +6756,7 @@ dependencies = [
 [[package]]
 name = "pallet-society"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6772,7 +6770,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6795,7 +6793,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-reward-curve"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -6806,7 +6804,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-reward-fn"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "log",
  "sp-arithmetic",
@@ -6815,7 +6813,7 @@ dependencies = [
 [[package]]
 name = "pallet-staking-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -6824,7 +6822,7 @@ dependencies = [
 [[package]]
 name = "pallet-state-trie-migration"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6841,7 +6839,7 @@ dependencies = [
 [[package]]
 name = "pallet-sudo"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6870,7 +6868,7 @@ dependencies = [
 [[package]]
 name = "pallet-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6888,7 +6886,7 @@ dependencies = [
 [[package]]
 name = "pallet-tips"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6907,7 +6905,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6923,7 +6921,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "jsonrpsee",
  "pallet-transaction-payment-rpc-runtime-api",
@@ -6939,7 +6937,7 @@ dependencies = [
 [[package]]
 name = "pallet-transaction-payment-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "pallet-transaction-payment",
  "parity-scale-codec",
@@ -6951,7 +6949,7 @@ dependencies = [
 [[package]]
 name = "pallet-treasury"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6968,7 +6966,7 @@ dependencies = [
 [[package]]
 name = "pallet-uniques"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6983,7 +6981,7 @@ dependencies = [
 [[package]]
 name = "pallet-utility"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6999,7 +6997,7 @@ dependencies = [
 [[package]]
 name = "pallet-vesting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7014,7 +7012,7 @@ dependencies = [
 [[package]]
 name = "pallet-whitelist"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7029,7 +7027,7 @@ dependencies = [
 [[package]]
 name = "pallet-xcm"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bounded-collections",
  "frame-benchmarking",
@@ -7050,7 +7048,7 @@ dependencies = [
 [[package]]
 name = "pallet-xcm-benchmarks"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7104,7 +7102,7 @@ dependencies = [
  "sc-client-api",
  "sc-consensus",
  "sc-executor",
- "sc-network-common",
+ "sc-network",
  "sc-network-sync",
  "sc-rpc",
  "sc-service",
@@ -7582,7 +7580,7 @@ dependencies = [
 [[package]]
 name = "polkadot-approval-distribution"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "polkadot-node-metrics",
@@ -7597,7 +7595,7 @@ dependencies = [
 [[package]]
 name = "polkadot-availability-bitfield-distribution"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "polkadot-node-network-protocol",
@@ -7611,7 +7609,7 @@ dependencies = [
 [[package]]
 name = "polkadot-availability-distribution"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "derive_more",
  "fatality",
@@ -7634,7 +7632,7 @@ dependencies = [
 [[package]]
 name = "polkadot-availability-recovery"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "fatality",
  "futures",
@@ -7655,7 +7653,7 @@ dependencies = [
 [[package]]
 name = "polkadot-cli"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "clap 4.1.6",
  "frame-benchmarking-cli",
@@ -7683,7 +7681,7 @@ dependencies = [
 [[package]]
 name = "polkadot-client"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "frame-benchmarking",
@@ -7726,7 +7724,7 @@ dependencies = [
 [[package]]
 name = "polkadot-collator-protocol"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "always-assert",
  "bitvec",
@@ -7748,7 +7746,7 @@ dependencies = [
 [[package]]
 name = "polkadot-core-primitives"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -7760,7 +7758,7 @@ dependencies = [
 [[package]]
 name = "polkadot-dispute-distribution"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "derive_more",
  "fatality",
@@ -7785,7 +7783,7 @@ dependencies = [
 [[package]]
 name = "polkadot-erasure-coding"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "parity-scale-codec",
  "polkadot-node-primitives",
@@ -7799,7 +7797,7 @@ dependencies = [
 [[package]]
 name = "polkadot-gossip-support"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "futures-timer",
@@ -7819,7 +7817,7 @@ dependencies = [
 [[package]]
 name = "polkadot-network-bridge"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "always-assert",
  "async-trait",
@@ -7834,7 +7832,6 @@ dependencies = [
  "polkadot-overseer",
  "polkadot-primitives",
  "sc-network",
- "sc-network-common",
  "sp-consensus",
  "thiserror",
  "tracing-gum",
@@ -7843,7 +7840,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-collation-generation"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "parity-scale-codec",
@@ -7861,7 +7858,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-approval-voting"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "derive_more",
@@ -7890,7 +7887,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-av-store"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "futures",
@@ -7911,7 +7908,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-backing"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "fatality",
@@ -7930,7 +7927,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-bitfield-signing"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "polkadot-node-subsystem",
@@ -7945,7 +7942,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-candidate-validation"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "futures",
@@ -7965,7 +7962,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-chain-api"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "polkadot-node-metrics",
@@ -7980,7 +7977,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-chain-selection"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "futures-timer",
@@ -7997,7 +7994,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-dispute-coordinator"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "fatality",
  "futures",
@@ -8016,7 +8013,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-parachains-inherent"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "futures",
@@ -8033,7 +8030,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-provisioner"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "fatality",
@@ -8051,7 +8048,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-pvf"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "always-assert",
  "assert_matches",
@@ -8087,7 +8084,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-pvf-checker"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "polkadot-node-primitives",
@@ -8103,7 +8100,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-core-runtime-api"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "futures",
  "lru 0.9.0",
@@ -8118,7 +8115,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-jaeger"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "lazy_static",
  "log",
@@ -8136,7 +8133,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-metrics"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bs58",
  "futures",
@@ -8155,7 +8152,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-network-protocol"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "derive_more",
@@ -8169,7 +8166,6 @@ dependencies = [
  "rand 0.8.5",
  "sc-authority-discovery",
  "sc-network",
- "sc-network-common",
  "strum",
  "thiserror",
  "tracing-gum",
@@ -8178,7 +8174,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-primitives"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bounded-vec",
  "futures",
@@ -8201,7 +8197,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-subsystem"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "polkadot-node-jaeger",
  "polkadot-node-subsystem-types",
@@ -8211,7 +8207,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-subsystem-test-helpers"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "futures",
@@ -8229,7 +8225,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-subsystem-types"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "derive_more",
@@ -8252,7 +8248,7 @@ dependencies = [
 [[package]]
 name = "polkadot-node-subsystem-util"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "derive_more",
@@ -8285,7 +8281,7 @@ dependencies = [
 [[package]]
 name = "polkadot-overseer"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "futures",
@@ -8308,7 +8304,7 @@ dependencies = [
 [[package]]
 name = "polkadot-parachain"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bounded-collections",
  "derive_more",
@@ -8364,7 +8360,6 @@ dependencies = [
  "sc-consensus",
  "sc-executor",
  "sc-network",
- "sc-network-common",
  "sc-network-sync",
  "sc-rpc",
  "sc-service",
@@ -8406,7 +8401,7 @@ dependencies = [
 [[package]]
 name = "polkadot-performance-test"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "env_logger 0.9.0",
  "kusama-runtime",
@@ -8422,7 +8417,7 @@ dependencies = [
 [[package]]
 name = "polkadot-primitives"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "hex-literal",
@@ -8448,7 +8443,7 @@ dependencies = [
 [[package]]
 name = "polkadot-rpc"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "jsonrpsee",
  "mmr-rpc",
@@ -8480,7 +8475,7 @@ dependencies = [
 [[package]]
 name = "polkadot-runtime"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -8570,7 +8565,7 @@ dependencies = [
 [[package]]
 name = "polkadot-runtime-common"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -8616,7 +8611,7 @@ dependencies = [
 [[package]]
 name = "polkadot-runtime-constants"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -8630,7 +8625,7 @@ dependencies = [
 [[package]]
 name = "polkadot-runtime-metrics"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bs58",
  "parity-scale-codec",
@@ -8642,7 +8637,7 @@ dependencies = [
 [[package]]
 name = "polkadot-runtime-parachains"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitflags",
  "bitvec",
@@ -8686,7 +8681,7 @@ dependencies = [
 [[package]]
 name = "polkadot-service"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "async-trait",
  "frame-benchmarking-cli",
@@ -8796,7 +8791,7 @@ dependencies = [
 [[package]]
 name = "polkadot-statement-distribution"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "arrayvec 0.5.2",
  "fatality",
@@ -8817,7 +8812,7 @@ dependencies = [
 [[package]]
 name = "polkadot-statement-table"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "parity-scale-codec",
  "polkadot-primitives",
@@ -8827,7 +8822,7 @@ dependencies = [
 [[package]]
 name = "polkadot-test-client"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "parity-scale-codec",
  "polkadot-node-subsystem",
@@ -8852,7 +8847,7 @@ dependencies = [
 [[package]]
 name = "polkadot-test-runtime"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "frame-election-provider-support",
@@ -8913,7 +8908,7 @@ dependencies = [
 [[package]]
 name = "polkadot-test-service"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-benchmarking",
  "frame-system",
@@ -8942,7 +8937,6 @@ dependencies = [
  "sc-consensus-grandpa",
  "sc-executor",
  "sc-network",
- "sc-network-common",
  "sc-service",
  "sc-tracing",
  "sc-transaction-pool",
@@ -9629,7 +9623,7 @@ dependencies = [
 [[package]]
 name = "rococo-runtime"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "binary-merkle-tree",
  "frame-benchmarking",
@@ -9715,7 +9709,7 @@ dependencies = [
 [[package]]
 name = "rococo-runtime-constants"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -9948,7 +9942,7 @@ dependencies = [
 [[package]]
 name = "sc-allocator"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "log",
  "sp-core",
@@ -9959,7 +9953,7 @@ dependencies = [
 [[package]]
 name = "sc-authority-discovery"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -9972,6 +9966,7 @@ dependencies = [
  "prost-build",
  "rand 0.8.5",
  "sc-client-api",
+ "sc-network",
  "sc-network-common",
  "sp-api",
  "sp-authority-discovery",
@@ -9986,7 +9981,7 @@ dependencies = [
 [[package]]
 name = "sc-basic-authorship"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "futures-timer",
@@ -10009,7 +10004,7 @@ dependencies = [
 [[package]]
 name = "sc-block-builder"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "sc-client-api",
@@ -10024,13 +10019,13 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "memmap2",
  "sc-chain-spec-derive",
  "sc-client-api",
  "sc-executor",
- "sc-network-common",
+ "sc-network",
  "sc-telemetry",
  "serde",
  "serde_json",
@@ -10043,7 +10038,7 @@ dependencies = [
 [[package]]
 name = "sc-chain-spec-derive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -10054,7 +10049,7 @@ dependencies = [
 [[package]]
 name = "sc-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "chrono",
@@ -10094,7 +10089,7 @@ dependencies = [
 [[package]]
 name = "sc-client-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "fnv",
  "futures",
@@ -10120,7 +10115,7 @@ dependencies = [
 [[package]]
 name = "sc-client-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "hash-db",
  "kvdb",
@@ -10146,7 +10141,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -10171,7 +10166,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-aura"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -10200,7 +10195,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "fork-tree",
@@ -10239,7 +10234,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-babe-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -10261,7 +10256,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
@@ -10296,7 +10291,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-beefy-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -10315,7 +10310,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-epochs"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "fork-tree",
  "parity-scale-codec",
@@ -10328,7 +10323,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-grandpa"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ahash 0.8.2",
  "array-bytes 4.2.0",
@@ -10368,7 +10363,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-grandpa-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "finality-grandpa",
  "futures",
@@ -10388,7 +10383,7 @@ dependencies = [
 [[package]]
 name = "sc-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -10411,7 +10406,7 @@ dependencies = [
 [[package]]
 name = "sc-executor"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "lru 0.8.1",
  "parity-scale-codec",
@@ -10435,7 +10430,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "sc-allocator",
  "sp-maybe-compressed-blob",
@@ -10448,7 +10443,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmi"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "log",
  "sc-allocator",
@@ -10461,7 +10456,7 @@ dependencies = [
 [[package]]
 name = "sc-executor-wasmtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "anyhow",
  "cfg-if",
@@ -10479,13 +10474,14 @@ dependencies = [
 [[package]]
 name = "sc-informant"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ansi_term",
  "futures",
  "futures-timer",
  "log",
  "sc-client-api",
+ "sc-network",
  "sc-network-common",
  "sp-blockchain",
  "sp-runtime",
@@ -10494,7 +10490,7 @@ dependencies = [
 [[package]]
 name = "sc-keystore"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
@@ -10509,7 +10505,7 @@ dependencies = [
 [[package]]
 name = "sc-network"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-channel",
@@ -10522,6 +10518,7 @@ dependencies = [
  "futures-timer",
  "ip_network",
  "libp2p",
+ "linked_hash_set",
  "log",
  "lru 0.8.1",
  "mockall",
@@ -10552,7 +10549,7 @@ dependencies = [
 [[package]]
 name = "sc-network-bitswap"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "cid",
  "futures",
@@ -10561,6 +10558,7 @@ dependencies = [
  "prost",
  "prost-build",
  "sc-client-api",
+ "sc-network",
  "sc-network-common",
  "sp-blockchain",
  "sp-runtime",
@@ -10571,7 +10569,7 @@ dependencies = [
 [[package]]
 name = "sc-network-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
@@ -10580,7 +10578,6 @@ dependencies = [
  "futures",
  "futures-timer",
  "libp2p",
- "linked_hash_set",
  "parity-scale-codec",
  "prost-build",
  "sc-consensus",
@@ -10600,7 +10597,7 @@ dependencies = [
 [[package]]
 name = "sc-network-gossip"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ahash 0.8.2",
  "futures",
@@ -10608,6 +10605,7 @@ dependencies = [
  "libp2p",
  "log",
  "lru 0.8.1",
+ "sc-network",
  "sc-network-common",
  "sc-peerset",
  "sp-runtime",
@@ -10618,7 +10616,7 @@ dependencies = [
 [[package]]
 name = "sc-network-light"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "futures",
@@ -10628,6 +10626,7 @@ dependencies = [
  "prost",
  "prost-build",
  "sc-client-api",
+ "sc-network",
  "sc-network-common",
  "sc-peerset",
  "sp-blockchain",
@@ -10639,7 +10638,7 @@ dependencies = [
 [[package]]
 name = "sc-network-sync"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
@@ -10655,6 +10654,7 @@ dependencies = [
  "prost-build",
  "sc-client-api",
  "sc-consensus",
+ "sc-network",
  "sc-network-common",
  "sc-peerset",
  "sc-utils",
@@ -10672,7 +10672,7 @@ dependencies = [
 [[package]]
 name = "sc-network-transactions"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "futures",
@@ -10680,6 +10680,7 @@ dependencies = [
  "log",
  "parity-scale-codec",
  "pin-project",
+ "sc-network",
  "sc-network-common",
  "sc-peerset",
  "sc-utils",
@@ -10691,7 +10692,7 @@ dependencies = [
 [[package]]
 name = "sc-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "bytes",
@@ -10707,6 +10708,7 @@ dependencies = [
  "parking_lot 0.12.1",
  "rand 0.8.5",
  "sc-client-api",
+ "sc-network",
  "sc-network-common",
  "sc-peerset",
  "sc-utils",
@@ -10721,7 +10723,7 @@ dependencies = [
 [[package]]
 name = "sc-peerset"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "libp2p",
@@ -10734,7 +10736,7 @@ dependencies = [
 [[package]]
 name = "sc-proposer-metrics"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "log",
  "substrate-prometheus-endpoint",
@@ -10743,7 +10745,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -10773,7 +10775,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc-api"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "jsonrpsee",
  "parity-scale-codec",
@@ -10792,7 +10794,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc-server"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "http",
  "jsonrpsee",
@@ -10807,7 +10809,7 @@ dependencies = [
 [[package]]
 name = "sc-rpc-spec-v2"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "futures",
@@ -10833,7 +10835,7 @@ dependencies = [
 [[package]]
 name = "sc-service"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "directories",
@@ -10899,7 +10901,7 @@ dependencies = [
 [[package]]
 name = "sc-state-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "log",
  "parity-scale-codec",
@@ -10910,7 +10912,7 @@ dependencies = [
 [[package]]
 name = "sc-storage-monitor"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "clap 4.1.6",
  "fs4",
@@ -10926,7 +10928,7 @@ dependencies = [
 [[package]]
 name = "sc-sync-state-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "jsonrpsee",
  "parity-scale-codec",
@@ -10945,7 +10947,7 @@ dependencies = [
 [[package]]
 name = "sc-sysinfo"
 version = "6.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "libc",
@@ -10964,7 +10966,7 @@ dependencies = [
 [[package]]
 name = "sc-telemetry"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "chrono",
  "futures",
@@ -10983,7 +10985,7 @@ dependencies = [
 [[package]]
 name = "sc-tracing"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ansi_term",
  "atty",
@@ -11014,7 +11016,7 @@ dependencies = [
 [[package]]
 name = "sc-tracing-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -11025,7 +11027,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -11052,7 +11054,7 @@ dependencies = [
 [[package]]
 name = "sc-transaction-pool-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -11066,7 +11068,7 @@ dependencies = [
 [[package]]
 name = "sc-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-channel",
  "futures",
@@ -11523,7 +11525,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
 [[package]]
 name = "slot-range-helper"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "enumn",
  "parity-scale-codec",
@@ -11600,7 +11602,7 @@ dependencies = [
 [[package]]
 name = "sp-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "hash-db",
  "log",
@@ -11618,7 +11620,7 @@ dependencies = [
 [[package]]
 name = "sp-api-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "blake2",
  "proc-macro-crate",
@@ -11630,7 +11632,7 @@ dependencies = [
 [[package]]
 name = "sp-application-crypto"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11643,7 +11645,7 @@ dependencies = [
 [[package]]
 name = "sp-arithmetic"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "integer-sqrt",
  "num-traits",
@@ -11657,7 +11659,7 @@ dependencies = [
 [[package]]
 name = "sp-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11670,7 +11672,7 @@ dependencies = [
 [[package]]
 name = "sp-block-builder"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -11682,7 +11684,7 @@ dependencies = [
 [[package]]
 name = "sp-blockchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "log",
@@ -11700,7 +11702,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -11715,7 +11717,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-aura"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "parity-scale-codec",
@@ -11733,7 +11735,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "merlin",
@@ -11756,7 +11758,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "lazy_static",
  "parity-scale-codec",
@@ -11775,7 +11777,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "finality-grandpa",
  "log",
@@ -11793,7 +11795,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11805,7 +11807,7 @@ dependencies = [
 [[package]]
 name = "sp-consensus-vrf"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11818,7 +11820,7 @@ dependencies = [
 [[package]]
 name = "sp-core"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "base58",
@@ -11861,7 +11863,7 @@ dependencies = [
 [[package]]
 name = "sp-core-hashing"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "blake2b_simd",
  "byteorder",
@@ -11875,7 +11877,7 @@ dependencies = [
 [[package]]
 name = "sp-core-hashing-proc-macro"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -11886,7 +11888,7 @@ dependencies = [
 [[package]]
 name = "sp-database"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "kvdb",
  "parking_lot 0.12.1",
@@ -11895,7 +11897,7 @@ dependencies = [
 [[package]]
 name = "sp-debug-derive"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -11905,7 +11907,7 @@ dependencies = [
 [[package]]
 name = "sp-externalities"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "environmental",
  "parity-scale-codec",
@@ -11916,7 +11918,7 @@ dependencies = [
 [[package]]
 name = "sp-inherents"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "impl-trait-for-tuples",
@@ -11931,7 +11933,7 @@ dependencies = [
 [[package]]
 name = "sp-io"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "bytes",
  "ed25519",
@@ -11956,7 +11958,7 @@ dependencies = [
 [[package]]
 name = "sp-keyring"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -11967,7 +11969,7 @@ dependencies = [
 [[package]]
 name = "sp-keystore"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures",
@@ -11984,7 +11986,7 @@ dependencies = [
 [[package]]
 name = "sp-maybe-compressed-blob"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "thiserror",
  "zstd",
@@ -11993,7 +11995,7 @@ dependencies = [
 [[package]]
 name = "sp-mmr-primitives"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ckb-merkle-mountain-range",
  "log",
@@ -12011,7 +12013,7 @@ dependencies = [
 [[package]]
 name = "sp-npos-elections"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12025,7 +12027,7 @@ dependencies = [
 [[package]]
 name = "sp-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "sp-api",
  "sp-core",
@@ -12035,7 +12037,7 @@ dependencies = [
 [[package]]
 name = "sp-panic-handler"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "backtrace",
  "lazy_static",
@@ -12045,7 +12047,7 @@ dependencies = [
 [[package]]
 name = "sp-rpc"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "rustc-hash",
  "serde",
@@ -12055,7 +12057,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "either",
  "hash256-std-hasher",
@@ -12077,7 +12079,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "bytes",
  "impl-trait-for-tuples",
@@ -12095,7 +12097,7 @@ dependencies = [
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -12107,7 +12109,7 @@ dependencies = [
 [[package]]
 name = "sp-serializer"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "serde",
  "serde_json",
@@ -12116,7 +12118,7 @@ dependencies = [
 [[package]]
 name = "sp-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12130,7 +12132,7 @@ dependencies = [
 [[package]]
 name = "sp-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12142,7 +12144,7 @@ dependencies = [
 [[package]]
 name = "sp-state-machine"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "hash-db",
  "log",
@@ -12162,12 +12164,12 @@ dependencies = [
 [[package]]
 name = "sp-std"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 
 [[package]]
 name = "sp-storage"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -12180,7 +12182,7 @@ dependencies = [
 [[package]]
 name = "sp-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "futures-timer",
@@ -12195,7 +12197,7 @@ dependencies = [
 [[package]]
 name = "sp-tracing"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "sp-std",
@@ -12207,7 +12209,7 @@ dependencies = [
 [[package]]
 name = "sp-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "sp-api",
  "sp-runtime",
@@ -12216,7 +12218,7 @@ dependencies = [
 [[package]]
 name = "sp-transaction-storage-proof"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "log",
@@ -12232,7 +12234,7 @@ dependencies = [
 [[package]]
 name = "sp-trie"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ahash 0.8.2",
  "hash-db",
@@ -12255,7 +12257,7 @@ dependencies = [
 [[package]]
 name = "sp-version"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -12272,7 +12274,7 @@ dependencies = [
 [[package]]
 name = "sp-version-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "proc-macro2",
@@ -12283,7 +12285,7 @@ dependencies = [
 [[package]]
 name = "sp-wasm-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "anyhow",
  "impl-trait-for-tuples",
@@ -12297,7 +12299,7 @@ dependencies = [
 [[package]]
 name = "sp-weights"
 version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12607,7 +12609,7 @@ dependencies = [
 [[package]]
 name = "substrate-build-script-utils"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "platforms",
 ]
@@ -12615,7 +12617,7 @@ dependencies = [
 [[package]]
 name = "substrate-frame-rpc-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "frame-system-rpc-runtime-api",
  "futures",
@@ -12634,7 +12636,7 @@ dependencies = [
 [[package]]
 name = "substrate-prometheus-endpoint"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "hyper",
  "log",
@@ -12646,7 +12648,7 @@ dependencies = [
 [[package]]
 name = "substrate-rpc-client"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "jsonrpsee",
@@ -12659,7 +12661,7 @@ dependencies = [
 [[package]]
 name = "substrate-state-trie-migration-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "jsonrpsee",
  "log",
@@ -12678,7 +12680,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-client"
 version = "2.0.1"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
@@ -12704,7 +12706,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "futures",
  "substrate-test-utils-derive",
@@ -12714,7 +12716,7 @@ dependencies = [
 [[package]]
 name = "substrate-test-utils-derive"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -12725,7 +12727,7 @@ dependencies = [
 [[package]]
 name = "substrate-wasm-builder"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "ansi_term",
  "build-helper",
@@ -12841,7 +12843,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
 [[package]]
 name = "test-runtime-constants"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -13232,7 +13234,7 @@ dependencies = [
 [[package]]
 name = "tracing-gum"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "polkadot-node-jaeger",
  "polkadot-primitives",
@@ -13243,7 +13245,7 @@ dependencies = [
 [[package]]
 name = "tracing-gum-proc-macro"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "expander 0.0.6",
  "proc-macro-crate",
@@ -13373,7 +13375,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
 [[package]]
 name = "try-runtime-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=master#4f28d2923a825dafc8431825270e78c5ab218ce0"
+source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5"
 dependencies = [
  "async-trait",
  "clap 4.1.6",
@@ -14300,7 +14302,7 @@ dependencies = [
 [[package]]
 name = "westend-runtime"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -14392,7 +14394,7 @@ dependencies = [
 [[package]]
 name = "westend-runtime-constants"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -14795,7 +14797,7 @@ dependencies = [
 [[package]]
 name = "xcm"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "bounded-collections",
  "derivative",
@@ -14811,7 +14813,7 @@ dependencies = [
 [[package]]
 name = "xcm-builder"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -14832,7 +14834,7 @@ dependencies = [
 [[package]]
 name = "xcm-executor"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "environmental",
  "frame-benchmarking",
@@ -14852,7 +14854,7 @@ dependencies = [
 [[package]]
 name = "xcm-procedural"
 version = "0.9.37"
-source = "git+https://github.com/paritytech/polkadot?branch=master#70598a19e57a84db9be16ad189f505be19f70db8"
+source = "git+https://github.com/paritytech/polkadot?branch=master#3e4cb698e8c871b330d0e43aa6da3a851b49a4b9"
 dependencies = [
  "Inflector",
  "proc-macro2",
diff --git a/cumulus/client/relay-chain-minimal-node/src/lib.rs b/cumulus/client/relay-chain-minimal-node/src/lib.rs
index 08db3753a6b..c5c2c2fd6e9 100644
--- a/cumulus/client/relay-chain-minimal-node/src/lib.rs
+++ b/cumulus/client/relay-chain-minimal-node/src/lib.rs
@@ -28,8 +28,7 @@ use polkadot_node_subsystem_util::metrics::prometheus::Registry;
 use polkadot_primitives::CollatorPair;
 
 use sc_authority_discovery::Service as AuthorityDiscoveryService;
-use sc_network::{Event, NetworkService};
-use sc_network_common::service::NetworkEventStream;
+use sc_network::{Event, NetworkEventStream, NetworkService};
 use sc_service::{Configuration, TaskManager};
 use sp_runtime::{app_crypto::Pair, traits::Block as BlockT};
 
diff --git a/cumulus/client/relay-chain-minimal-node/src/network.rs b/cumulus/client/relay-chain-minimal-node/src/network.rs
index bda05daf7b7..0a4ace78ca5 100644
--- a/cumulus/client/relay-chain-minimal-node/src/network.rs
+++ b/cumulus/client/relay-chain-minimal-node/src/network.rs
@@ -17,16 +17,15 @@
 use polkadot_core_primitives::{Block, Hash};
 use sp_runtime::traits::{Block as BlockT, NumberFor};
 
-use sc_network::NetworkService;
-
-use sc_client_api::HeaderBackend;
-use sc_network_common::{
+use sc_network::{
 	config::{
 		NonDefaultSetConfig, NonReservedPeerMode, NotificationHandshake, ProtocolId, SetConfig,
 	},
-	protocol::role::Roles,
-	sync::message::BlockAnnouncesHandshake,
+	NetworkService,
 };
+
+use sc_client_api::HeaderBackend;
+use sc_network_common::{role::Roles, sync::message::BlockAnnouncesHandshake};
 use sc_service::{error::Error, Configuration, NetworkStarter, SpawnTaskHandle};
 
 use std::{iter, sync::Arc};
diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml
index f758116f33c..ade6e7e8067 100644
--- a/cumulus/client/service/Cargo.toml
+++ b/cumulus/client/service/Cargo.toml
@@ -16,7 +16,6 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
 sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
-sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network-transactions = { git = "https://github.com/paritytech/substrate", branch = "master" }
diff --git a/cumulus/client/service/src/lib.rs b/cumulus/client/service/src/lib.rs
index 1215861fcb7..6f0d5790586 100644
--- a/cumulus/client/service/src/lib.rs
+++ b/cumulus/client/service/src/lib.rs
@@ -38,8 +38,7 @@ use sc_consensus::{
 	import_queue::{ImportQueue, ImportQueueService},
 	BlockImport,
 };
-use sc_network::NetworkService;
-use sc_network_common::config::SyncMode;
+use sc_network::{config::SyncMode, NetworkService};
 use sc_network_sync::SyncingService;
 use sc_network_transactions::TransactionsHandlerController;
 use sc_service::{Configuration, NetworkStarter, SpawnTaskHandle, TaskManager, WarpSyncParams};
diff --git a/cumulus/parachain-template/node/Cargo.toml b/cumulus/parachain-template/node/Cargo.toml
index 088727e4dad..34aef5c8bbd 100644
--- a/cumulus/parachain-template/node/Cargo.toml
+++ b/cumulus/parachain-template/node/Cargo.toml
@@ -29,7 +29,7 @@ sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
-sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
diff --git a/cumulus/parachain-template/node/src/service.rs b/cumulus/parachain-template/node/src/service.rs
index b82a5c5e8a9..245569230eb 100644
--- a/cumulus/parachain-template/node/src/service.rs
+++ b/cumulus/parachain-template/node/src/service.rs
@@ -23,7 +23,7 @@ use cumulus_relay_chain_interface::RelayChainInterface;
 use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE;
 use sc_consensus::ImportQueue;
 use sc_executor::NativeElseWasmExecutor;
-use sc_network_common::service::NetworkBlock;
+use sc_network::NetworkBlock;
 use sc_network_sync::SyncingService;
 use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager};
 use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml
index 9b72967342d..46a2a120e90 100644
--- a/cumulus/polkadot-parachain/Cargo.toml
+++ b/cumulus/polkadot-parachain/Cargo.toml
@@ -51,7 +51,6 @@ sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "mast
 sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
-sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" }
diff --git a/cumulus/polkadot-parachain/src/service.rs b/cumulus/polkadot-parachain/src/service.rs
index 0adacebeb0a..2f9c21e1116 100644
--- a/cumulus/polkadot-parachain/src/service.rs
+++ b/cumulus/polkadot-parachain/src/service.rs
@@ -43,7 +43,7 @@ use sc_consensus::{
 	BlockImportParams, ImportQueue,
 };
 use sc_executor::WasmExecutor;
-use sc_network_common::service::NetworkBlock;
+use sc_network::NetworkBlock;
 use sc_network_sync::SyncingService;
 use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager};
 use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml
index 1c7ef7a3b12..23831a57f8d 100644
--- a/cumulus/test/service/Cargo.toml
+++ b/cumulus/test/service/Cargo.toml
@@ -30,7 +30,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
 sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
-sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
 sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }
diff --git a/cumulus/test/service/src/lib.rs b/cumulus/test/service/src/lib.rs
index 8afa0896e30..0349597f44a 100644
--- a/cumulus/test/service/src/lib.rs
+++ b/cumulus/test/service/src/lib.rs
@@ -52,8 +52,9 @@ use polkadot_primitives::{CollatorPair, Hash as PHash, PersistedValidationData};
 use polkadot_service::ProvideRuntimeApi;
 use sc_client_api::execution_extensions::ExecutionStrategies;
 use sc_consensus::ImportQueue;
-use sc_network::{multiaddr, NetworkBlock, NetworkService};
-use sc_network_common::{config::TransportConfig, service::NetworkStateInfo};
+use sc_network::{
+	config::TransportConfig, multiaddr, NetworkBlock, NetworkService, NetworkStateInfo,
+};
 use sc_service::{
 	config::{
 		BlocksPruning, DatabaseSource, KeystoreConfig, MultiaddrWithPeerId, NetworkConfiguration,
@@ -698,7 +699,7 @@ pub fn node_config(
 	if nodes_exlusive {
 		network_config.default_peers_set.reserved_nodes = nodes;
 		network_config.default_peers_set.non_reserved_mode =
-			sc_network_common::config::NonReservedPeerMode::Deny;
+			sc_network::config::NonReservedPeerMode::Deny;
 	} else {
 		network_config.boot_nodes = nodes;
 	}
-- 
GitLab