diff --git a/Cargo.lock b/Cargo.lock index 03ddcf38d85..a5ef5aca7f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "async-trait", @@ -506,7 +506,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -526,16 +526,17 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "beefy-primitives", "sp-api", + "sp-runtime", ] [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -2747,7 +2748,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", ] @@ -2764,7 +2765,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -2787,7 +2788,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "Inflector", "array-bytes", @@ -2838,7 +2839,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2849,7 +2850,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2865,7 +2866,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -2894,7 +2895,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "bitflags", "frame-metadata", @@ -2926,7 +2927,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "Inflector", "cfg-expr", @@ -2940,7 +2941,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2952,7 +2953,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro2", "quote", @@ -2962,7 +2963,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "log", @@ -2980,7 +2981,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -2995,7 +2996,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "sp-api", @@ -3004,7 +3005,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "parity-scale-codec", @@ -3883,7 +3884,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "bitvec", @@ -3981,7 +3982,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "polkadot-primitives", @@ -5376,7 +5377,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "frame-benchmarking", @@ -5397,7 +5398,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -5414,7 +5415,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5428,7 +5429,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -5444,7 +5445,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -5460,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -5475,7 +5476,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5499,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5519,7 +5520,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5534,7 +5535,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "beefy-primitives", "frame-support", @@ -5550,7 +5551,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -5573,7 +5574,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5591,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5635,7 +5636,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5652,7 +5653,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "bitflags", "frame-benchmarking", @@ -5680,7 +5681,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "bitflags", "parity-scale-codec", @@ -5691,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro2", "quote", @@ -5701,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-contracts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5714,7 +5715,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5731,7 +5732,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5747,7 +5748,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5771,7 +5772,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5784,7 +5785,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5802,7 +5803,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5823,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5838,7 +5839,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5861,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5877,7 +5878,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5897,7 +5898,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5914,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5931,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5949,7 +5950,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5964,7 +5965,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -5979,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -5996,7 +5997,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6016,7 +6017,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "sp-api", @@ -6026,7 +6027,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6043,7 +6044,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6066,7 +6067,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6082,7 +6083,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6097,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6111,7 +6112,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6130,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6144,7 +6145,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6162,7 +6163,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6178,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6199,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6215,7 +6216,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6229,7 +6230,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6252,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6263,7 +6264,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "sp-arithmetic", @@ -6272,7 +6273,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6301,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6319,7 +6320,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6338,7 +6339,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-support", "frame-system", @@ -6354,7 +6355,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6369,7 +6370,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6380,7 +6381,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6397,7 +6398,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6412,7 +6413,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6428,7 +6429,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6443,7 +6444,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-benchmarking", "frame-support", @@ -6458,7 +6459,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "frame-system", @@ -6476,7 +6477,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-benchmarking", "frame-support", @@ -7029,7 +7030,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7044,7 +7045,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7058,7 +7059,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "derive_more", "fatality", @@ -7081,7 +7082,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "fatality", "futures", @@ -7102,7 +7103,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "clap", "frame-benchmarking-cli", @@ -7128,7 +7129,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7169,7 +7170,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "always-assert", "fatality", @@ -7190,7 +7191,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7203,7 +7204,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "derive_more", "fatality", @@ -7226,7 +7227,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7240,7 +7241,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "futures-timer", @@ -7260,7 +7261,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "always-assert", "async-trait", @@ -7284,7 +7285,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "parity-scale-codec", @@ -7302,7 +7303,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitvec", "derive_more", @@ -7331,7 +7332,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitvec", "futures", @@ -7351,7 +7352,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitvec", "fatality", @@ -7370,7 +7371,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7385,7 +7386,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "futures", @@ -7403,7 +7404,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7418,7 +7419,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "futures-timer", @@ -7435,7 +7436,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "fatality", "futures", @@ -7454,7 +7455,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "futures", @@ -7471,7 +7472,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitvec", "fatality", @@ -7489,7 +7490,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "always-assert", "assert_matches", @@ -7521,7 +7522,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "polkadot-node-primitives", @@ -7537,7 +7538,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "futures", "memory-lru", @@ -7553,7 +7554,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-std", "lazy_static", @@ -7571,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bs58", "futures", @@ -7590,7 +7591,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "derive_more", @@ -7613,7 +7614,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bounded-vec", "futures", @@ -7635,7 +7636,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7645,7 +7646,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "futures", @@ -7663,7 +7664,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "derive_more", @@ -7686,7 +7687,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "derive_more", @@ -7719,7 +7720,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "futures", @@ -7742,7 +7743,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "derive_more", "frame-support", @@ -7839,7 +7840,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7854,7 +7855,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitvec", "frame-system", @@ -7884,7 +7885,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7916,7 +7917,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "bitvec", @@ -8005,7 +8006,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "bitvec", @@ -8052,7 +8053,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "polkadot-primitives", @@ -8064,7 +8065,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bs58", "parity-scale-codec", @@ -8076,7 +8077,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "bitflags", "bitvec", @@ -8119,7 +8120,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "async-trait", "beefy-gadget", @@ -8224,7 +8225,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8245,7 +8246,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8255,7 +8256,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8280,7 +8281,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "bitvec", @@ -8341,7 +8342,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-benchmarking", "frame-system", @@ -8972,7 +8973,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -9091,7 +9092,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9175,7 +9176,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "polkadot-primitives", @@ -9345,7 +9346,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "sp-core", @@ -9356,7 +9357,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -9383,7 +9384,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "futures-timer", @@ -9406,7 +9407,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9422,7 +9423,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9439,7 +9440,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9450,7 +9451,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "chrono", @@ -9490,7 +9491,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "fnv", "futures", @@ -9518,7 +9519,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "hash-db", "kvdb", @@ -9543,7 +9544,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -9567,7 +9568,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -9596,7 +9597,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "fork-tree", @@ -9638,7 +9639,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "jsonrpsee", @@ -9660,7 +9661,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9673,7 +9674,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -9697,7 +9698,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "lazy_static", "lru 0.7.7", @@ -9724,7 +9725,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "environmental", "parity-scale-codec", @@ -9740,7 +9741,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "parity-scale-codec", @@ -9755,7 +9756,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9775,7 +9776,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ahash", "array-bytes", @@ -9816,7 +9817,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "finality-grandpa", "futures", @@ -9837,7 +9838,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ansi_term", "futures", @@ -9854,7 +9855,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "async-trait", @@ -9869,7 +9870,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "async-trait", @@ -9916,7 +9917,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "cid", "futures", @@ -9936,7 +9937,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "bitflags", @@ -9962,7 +9963,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ahash", "futures", @@ -9980,7 +9981,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "futures", @@ -10001,7 +10002,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "fork-tree", @@ -10029,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "futures", @@ -10048,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "bytes", @@ -10078,7 +10079,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "libp2p", @@ -10091,7 +10092,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10100,7 +10101,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "hash-db", @@ -10130,7 +10131,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "jsonrpsee", @@ -10153,7 +10154,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "jsonrpsee", @@ -10166,7 +10167,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "directories", @@ -10236,7 +10237,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "parity-scale-codec", @@ -10250,7 +10251,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10269,7 +10270,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "libc", @@ -10288,7 +10289,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "chrono", "futures", @@ -10306,7 +10307,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ansi_term", "atty", @@ -10337,7 +10338,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10348,7 +10349,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "futures-timer", @@ -10374,7 +10375,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "log", @@ -10387,7 +10388,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "futures-timer", @@ -10817,7 +10818,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "enumn", "parity-scale-codec", @@ -10893,7 +10894,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "hash-db", "log", @@ -10911,7 +10912,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "blake2", "proc-macro-crate", @@ -10923,7 +10924,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -10936,7 +10937,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "integer-sqrt", "num-traits", @@ -10951,7 +10952,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -10964,7 +10965,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "parity-scale-codec", @@ -10976,7 +10977,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "sp-api", @@ -10988,7 +10989,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "log", @@ -11006,7 +11007,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -11025,7 +11026,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "parity-scale-codec", @@ -11043,7 +11044,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "merlin", @@ -11066,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -11080,7 +11081,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -11093,7 +11094,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "base58", @@ -11139,7 +11140,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "blake2", "byteorder", @@ -11153,7 +11154,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro2", "quote", @@ -11164,7 +11165,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11173,7 +11174,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro2", "quote", @@ -11183,7 +11184,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "environmental", "parity-scale-codec", @@ -11194,7 +11195,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "finality-grandpa", "log", @@ -11212,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11226,7 +11227,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "bytes", "futures", @@ -11252,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "lazy_static", "sp-core", @@ -11263,7 +11264,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures", @@ -11280,7 +11281,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "thiserror", "zstd", @@ -11289,7 +11290,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "parity-scale-codec", @@ -11304,7 +11305,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -11318,7 +11319,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "sp-api", "sp-core", @@ -11328,7 +11329,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "backtrace", "lazy_static", @@ -11338,7 +11339,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "rustc-hash", "serde", @@ -11348,7 +11349,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "either", "hash256-std-hasher", @@ -11371,7 +11372,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11389,7 +11390,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "Inflector", "proc-macro-crate", @@ -11401,7 +11402,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "parity-scale-codec", @@ -11415,7 +11416,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "serde", "serde_json", @@ -11424,7 +11425,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -11438,7 +11439,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "scale-info", @@ -11449,7 +11450,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "hash-db", "log", @@ -11471,12 +11472,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11489,7 +11490,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "log", "sp-core", @@ -11502,7 +11503,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "futures-timer", @@ -11518,7 +11519,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "sp-std", @@ -11530,7 +11531,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "sp-api", "sp-runtime", @@ -11539,7 +11540,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "async-trait", "log", @@ -11555,7 +11556,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ahash", "hash-db", @@ -11578,7 +11579,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11595,7 +11596,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11606,7 +11607,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "impl-trait-for-tuples", "log", @@ -11619,7 +11620,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11915,7 +11916,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "platforms", ] @@ -11923,7 +11924,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11944,7 +11945,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures-util", "hyper", @@ -11957,7 +11958,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "jsonrpsee", "log", @@ -11978,7 +11979,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "array-bytes", "async-trait", @@ -12004,7 +12005,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12014,7 +12015,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12025,7 +12026,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "ansi_term", "build-helper", @@ -12133,7 +12134,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "polkadot-primitives", @@ -12414,7 +12415,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12425,7 +12426,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12552,7 +12553,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6d7f76b5de00d4d4fdc55596abe86beb7d55f0b3" +source = "git+https://github.com/paritytech/substrate?branch=master#e77cbe39c4d1bfd978bb03c686fc9f60d86a3d06" dependencies = [ "clap", "frame-try-runtime", @@ -13140,7 +13141,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "beefy-primitives", "bitvec", @@ -13230,7 +13231,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "polkadot-primitives", @@ -13513,7 +13514,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13527,7 +13528,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-support", "frame-system", @@ -13547,7 +13548,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "frame-benchmarking", "frame-support", @@ -13565,7 +13566,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#66c542ea305ddadc9b244436ae71a0c6c856228e" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#ac548564e255f3791a186e430874054fea5c283b" dependencies = [ "Inflector", "proc-macro2",