From 42c64e364e2d0b03ffb8bc2bc8cc4c4cb7404688 Mon Sep 17 00:00:00 2001 From: Tsvetomir Dimitrov Date: Tue, 16 May 2023 11:00:02 +0300 Subject: [PATCH 1/3] Bump polkadot --- Cargo.lock | 491 +++++++++++++++++++++++++++-------------------------- 1 file changed, 246 insertions(+), 245 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57b6bb6e33a..6011b2efb9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "hash-db", "log", @@ -3781,7 +3781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", ] @@ -3804,7 +3804,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-support-procedural", @@ -3829,7 +3829,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3876,7 +3876,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-recursion", "futures", @@ -3953,7 +3953,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "bitflags", "environmental", @@ -3972,6 +3972,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", + "sp-debug-derive", "sp-inherents", "sp-io", "sp-runtime", @@ -3986,7 +3987,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "Inflector", "cfg-expr", @@ -4002,7 +4003,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4014,7 +4015,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro2", "quote", @@ -4024,7 +4025,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "cfg-if", "frame-support", @@ -4043,7 +4044,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -4058,7 +4059,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "sp-api", @@ -4067,7 +4068,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "parity-scale-codec", @@ -5084,7 +5085,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "frame-benchmarking", @@ -5182,7 +5183,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "polkadot-primitives", @@ -6064,7 +6065,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "log", @@ -6083,7 +6084,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "anyhow", "jsonrpsee", @@ -6672,7 +6673,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -6688,7 +6689,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -6702,7 +6703,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -6726,7 +6727,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6746,7 +6747,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -6761,7 +6762,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -6780,7 +6781,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6804,7 +6805,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -6910,7 +6911,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -6954,7 +6955,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7024,7 +7025,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7041,7 +7042,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7059,7 +7060,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7082,7 +7083,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7095,7 +7096,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7113,7 +7114,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7131,7 +7132,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7154,7 +7155,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7170,7 +7171,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7190,7 +7191,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7221,7 +7222,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7238,7 +7239,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7255,7 +7256,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7300,7 +7301,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7316,7 +7317,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -7333,7 +7334,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7353,7 +7354,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7364,7 +7365,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -7381,7 +7382,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7420,7 +7421,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7437,7 +7438,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7452,7 +7453,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7470,7 +7471,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7485,7 +7486,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7504,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7521,7 +7522,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -7542,7 +7543,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7558,7 +7559,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -7572,7 +7573,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7595,7 +7596,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7606,7 +7607,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "sp-arithmetic", @@ -7615,7 +7616,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "sp-api", @@ -7624,7 +7625,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7641,7 +7642,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7656,7 +7657,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7674,7 +7675,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7693,7 +7694,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-support", "frame-system", @@ -7709,7 +7710,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7725,7 +7726,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7737,7 +7738,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7769,7 +7770,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7785,7 +7786,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7800,7 +7801,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-benchmarking", "frame-support", @@ -7815,7 +7816,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7836,7 +7837,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-benchmarking", "frame-support", @@ -8001,9 +8002,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd4572a52711e2ccff02b4973ec7e4a5b5c23387ebbfbd6cd42b34755714cefc" +checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b" dependencies = [ "blake2", "crc32fast", @@ -8414,7 +8415,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "polkadot-node-jaeger", @@ -8430,7 +8431,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -8444,7 +8445,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "derive_more", "fatality", @@ -8467,7 +8468,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "fatality", "futures", @@ -8488,7 +8489,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "clap 4.2.7", "frame-benchmarking-cli", @@ -8517,7 +8518,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "frame-benchmarking", @@ -8560,7 +8561,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "always-assert", "bitvec", @@ -8582,7 +8583,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "parity-scale-codec", "scale-info", @@ -8594,7 +8595,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "derive_more", "fatality", @@ -8619,7 +8620,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8633,7 +8634,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "futures-timer", @@ -8653,7 +8654,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "always-assert", "async-trait", @@ -8676,7 +8677,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "parity-scale-codec", @@ -8694,7 +8695,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "derive_more", @@ -8723,7 +8724,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "futures", @@ -8744,7 +8745,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "fatality", @@ -8763,7 +8764,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8778,7 +8779,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "futures", @@ -8798,7 +8799,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "polkadot-node-metrics", @@ -8813,7 +8814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "futures-timer", @@ -8830,7 +8831,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "fatality", "futures", @@ -8849,7 +8850,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "futures", @@ -8866,7 +8867,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "fatality", @@ -8884,7 +8885,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "always-assert", "futures", @@ -8911,7 +8912,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "polkadot-node-primitives", @@ -8927,7 +8928,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-worker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "assert_matches", "cpu-time", @@ -8956,7 +8957,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "futures", "lru 0.9.0", @@ -8971,7 +8972,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "lazy_static", "log", @@ -8989,7 +8990,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bs58", "futures", @@ -9008,7 +9009,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "derive_more", @@ -9030,7 +9031,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bounded-vec", "futures", @@ -9052,7 +9053,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9062,7 +9063,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "futures", @@ -9080,7 +9081,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "derive_more", @@ -9103,7 +9104,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "derive_more", @@ -9136,7 +9137,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "futures", @@ -9159,7 +9160,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bounded-collections", "derive_more", @@ -9257,7 +9258,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -9275,7 +9276,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9301,7 +9302,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9333,7 +9334,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "frame-benchmarking", @@ -9427,7 +9428,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "frame-benchmarking", @@ -9473,7 +9474,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "polkadot-primitives", @@ -9487,7 +9488,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bs58", "parity-scale-codec", @@ -9499,7 +9500,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitflags", "bitvec", @@ -9543,7 +9544,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9653,7 +9654,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9674,7 +9675,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9684,7 +9685,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9709,7 +9710,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9770,7 +9771,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-benchmarking", "frame-system", @@ -10562,7 +10563,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10648,7 +10649,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "polkadot-primitives", @@ -10895,7 +10896,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "sp-core", @@ -10906,7 +10907,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -10935,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "futures-timer", @@ -10958,7 +10959,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10973,7 +10974,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10992,7 +10993,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11003,7 +11004,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11043,7 +11044,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "fnv", "futures", @@ -11070,7 +11071,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "hash-db", "kvdb", @@ -11096,7 +11097,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -11150,7 +11151,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "fork-tree", @@ -11186,7 +11187,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "jsonrpsee", @@ -11208,7 +11209,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11243,7 +11244,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "jsonrpsee", @@ -11262,7 +11263,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11275,7 +11276,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11315,7 +11316,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "finality-grandpa", "futures", @@ -11335,7 +11336,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -11358,7 +11359,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11382,7 +11383,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11395,7 +11396,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "sc-allocator", @@ -11408,7 +11409,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "anyhow", "cfg-if", @@ -11426,7 +11427,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ansi_term", "futures", @@ -11442,7 +11443,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -11456,7 +11457,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11501,7 +11502,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "cid", "futures", @@ -11521,7 +11522,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11549,7 +11550,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ahash 0.8.2", "futures", @@ -11568,7 +11569,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11590,7 +11591,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11624,7 +11625,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11644,7 +11645,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11675,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "libp2p-identity", @@ -11688,7 +11689,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11697,7 +11698,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "jsonrpsee", @@ -11728,7 +11729,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11747,7 +11748,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "http", "jsonrpsee", @@ -11762,7 +11763,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11788,7 +11789,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "directories", @@ -11854,7 +11855,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "parity-scale-codec", @@ -11865,7 +11866,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "clap 4.2.7", "fs4", @@ -11881,7 +11882,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11900,7 +11901,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "libc", @@ -11919,7 +11920,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "chrono", "futures", @@ -11938,7 +11939,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ansi_term", "atty", @@ -11969,7 +11970,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11980,7 +11981,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -12007,7 +12008,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -12021,7 +12022,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-channel", "futures", @@ -12502,7 +12503,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "enumn", "parity-scale-codec", @@ -12579,7 +12580,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "hash-db", "log", @@ -12599,7 +12600,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "Inflector", "blake2", @@ -12613,7 +12614,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -12626,7 +12627,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "integer-sqrt", "num-traits", @@ -12640,7 +12641,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -12653,7 +12654,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "sp-api", @@ -12665,7 +12666,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "log", @@ -12683,7 +12684,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures", @@ -12698,7 +12699,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "parity-scale-codec", @@ -12716,7 +12717,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "parity-scale-codec", @@ -12737,7 +12738,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12756,7 +12757,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "finality-grandpa", "log", @@ -12774,7 +12775,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -12786,7 +12787,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12830,7 +12831,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "blake2b_simd", "byteorder", @@ -12844,7 +12845,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro2", "quote", @@ -12855,7 +12856,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12864,7 +12865,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "proc-macro2", "quote", @@ -12874,7 +12875,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "environmental", "parity-scale-codec", @@ -12885,7 +12886,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12900,7 +12901,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "bytes", "ed25519", @@ -12926,7 +12927,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "lazy_static", "sp-core", @@ -12937,7 +12938,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "futures", "parity-scale-codec", @@ -12951,7 +12952,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -12960,7 +12961,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12971,7 +12972,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12989,7 +12990,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -13003,7 +13004,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "sp-api", "sp-core", @@ -13013,7 +13014,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "backtrace", "lazy_static", @@ -13023,7 +13024,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "rustc-hash", "serde", @@ -13033,7 +13034,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "either", "hash256-std-hasher", @@ -13055,7 +13056,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13073,7 +13074,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "Inflector", "proc-macro-crate", @@ -13085,7 +13086,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -13099,7 +13100,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -13112,7 +13113,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "hash-db", "log", @@ -13132,7 +13133,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "log", "parity-scale-codec", @@ -13150,12 +13151,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13168,7 +13169,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "futures-timer", @@ -13183,7 +13184,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "sp-std", @@ -13195,7 +13196,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "sp-api", "sp-runtime", @@ -13204,7 +13205,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "log", @@ -13220,7 +13221,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13243,7 +13244,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13260,7 +13261,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13271,7 +13272,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13285,7 +13286,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "parity-scale-codec", "scale-info", @@ -13620,7 +13621,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "platforms 2.0.0", ] @@ -13628,7 +13629,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13647,7 +13648,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "hyper", "log", @@ -13659,7 +13660,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "jsonrpsee", @@ -13672,7 +13673,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "jsonrpsee", "log", @@ -13691,7 +13692,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13738,7 +13739,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "ansi_term", "build-helper", @@ -13865,7 +13866,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "polkadot-primitives", @@ -14251,7 +14252,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14262,7 +14263,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14392,7 +14393,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" +source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" dependencies = [ "async-trait", "clap 4.2.7", @@ -15325,7 +15326,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bitvec", "frame-benchmarking", @@ -15417,7 +15418,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "polkadot-primitives", @@ -15919,7 +15920,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "bounded-collections", "derivative", @@ -15935,7 +15936,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "frame-support", "frame-system", @@ -15956,7 +15957,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "environmental", "frame-benchmarking", @@ -15976,7 +15977,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#57ec016a97b0e67127bcdf24965ff6bfc16d4cd7" +source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" dependencies = [ "Inflector", "proc-macro2", From 768f1a872e1760fc9be483b82d6a575581726c3f Mon Sep 17 00:00:00 2001 From: Tsvetomir Dimitrov Date: Tue, 16 May 2023 11:52:20 +0300 Subject: [PATCH 2/3] Another bump --- Cargo.lock | 490 ++++++++++++++++++++++++++--------------------------- 1 file changed, 245 insertions(+), 245 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6011b2efb9d..c60504c035e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "hash-db", "log", @@ -3781,7 +3781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", ] @@ -3804,7 +3804,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-support-procedural", @@ -3829,7 +3829,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3876,7 +3876,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-recursion", "futures", @@ -3953,7 +3953,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "bitflags", "environmental", @@ -3987,7 +3987,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "Inflector", "cfg-expr", @@ -4003,7 +4003,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4015,7 +4015,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro2", "quote", @@ -4025,7 +4025,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "cfg-if", "frame-support", @@ -4044,7 +4044,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -4059,7 +4059,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "sp-api", @@ -4068,7 +4068,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "parity-scale-codec", @@ -5085,7 +5085,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "frame-benchmarking", @@ -5183,7 +5183,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "polkadot-primitives", @@ -6065,7 +6065,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "log", @@ -6084,7 +6084,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "anyhow", "jsonrpsee", @@ -6673,7 +6673,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -6689,7 +6689,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6727,7 +6727,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6747,7 +6747,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6762,7 +6762,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -6781,7 +6781,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6805,7 +6805,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6911,7 +6911,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6955,7 +6955,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7025,7 +7025,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7042,7 +7042,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7060,7 +7060,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7083,7 +7083,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7096,7 +7096,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7114,7 +7114,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7132,7 +7132,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7155,7 +7155,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7171,7 +7171,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7191,7 +7191,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7222,7 +7222,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7301,7 +7301,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7317,7 +7317,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -7334,7 +7334,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7354,7 +7354,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -7382,7 +7382,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7421,7 +7421,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7438,7 +7438,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7453,7 +7453,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7471,7 +7471,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7486,7 +7486,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7505,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7522,7 +7522,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -7543,7 +7543,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7559,7 +7559,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -7573,7 +7573,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7607,7 +7607,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "sp-arithmetic", @@ -7616,7 +7616,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "sp-api", @@ -7625,7 +7625,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7642,7 +7642,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7657,7 +7657,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7675,7 +7675,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7694,7 +7694,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-support", "frame-system", @@ -7710,7 +7710,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7726,7 +7726,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7738,7 +7738,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7770,7 +7770,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7786,7 +7786,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7801,7 +7801,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7816,7 +7816,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7837,7 +7837,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-benchmarking", "frame-support", @@ -8415,7 +8415,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "polkadot-node-jaeger", @@ -8431,7 +8431,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -8445,7 +8445,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "derive_more", "fatality", @@ -8468,7 +8468,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "fatality", "futures", @@ -8489,7 +8489,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "clap 4.2.7", "frame-benchmarking-cli", @@ -8518,7 +8518,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "frame-benchmarking", @@ -8561,7 +8561,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "always-assert", "bitvec", @@ -8583,7 +8583,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "parity-scale-codec", "scale-info", @@ -8595,7 +8595,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "derive_more", "fatality", @@ -8620,7 +8620,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8634,7 +8634,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "futures-timer", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "always-assert", "async-trait", @@ -8677,7 +8677,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "parity-scale-codec", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "derive_more", @@ -8724,7 +8724,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "futures", @@ -8745,7 +8745,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "fatality", @@ -8764,7 +8764,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8779,7 +8779,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "futures", @@ -8799,7 +8799,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "polkadot-node-metrics", @@ -8814,7 +8814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "futures-timer", @@ -8831,7 +8831,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "fatality", "futures", @@ -8850,7 +8850,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "futures", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "fatality", @@ -8885,7 +8885,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "always-assert", "futures", @@ -8912,7 +8912,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "polkadot-node-primitives", @@ -8928,7 +8928,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-worker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "assert_matches", "cpu-time", @@ -8957,7 +8957,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "futures", "lru 0.9.0", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "lazy_static", "log", @@ -8990,7 +8990,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bs58", "futures", @@ -9009,7 +9009,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "derive_more", @@ -9031,7 +9031,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bounded-vec", "futures", @@ -9053,7 +9053,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9063,7 +9063,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "futures", @@ -9081,7 +9081,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "derive_more", @@ -9104,7 +9104,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "derive_more", @@ -9137,7 +9137,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "futures", @@ -9160,7 +9160,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bounded-collections", "derive_more", @@ -9258,7 +9258,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -9276,7 +9276,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9302,7 +9302,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9334,7 +9334,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "frame-benchmarking", @@ -9428,7 +9428,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "frame-benchmarking", @@ -9474,7 +9474,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "polkadot-primitives", @@ -9488,7 +9488,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bs58", "parity-scale-codec", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitflags", "bitvec", @@ -9544,7 +9544,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9654,7 +9654,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9675,7 +9675,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9685,7 +9685,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9771,7 +9771,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-benchmarking", "frame-system", @@ -10563,7 +10563,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10649,7 +10649,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "polkadot-primitives", @@ -10896,7 +10896,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "sp-core", @@ -10907,7 +10907,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -10936,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "futures-timer", @@ -10959,7 +10959,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10974,7 +10974,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10993,7 +10993,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11004,7 +11004,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11044,7 +11044,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "fnv", "futures", @@ -11071,7 +11071,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "hash-db", "kvdb", @@ -11097,7 +11097,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -11151,7 +11151,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "fork-tree", @@ -11187,7 +11187,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "jsonrpsee", @@ -11209,7 +11209,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11244,7 +11244,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "jsonrpsee", @@ -11263,7 +11263,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11276,7 +11276,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11316,7 +11316,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "finality-grandpa", "futures", @@ -11336,7 +11336,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -11359,7 +11359,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11383,7 +11383,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11396,7 +11396,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "sc-allocator", @@ -11409,7 +11409,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "anyhow", "cfg-if", @@ -11427,7 +11427,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ansi_term", "futures", @@ -11443,7 +11443,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -11457,7 +11457,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11502,7 +11502,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "cid", "futures", @@ -11522,7 +11522,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11550,7 +11550,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ahash 0.8.2", "futures", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11591,7 +11591,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11625,7 +11625,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11645,7 +11645,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "libp2p-identity", @@ -11689,7 +11689,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11698,7 +11698,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "jsonrpsee", @@ -11729,7 +11729,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11748,7 +11748,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "http", "jsonrpsee", @@ -11763,7 +11763,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11789,7 +11789,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "directories", @@ -11855,7 +11855,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "parity-scale-codec", @@ -11866,7 +11866,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "clap 4.2.7", "fs4", @@ -11882,7 +11882,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11901,7 +11901,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "libc", @@ -11920,7 +11920,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "chrono", "futures", @@ -11939,7 +11939,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ansi_term", "atty", @@ -11970,7 +11970,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11981,7 +11981,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -12008,7 +12008,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -12022,7 +12022,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-channel", "futures", @@ -12503,7 +12503,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "enumn", "parity-scale-codec", @@ -12580,7 +12580,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "hash-db", "log", @@ -12600,7 +12600,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "Inflector", "blake2", @@ -12614,7 +12614,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12627,7 +12627,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "integer-sqrt", "num-traits", @@ -12641,7 +12641,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12654,7 +12654,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "sp-api", @@ -12666,7 +12666,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "log", @@ -12684,7 +12684,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures", @@ -12699,7 +12699,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "parity-scale-codec", @@ -12717,7 +12717,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "parity-scale-codec", @@ -12738,7 +12738,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12757,7 +12757,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "finality-grandpa", "log", @@ -12775,7 +12775,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12787,7 +12787,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -12831,7 +12831,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "blake2b_simd", "byteorder", @@ -12845,7 +12845,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro2", "quote", @@ -12856,7 +12856,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12865,7 +12865,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "proc-macro2", "quote", @@ -12875,7 +12875,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "environmental", "parity-scale-codec", @@ -12886,7 +12886,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12901,7 +12901,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "bytes", "ed25519", @@ -12927,7 +12927,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "lazy_static", "sp-core", @@ -12938,7 +12938,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "futures", "parity-scale-codec", @@ -12952,7 +12952,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -12961,7 +12961,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -12972,7 +12972,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12990,7 +12990,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -13004,7 +13004,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "sp-api", "sp-core", @@ -13014,7 +13014,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "backtrace", "lazy_static", @@ -13024,7 +13024,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "rustc-hash", "serde", @@ -13034,7 +13034,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "either", "hash256-std-hasher", @@ -13056,7 +13056,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13074,7 +13074,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "Inflector", "proc-macro-crate", @@ -13086,7 +13086,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -13100,7 +13100,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -13113,7 +13113,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "hash-db", "log", @@ -13133,7 +13133,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", "parity-scale-codec", @@ -13151,12 +13151,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13169,7 +13169,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "futures-timer", @@ -13184,7 +13184,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "sp-std", @@ -13196,7 +13196,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "sp-api", "sp-runtime", @@ -13205,7 +13205,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "log", @@ -13221,7 +13221,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13244,7 +13244,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13261,7 +13261,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13272,7 +13272,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13286,7 +13286,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", "scale-info", @@ -13621,7 +13621,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "platforms 2.0.0", ] @@ -13629,7 +13629,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13648,7 +13648,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "hyper", "log", @@ -13660,7 +13660,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "jsonrpsee", @@ -13673,7 +13673,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "jsonrpsee", "log", @@ -13692,7 +13692,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13739,7 +13739,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "ansi_term", "build-helper", @@ -13866,7 +13866,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "polkadot-primitives", @@ -14177,9 +14177,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" +checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658" dependencies = [ "bitflags", "bytes", @@ -14252,7 +14252,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14263,7 +14263,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -14393,7 +14393,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#dd478bc60eb83a5f8f25aa65fdac2e519e9545ab" +source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "async-trait", "clap 4.2.7", @@ -15326,7 +15326,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bitvec", "frame-benchmarking", @@ -15418,7 +15418,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "polkadot-primitives", @@ -15920,7 +15920,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "bounded-collections", "derivative", @@ -15936,7 +15936,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "frame-support", "frame-system", @@ -15957,7 +15957,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "environmental", "frame-benchmarking", @@ -15977,7 +15977,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#54c9ff15abb9f589e39114bf62a7208248a64a73" +source = "git+https://github.com/paritytech/polkadot?branch=master#19fdd197aff085f7f66e54942999fd536e7df475" dependencies = [ "Inflector", "proc-macro2", From 21cfbdc837e169c8c2a59868407797e1c0f35cce Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Tue, 16 May 2023 13:45:46 +0200 Subject: [PATCH 3/3] Fix for `GrandpaJustification` + `Debug` --- .../header-chain/src/justification.rs | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/bridges/primitives/header-chain/src/justification.rs b/bridges/primitives/header-chain/src/justification.rs index 06ed782763d..748f97b6a47 100644 --- a/bridges/primitives/header-chain/src/justification.rs +++ b/bridges/primitives/header-chain/src/justification.rs @@ -38,7 +38,7 @@ use sp_std::{ /// /// This particular proof is used to prove that headers on a bridged chain /// (so not our chain) have been finalized correctly. -#[derive(Encode, Decode, RuntimeDebug, Clone, PartialEq, Eq, TypeInfo)] +#[derive(Encode, Decode, Clone, PartialEq, Eq, TypeInfo)] pub struct GrandpaJustification { /// The round (voting period) this justification is valid for. pub round: u64, @@ -49,6 +49,24 @@ pub struct GrandpaJustification { pub votes_ancestries: Vec
, } +impl sp_std::fmt::Debug for GrandpaJustification
{ + fn fmt(&self, fmt: &mut sp_std::fmt::Formatter) -> sp_std::fmt::Result { + #[cfg(feature = "std")] + { + fmt.debug_struct("GrandpaJustification") + .field("round", &self.round) + .field("commit", &self.commit) + .field("votes_ancestries", &self.votes_ancestries) + .finish() + } + + #[cfg(not(feature = "std"))] + { + fmt.write_str("") + } + } +} + impl GrandpaJustification { /// Returns reasonable size of justification using constants from the provided chain. ///