From 3cc918220de5bf8ca5368586e55556464d106afd Mon Sep 17 00:00:00 2001 From: Andronik Date: Fri, 7 Oct 2022 18:31:55 +0200 Subject: [PATCH] REVERTME: diener update --polkadot --branch ao-recovery-try-connect && cargo update -p polkadot-primitives --- Cargo.lock | 484 +++++++++--------- client/collator/Cargo.toml | 10 +- client/consensus/common/Cargo.toml | 2 +- client/network/Cargo.toml | 12 +- client/pov-recovery/Cargo.toml | 8 +- .../Cargo.toml | 10 +- client/relay-chain-interface/Cargo.toml | 4 +- client/relay-chain-rpc-interface/Cargo.toml | 2 +- client/service/Cargo.toml | 2 +- pallets/dmp-queue/Cargo.toml | 2 +- pallets/parachain-system/Cargo.toml | 2 +- pallets/solo-to-para/Cargo.toml | 2 +- pallets/xcm/Cargo.toml | 2 +- pallets/xcmp-queue/Cargo.toml | 6 +- parachain-template/node/Cargo.toml | 8 +- parachain-template/runtime/Cargo.toml | 12 +- parachains/common/Cargo.toml | 6 +- parachains/pallets/ping/Cargo.toml | 2 +- .../runtimes/assets/statemine/Cargo.toml | 18 +- .../runtimes/assets/statemint/Cargo.toml | 18 +- .../runtimes/assets/westmint/Cargo.toml | 18 +- .../collectives-polkadot/Cargo.toml | 16 +- .../contracts/contracts-rococo/Cargo.toml | 16 +- parachains/runtimes/starters/shell/Cargo.toml | 6 +- parachains/runtimes/testing/penpal/Cargo.toml | 14 +- .../testing/rococo-parachain/Cargo.toml | 10 +- polkadot-parachain/Cargo.toml | 10 +- primitives/core/Cargo.toml | 6 +- primitives/utility/Cargo.toml | 6 +- test/client/Cargo.toml | 4 +- test/relay-sproof-builder/Cargo.toml | 2 +- .../Cargo.toml | 2 +- test/service/Cargo.toml | 10 +- 33 files changed, 367 insertions(+), 365 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be498e906c8..cf052b36ec9 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#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" 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#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "beefy-primitives", "sp-api", @@ -536,13 +536,15 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-core", + "sp-io", + "sp-mmr-primitives", "sp-runtime", "sp-std", ] @@ -2747,7 +2749,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", ] @@ -2764,7 +2766,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -2787,7 +2789,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "Inflector", "array-bytes", @@ -2838,7 +2840,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2849,7 +2851,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2865,7 +2867,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -2894,7 +2896,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "bitflags", "frame-metadata", @@ -2926,7 +2928,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "Inflector", "cfg-expr", @@ -2940,7 +2942,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2952,7 +2954,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro2", "quote", @@ -2962,7 +2964,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "log", @@ -2980,7 +2982,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -2995,7 +2997,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "sp-api", @@ -3004,7 +3006,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "parity-scale-codec", @@ -3871,7 +3873,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "bitvec", @@ -3969,7 +3971,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "polkadot-primitives", @@ -5420,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -5436,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -5451,7 +5453,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5475,7 +5477,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5495,7 +5497,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5510,7 +5512,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "beefy-primitives", "frame-support", @@ -5526,7 +5528,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -5549,7 +5551,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5567,7 +5569,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5611,7 +5613,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5679,7 +5681,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5696,7 +5698,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5714,7 +5716,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5738,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5751,7 +5753,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5769,7 +5771,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5790,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5805,7 +5807,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5828,7 +5830,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5844,7 +5846,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5864,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5881,7 +5883,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5898,7 +5900,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5916,7 +5918,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5931,7 +5933,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -5947,7 +5949,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -5964,7 +5966,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5984,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "sp-api", @@ -5994,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -6011,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6034,7 +6036,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6051,7 +6053,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6080,7 +6082,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6098,7 +6100,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6113,7 +6115,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6131,7 +6133,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6147,7 +6149,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -6168,7 +6170,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6184,7 +6186,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -6198,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6221,7 +6223,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6232,7 +6234,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "sp-arithmetic", @@ -6241,7 +6243,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -6270,7 +6272,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6288,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6307,7 +6309,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-support", "frame-system", @@ -6323,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6338,7 +6340,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6349,7 +6351,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6381,7 +6383,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6397,7 +6399,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6412,7 +6414,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-benchmarking", "frame-support", @@ -6427,7 +6429,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "frame-system", @@ -6445,7 +6447,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6908,18 +6910,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.10" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" +checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.10" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" +checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ "proc-macro2", "quote", @@ -6998,7 +7000,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7013,7 +7015,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7027,7 +7029,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "derive_more", "fatality", @@ -7050,7 +7052,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "fatality", "futures", @@ -7071,7 +7073,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "clap", "frame-benchmarking-cli", @@ -7097,7 +7099,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7138,7 +7140,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "always-assert", "bitvec", @@ -7160,7 +7162,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7173,7 +7175,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "derive_more", "fatality", @@ -7198,7 +7200,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7212,7 +7214,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "futures-timer", @@ -7232,7 +7234,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "always-assert", "async-trait", @@ -7256,7 +7258,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "parity-scale-codec", @@ -7274,7 +7276,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitvec", "derive_more", @@ -7303,7 +7305,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitvec", "futures", @@ -7323,7 +7325,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitvec", "fatality", @@ -7342,7 +7344,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7357,7 +7359,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "futures", @@ -7375,7 +7377,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7390,7 +7392,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "futures-timer", @@ -7407,7 +7409,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "fatality", "futures", @@ -7426,7 +7428,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "futures", @@ -7443,7 +7445,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitvec", "fatality", @@ -7461,7 +7463,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "always-assert", "assert_matches", @@ -7493,7 +7495,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "polkadot-node-primitives", @@ -7509,7 +7511,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "futures", "memory-lru", @@ -7525,7 +7527,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-std", "lazy_static", @@ -7543,7 +7545,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bs58", "futures", @@ -7562,7 +7564,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "derive_more", @@ -7585,7 +7587,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bounded-vec", "futures", @@ -7607,7 +7609,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7617,7 +7619,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "futures", @@ -7635,7 +7637,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "derive_more", @@ -7658,7 +7660,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "derive_more", @@ -7691,7 +7693,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "futures", @@ -7714,7 +7716,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "derive_more", "frame-support", @@ -7811,7 +7813,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7826,7 +7828,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitvec", "frame-system", @@ -7856,7 +7858,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7888,7 +7890,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "bitvec", @@ -7977,7 +7979,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "bitvec", @@ -8024,7 +8026,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "polkadot-primitives", @@ -8036,7 +8038,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bs58", "parity-scale-codec", @@ -8048,7 +8050,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "bitflags", "bitvec", @@ -8091,7 +8093,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "async-trait", "beefy-gadget", @@ -8196,7 +8198,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8217,7 +8219,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8227,7 +8229,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8252,7 +8254,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "bitvec", @@ -8313,7 +8315,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-benchmarking", "frame-system", @@ -8944,7 +8946,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -9063,7 +9065,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9147,7 +9149,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "polkadot-primitives", @@ -9317,7 +9319,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "sp-core", @@ -9328,7 +9330,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures", @@ -9355,7 +9357,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "futures-timer", @@ -9378,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9394,7 +9396,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9411,7 +9413,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9422,7 +9424,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "chrono", @@ -9462,7 +9464,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "fnv", "futures", @@ -9490,7 +9492,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "hash-db", "kvdb", @@ -9515,7 +9517,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures", @@ -9568,7 +9570,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "fork-tree", @@ -9610,7 +9612,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "jsonrpsee", @@ -9632,7 +9634,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9645,7 +9647,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures", @@ -9669,7 +9671,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "lazy_static", "lru 0.7.7", @@ -9696,7 +9698,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "environmental", "parity-scale-codec", @@ -9712,7 +9714,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "parity-scale-codec", @@ -9727,7 +9729,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9747,7 +9749,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ahash", "array-bytes", @@ -9788,7 +9790,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "finality-grandpa", "futures", @@ -9809,7 +9811,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ansi_term", "futures", @@ -9826,7 +9828,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "async-trait", @@ -9841,7 +9843,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "async-trait", @@ -9888,7 +9890,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "cid", "futures", @@ -9908,7 +9910,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "bitflags", @@ -9934,7 +9936,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ahash", "futures", @@ -9952,7 +9954,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "futures", @@ -9973,7 +9975,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "fork-tree", @@ -10001,7 +10003,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "futures", @@ -10020,7 +10022,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "bytes", @@ -10050,7 +10052,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "libp2p", @@ -10063,7 +10065,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10072,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "hash-db", @@ -10102,7 +10104,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "jsonrpsee", @@ -10125,7 +10127,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "jsonrpsee", @@ -10138,7 +10140,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "directories", @@ -10208,7 +10210,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "parity-scale-codec", @@ -10222,7 +10224,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10241,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "libc", @@ -10260,7 +10262,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "chrono", "futures", @@ -10278,7 +10280,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ansi_term", "atty", @@ -10309,7 +10311,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10320,7 +10322,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "futures-timer", @@ -10346,7 +10348,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "log", @@ -10359,7 +10361,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "futures-timer", @@ -10789,7 +10791,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "enumn", "parity-scale-codec", @@ -10865,7 +10867,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "hash-db", "log", @@ -10883,7 +10885,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "blake2", "proc-macro-crate", @@ -10895,7 +10897,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -10908,7 +10910,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "integer-sqrt", "num-traits", @@ -10923,7 +10925,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -10936,7 +10938,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "parity-scale-codec", @@ -10948,7 +10950,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "sp-api", @@ -10960,7 +10962,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures", "log", @@ -10978,7 +10980,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures", @@ -11015,7 +11017,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "merlin", @@ -11038,7 +11040,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -11052,7 +11054,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -11065,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "base58", @@ -11111,7 +11113,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "blake2", "byteorder", @@ -11125,7 +11127,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro2", "quote", @@ -11136,7 +11138,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11145,7 +11147,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "proc-macro2", "quote", @@ -11155,7 +11157,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "environmental", "parity-scale-codec", @@ -11166,7 +11168,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "finality-grandpa", "log", @@ -11184,7 +11186,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11198,7 +11200,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "bytes", "futures", @@ -11224,7 +11226,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "lazy_static", "sp-core", @@ -11235,7 +11237,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures", @@ -11252,7 +11254,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "thiserror", "zstd", @@ -11261,7 +11263,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "parity-scale-codec", @@ -11277,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -11291,7 +11293,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "sp-api", "sp-core", @@ -11301,7 +11303,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "backtrace", "lazy_static", @@ -11311,7 +11313,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "rustc-hash", "serde", @@ -11321,7 +11323,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "either", "hash256-std-hasher", @@ -11344,7 +11346,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11362,7 +11364,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "Inflector", "proc-macro-crate", @@ -11374,7 +11376,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "parity-scale-codec", @@ -11397,7 +11399,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -11411,7 +11413,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "scale-info", @@ -11422,7 +11424,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "hash-db", "log", @@ -11444,12 +11446,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11462,7 +11464,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "log", "sp-core", @@ -11475,7 +11477,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "futures-timer", @@ -11491,7 +11493,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "sp-std", @@ -11503,7 +11505,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "sp-api", "sp-runtime", @@ -11512,7 +11514,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "async-trait", "log", @@ -11528,7 +11530,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ahash", "hash-db", @@ -11551,7 +11553,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11568,7 +11570,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11579,7 +11581,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "impl-trait-for-tuples", "log", @@ -11592,7 +11594,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11888,7 +11890,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "platforms", ] @@ -11896,7 +11898,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11917,7 +11919,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "futures-util", "hyper", @@ -11930,7 +11932,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "jsonrpsee", "log", @@ -11951,7 +11953,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "array-bytes", "async-trait", @@ -11998,7 +12000,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "ansi_term", "build-helper", @@ -12106,7 +12108,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "polkadot-primitives", @@ -12387,7 +12389,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12398,7 +12400,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12525,7 +12527,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f447beec6eefbf452520b90cb0d199eaaf114342" +source = "git+https://github.com/paritytech/substrate?branch=master#1a5cdc81c711bc3a7464f24ccd2e1ba20a5ea594" dependencies = [ "clap", "frame-try-runtime", @@ -13113,7 +13115,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "beefy-primitives", "bitvec", @@ -13203,7 +13205,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "polkadot-primitives", @@ -13486,7 +13488,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13500,7 +13502,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-support", "frame-system", @@ -13520,7 +13522,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "frame-benchmarking", "frame-support", @@ -13538,7 +13540,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.29" -source = "git+https://github.com/paritytech/polkadot?branch=master#d12042f1a0a0e34ca274de9035ea35b6c016783f" +source = "git+https://github.com/paritytech/polkadot?branch=ao-recovery-try-connect#8fd25322ffeb5da94287306a6557cf0ba2a46ae5" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/collator/Cargo.toml b/client/collator/Cargo.toml index b8e05fd37c5..100f2622a85 100644 --- a/client/collator/Cargo.toml +++ b/client/collator/Cargo.toml @@ -18,10 +18,10 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-client-consensus-common = { path = "../consensus/common" } @@ -37,7 +37,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = " sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/client/consensus/common/Cargo.toml b/client/consensus/common/Cargo.toml index 42fa2fb53b2..1f42ce25537 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -21,7 +21,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 76b75fbd575..b2546823940 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -22,9 +22,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-relay-chain-interface = { path = "../relay-chain-interface" } @@ -44,9 +44,9 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/pov-recovery/Cargo.toml b/client/pov-recovery/Cargo.toml index 5bc5adc87da..2558bdc2465 100644 --- a/client/pov-recovery/Cargo.toml +++ b/client/pov-recovery/Cargo.toml @@ -20,10 +20,10 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/relay-chain-inprocess-interface/Cargo.toml b/client/relay-chain-inprocess-interface/Cargo.toml index e2c38c87de7..97bd2b47a17 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -22,9 +22,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, features = ["cli"] } -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", default-features = false, features = ["cli"] , branch = "ao-recovery-try-connect" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } @@ -36,5 +36,5 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } diff --git a/client/relay-chain-interface/Cargo.toml b/client/relay-chain-interface/Cargo.toml index a6ba721fbeb..bfca55b31a5 100644 --- a/client/relay-chain-interface/Cargo.toml +++ b/client/relay-chain-interface/Cargo.toml @@ -5,8 +5,8 @@ version = "0.1.0" edition = "2021" [dependencies] -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/relay-chain-rpc-interface/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index fe2f9570100..e2c217f7e3a 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" } diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index e705364a1c8..aa3a3eb39d1 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -18,7 +18,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-client-cli = { path = "../cli" } diff --git a/pallets/dmp-queue/Cargo.toml b/pallets/dmp-queue/Cargo.toml index 5f423e84fc3..01fc946098d 100644 --- a/pallets/dmp-queue/Cargo.toml +++ b/pallets/dmp-queue/Cargo.toml @@ -16,7 +16,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/pallets/parachain-system/Cargo.toml b/pallets/parachain-system/Cargo.toml index 8b203135610..d7889b55e73 100644 --- a/pallets/parachain-system/Cargo.toml +++ b/pallets/parachain-system/Cargo.toml @@ -27,7 +27,7 @@ sp-trie = { git = "https://github.com/paritytech/substrate", default-features = sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false } diff --git a/pallets/solo-to-para/Cargo.toml b/pallets/solo-to-para/Cargo.toml index 090ea3660d1..a2d7d6d5b61 100644 --- a/pallets/solo-to-para/Cargo.toml +++ b/pallets/solo-to-para/Cargo.toml @@ -17,7 +17,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-parachain-system = { default-features = false, path = "../parachain-system" } diff --git a/pallets/xcm/Cargo.toml b/pallets/xcm/Cargo.toml index c90a3fd8245..a9323c419a4 100644 --- a/pallets/xcm/Cargo.toml +++ b/pallets/xcm/Cargo.toml @@ -14,7 +14,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index 8c7aef6a354..6e7b6157600 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -17,8 +17,8 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } @@ -34,7 +34,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index a1b1408936e..5492e775cc4 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -54,10 +54,10 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-client-cli = { path = "../../client/cli" } diff --git a/parachain-template/runtime/Cargo.toml b/parachain-template/runtime/Cargo.toml index 5e9b88e2f17..b2ac03cfeaf 100644 --- a/parachain-template/runtime/Cargo.toml +++ b/parachain-template/runtime/Cargo.toml @@ -53,12 +53,12 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } diff --git a/parachains/common/Cargo.toml b/parachains/common/Cargo.toml index 300f8683d87..a9f1339c29c 100644 --- a/parachains/common/Cargo.toml +++ b/parachains/common/Cargo.toml @@ -26,9 +26,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false } diff --git a/parachains/pallets/ping/Cargo.toml b/parachains/pallets/ping/Cargo.toml index 544a43ebceb..edaf9bb217e 100644 --- a/parachains/pallets/ping/Cargo.toml +++ b/parachains/pallets/ping/Cargo.toml @@ -13,7 +13,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false } diff --git a/parachains/runtimes/assets/statemine/Cargo.toml b/parachains/runtimes/assets/statemine/Cargo.toml index 7c47a42a4fe..1f45a58e5b0 100644 --- a/parachains/runtimes/assets/statemine/Cargo.toml +++ b/parachains/runtimes/assets/statemine/Cargo.toml @@ -46,14 +46,14 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } @@ -68,7 +68,7 @@ cumulus-primitives-utility = { path = "../../../../primitives/utility", default- pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachains-common = { path = "../../../common", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, optional = true } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "ao-recovery-try-connect" } [dev-dependencies] diff --git a/parachains/runtimes/assets/statemint/Cargo.toml b/parachains/runtimes/assets/statemint/Cargo.toml index 127bba217ac..2a8638dee16 100644 --- a/parachains/runtimes/assets/statemint/Cargo.toml +++ b/parachains/runtimes/assets/statemint/Cargo.toml @@ -46,14 +46,14 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } @@ -68,7 +68,7 @@ cumulus-primitives-utility = { path = "../../../../primitives/utility", default- pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachains-common = { path = "../../../common", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, optional = true } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "ao-recovery-try-connect" } [dev-dependencies] hex-literal = "0.3.4" diff --git a/parachains/runtimes/assets/westmint/Cargo.toml b/parachains/runtimes/assets/westmint/Cargo.toml index b8b06231155..96e33c0a689 100644 --- a/parachains/runtimes/assets/westmint/Cargo.toml +++ b/parachains/runtimes/assets/westmint/Cargo.toml @@ -46,14 +46,14 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -westend-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +westend-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } @@ -68,7 +68,7 @@ cumulus-primitives-utility = { path = "../../../../primitives/utility", default- pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachains-common = { path = "../../../common", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, optional = true } +pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot", default-features = false, optional = true , branch = "ao-recovery-try-connect" } [dev-dependencies] hex-literal = "0.3.4" diff --git a/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml b/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml index 4a6939b7c0f..75f1e74733d 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml +++ b/parachains/runtimes/collectives/collectives-polkadot/Cargo.toml @@ -45,14 +45,14 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } diff --git a/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 4bd3715fe49..5435ec03041 100644 --- a/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -51,14 +51,14 @@ pallet-contracts = { git = "https://github.com/paritytech/substrate", default-fe pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +kusama-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } diff --git a/parachains/runtimes/starters/shell/Cargo.toml b/parachains/runtimes/starters/shell/Cargo.toml index 2588990a382..ae165a30919 100644 --- a/parachains/runtimes/starters/shell/Cargo.toml +++ b/parachains/runtimes/starters/shell/Cargo.toml @@ -25,9 +25,9 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } diff --git a/parachains/runtimes/testing/penpal/Cargo.toml b/parachains/runtimes/testing/penpal/Cargo.toml index 7aa20c46320..e2cf3aee412 100644 --- a/parachains/runtimes/testing/penpal/Cargo.toml +++ b/parachains/runtimes/testing/penpal/Cargo.toml @@ -52,13 +52,13 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } diff --git a/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/parachains/runtimes/testing/rococo-parachain/Cargo.toml index d16847a8cd3..0444a13c92f 100644 --- a/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -34,11 +34,11 @@ sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index 68b5830bd0c..f4a97598a59 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -66,10 +66,10 @@ frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://gith pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-client-cli = { path = "../client/cli" } @@ -94,7 +94,7 @@ tempfile = "3.3.0" tokio = { version = "1.21.1", features = ["macros", "time", "parking_lot"] } wait-timeout = "0.2" # purge_chain_works works with rococo-local and needs to allow this -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", features = ["rococo-native"] } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", features = ["rococo-native"] , branch = "ao-recovery-try-connect" } [features] default = [] diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index 9a67cac16c5..8d3febecf63 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -14,9 +14,9 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } [features] default = [ "std" ] diff --git a/primitives/utility/Cargo.toml b/primitives/utility/Cargo.toml index 6278025e1db..4f9637a0f22 100644 --- a/primitives/utility/Cargo.toml +++ b/primitives/utility/Cargo.toml @@ -14,9 +14,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index 490730b7519..aa69c3ba256 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -27,8 +27,8 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-test-runtime = { path = "../runtime" } diff --git a/test/relay-sproof-builder/Cargo.toml b/test/relay-sproof-builder/Cargo.toml index 32e12ee25cc..ca5cca6f547 100644 --- a/test/relay-sproof-builder/Cargo.toml +++ b/test/relay-sproof-builder/Cargo.toml @@ -13,7 +13,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", default-fe sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "ao-recovery-try-connect" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false } diff --git a/test/relay-validation-worker-provider/Cargo.toml b/test/relay-validation-worker-provider/Cargo.toml index 8d1be981559..b11b469a0a0 100644 --- a/test/relay-validation-worker-provider/Cargo.toml +++ b/test/relay-validation-worker-provider/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" [dependencies] # Polkadot -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } [build-dependencies] toml = "0.5.9" diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 8d9c9c04fa7..8897db20543 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -50,10 +50,10 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Cumulus cumulus-client-cli = { path = "../../client/cli" } @@ -75,7 +75,7 @@ futures = "0.3.24" portpicker = "0.1.1" # Polkadot dependencies -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "ao-recovery-try-connect" } # Substrate dependencies sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }