From 0b02ffa9567334adac4903d647d50af64475f055 Mon Sep 17 00:00:00 2001 From: Ayush <> Date: Fri, 4 Feb 2022 19:34:15 +0530 Subject: [PATCH] Upgraded to polkadot0.9.16 --- Cargo.lock | 6832 ++++++++++++----- node/Cargo.toml | 100 +- pallets/exchange-rate/Cargo.toml | 18 +- pallets/lockdrop/rpc/Cargo.toml | 18 +- pallets/lockdrop/runtime-api/Cargo.toml | 2 +- pallets/lockdrop/runtime/Cargo.toml | 2 +- pallets/membership/supernodes/Cargo.toml | 14 +- pallets/mining/claims/hardware/Cargo.toml | 18 +- pallets/mining/claims/token/Cargo.toml | 18 +- .../mining/eligibility/hardware/Cargo.toml | 18 +- pallets/mining/eligibility/proxy/Cargo.toml | 22 +- pallets/mining/eligibility/token/Cargo.toml | 18 +- pallets/mining/execution/token/Cargo.toml | 18 +- pallets/mining/rates/hardware/Cargo.toml | 18 +- pallets/mining/rates/token/Cargo.toml | 18 +- pallets/mining/sampling/hardware/Cargo.toml | 18 +- pallets/mining/sampling/token/Cargo.toml | 18 +- pallets/mining/setting/hardware/Cargo.toml | 18 +- pallets/mining/setting/token/Cargo.toml | 18 +- pallets/primitives/Cargo.toml | 6 +- .../roaming-accounting-policies/Cargo.toml | 18 +- .../roaming-agreement-policies/Cargo.toml | 18 +- .../roaming-billing-policies/Cargo.toml | 18 +- .../roaming-charging-policies/Cargo.toml | 18 +- .../roaming-device-profiles/Cargo.toml | 18 +- pallets/roaming/roaming-devices/Cargo.toml | 18 +- .../roaming-network-profiles/Cargo.toml | 18 +- .../roaming-network-servers/Cargo.toml | 18 +- pallets/roaming/roaming-networks/Cargo.toml | 24 +- pallets/roaming/roaming-operators/Cargo.toml | 18 +- .../roaming/roaming-organizations/Cargo.toml | 18 +- .../roaming/roaming-packet-bundles/Cargo.toml | 18 +- .../roaming-routing-profiles/Cargo.toml | 18 +- .../roaming-service-profiles/Cargo.toml | 18 +- pallets/roaming/roaming-sessions/Cargo.toml | 18 +- pallets/treasury/dao/Cargo.toml | 16 +- runtime/Cargo.toml | 102 +- traits/account-set/Cargo.toml | 2 +- 38 files changed, 5286 insertions(+), 2322 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51412ca1..0dc936a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ name = "account-set" version = "2.0.0" dependencies = [ - "sp-std", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -443,19 +443,19 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.2", - "sc-client-api", - "sc-keystore", - "sc-network", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-network-gossip", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "wasm-timer", ] @@ -474,10 +474,10 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", - "sp-core", - "sp-runtime", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -492,11 +492,11 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -1189,17 +1189,17 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ - "sc-cli", - "sc-service", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "structopt", ] [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1207,118 +1207,118 @@ dependencies = [ "futures 0.3.19", "parity-scale-codec", "parking_lot 0.10.2", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", "futures 0.3.19", "parity-scale-codec", - "polkadot-client", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "polkadot-client 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "async-trait", "dyn-clone", "futures 0.3.19", "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-runtime", - "sp-trie", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "derive_more", "futures 0.3.19", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.10.2", - "polkadot-client", - "polkadot-node-primitives", - "polkadot-parachain", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "polkadot-client 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", "futures 0.3.19", "futures-timer 3.0.2", "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "rand 0.8.4", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-client-collator", "cumulus-client-consensus-common", @@ -1326,93 +1326,93 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "parking_lot 0.10.2", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-service", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-service 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-babe", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ - "frame-executive", - "frame-support", - "frame-system", - "pallet-aura", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "xcm", - "xcm-executor", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", ] [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-pallet-parachain-system-proc-macro", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", - "polkadot-parachain", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "scale-info", "serde", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", - "xcm", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", ] [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -1423,116 +1423,116 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", - "xcm", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", ] [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-runtime", - "sp-std", - "xcm", - "xcm-executor", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", ] [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "impl-trait-for-tuples", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-primitives", - "sp-api", - "sp-runtime", - "sp-std", - "sp-trie", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "async-trait", "cumulus-primitives-core", "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "polkadot-client", - "sc-client-api", + "polkadot-client 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "scale-info", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "sp-inherents", - "sp-std", - "sp-timestamp", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-primitives", - "sp-runtime", - "sp-std", - "sp-trie", - "xcm", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", ] [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-std", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -1601,54 +1601,54 @@ dependencies = [ "cumulus-primitives-parachain-inherent", "datahighway-parachain-runtime", "derive_more", - "frame-benchmarking", - "frame-benchmarking-cli", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-benchmarking-cli 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "hex-literal", "jsonrpc-core", "log", - "pallet-transaction-payment-rpc", + "pallet-transaction-payment-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-service", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-service 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "polkadot-test-service", - "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-epochs", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", + "sc-basic-authorship 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "structopt", - "substrate-build-script-utils", - "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", + "substrate-build-script-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-frame-rpc-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -1665,12 +1665,12 @@ dependencies = [ "cumulus-primitives-timestamp", "cumulus-primitives-utility", "exchange-rate", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "frame-system-benchmarking", - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "funty", "hex-literal", "membership-supernodes", @@ -1687,27 +1687,27 @@ dependencies = [ "mining-setting-hardware", "mining-setting-token", "module-primitives", - "pallet-aura", - "pallet-authorship", - "pallet-balances", + "pallet-aura 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-collator-selection", - "pallet-collective", - "pallet-indices", - "pallet-membership", + "pallet-collective 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-indices 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-membership 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-xcm", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-staking-reward-curve 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "parachain-info", "parity-scale-codec", - "polkadot-parachain", - "polkadot-runtime-common", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-common 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "roaming-accounting-policies", "roaming-agreement-policies", "roaming-billing-policies", @@ -1726,23 +1726,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-version", - "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-builder 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -2039,20 +2039,20 @@ checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" name = "exchange-rate" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2165,6 +2165,14 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "fork-tree" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "form_urlencoded" version = "1.0.1" @@ -2180,19 +2188,39 @@ name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "frame-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", - "sp-api", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2202,22 +2230,48 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "Inflector", "chrono", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "handlebars", + "linked-hash-map", + "log", + "parity-scale-codec", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "structopt", +] + +[[package]] +name = "frame-benchmarking-cli" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "Inflector", + "chrono", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "handlebars", "linked-hash-map", "log", "parity-scale-codec", - "sc-cli", - "sc-client-db", - "sc-executor", - "sc-service", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "structopt", ] @@ -2226,13 +2280,27 @@ name = "frame-election-provider-support" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "frame-election-provider-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-npos-elections", - "sp-std", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2240,15 +2308,31 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "frame-executive" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2270,7 +2354,36 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "bitflags", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core-hashing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "bitflags", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "impl-trait-for-tuples", "log", "once_cell", @@ -2279,16 +2392,16 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core-hashing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tt-call", ] @@ -2298,7 +2411,19 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "Inflector", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "Inflector", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "proc-macro2", "quote", "syn", @@ -2309,7 +2434,19 @@ name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "proc-macro-crate 1.1.0", "proc-macro2", "quote", @@ -2326,36 +2463,63 @@ dependencies = [ "syn", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2364,7 +2528,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -2372,10 +2545,10 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "sp-api", - "sp-runtime", - "sp-std", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -4132,15 +4305,15 @@ name = "membership-supernodes" version = "2.0.0" dependencies = [ "account-set", - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4226,6 +4399,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "metered-channel" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derive_more", + "futures 0.3.19", + "futures-timer 3.0.2", + "thiserror", + "tracing", +] + [[package]] name = "mick-jaeger" version = "0.1.7" @@ -4247,71 +4432,71 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" name = "mining-claims-hardware" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-eligibility-hardware", "mining-rates-hardware", "mining-sampling-hardware", "mining-setting-hardware", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-claims-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-eligibility-token", "mining-rates-token", "mining-sampling-token", "mining-setting-token", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-eligibility-hardware" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-rates-hardware", "mining-sampling-hardware", "mining-setting-hardware", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4320,191 +4505,191 @@ version = "0.1.0" dependencies = [ "account-set", "chrono", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "membership-supernodes", "module-primitives", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "safe-mix", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-eligibility-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-rates-token", "mining-sampling-token", "mining-setting-token", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-execution-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-claims-token", "mining-eligibility-token", "mining-rates-token", "mining-sampling-token", "mining-setting-token", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-rates-hardware" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-rates-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-sampling-hardware" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-setting-hardware", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-sampling-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "mining-setting-token", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-setting-hardware" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "mining-setting-token" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4589,9 +4774,9 @@ dependencies = [ "bitmask", "parity-scale-codec", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4928,15 +5113,31 @@ name = "pallet-aura" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", - "pallet-timestamp", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-aura" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4944,15 +5145,15 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -4960,14 +5161,29 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-authorship" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-authorship", - "sp-runtime", - "sp-std", + "sp-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -4975,23 +5191,23 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -4999,14 +5215,14 @@ name = "pallet-bags-list" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5014,14 +5230,29 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-balances" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5030,14 +5261,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "beefy-primitives", - "frame-support", - "frame-system", - "pallet-session", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5047,22 +5278,22 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "beefy-merkle-tree", "beefy-primitives", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "hex", "libsecp256k1", "log", "pallet-beefy", "pallet-mmr", "pallet-mmr-primitives", - "pallet-session", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5070,36 +5301,36 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-treasury", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "pallet-collator-selection" version = "3.0.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "rand 0.7.3", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5107,16 +5338,33 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-collective" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5124,15 +5372,15 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5140,18 +5388,18 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "static_assertions", ] @@ -5160,16 +5408,16 @@ name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5177,22 +5425,22 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-finality-grandpa", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5201,14 +5449,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5216,18 +5464,18 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5235,15 +5483,31 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-indices" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5251,16 +5515,33 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-membership" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5269,16 +5550,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "ckb-merkle-mountain-range", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-mmr-primitives", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5286,15 +5567,15 @@ name = "pallet-mmr-primitives" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "serde", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5308,10 +5589,10 @@ dependencies = [ "pallet-mmr-primitives", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5319,13 +5600,13 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5333,13 +5614,13 @@ name = "pallet-nicks" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5347,16 +5628,16 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5364,27 +5645,27 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5392,15 +5673,15 @@ name = "pallet-scheduler" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5408,20 +5689,41 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-session" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "impl-trait-for-tuples", "log", - "pallet-timestamp", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5429,20 +5731,41 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5456,18 +5779,43 @@ dependencies = [ "syn", ] +[[package]] +name = "pallet-staking-reward-curve" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "pallet-sudo" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-sudo" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5475,17 +5823,34 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-timestamp" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5493,17 +5858,17 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-treasury", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -5511,16 +5876,33 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-transaction-payment" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -5531,97 +5913,159 @@ dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "pallet-transaction-payment-rpc-runtime-api" +name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "pallet-transaction-payment", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] -name = "pallet-treasury" +name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "pallet-balances", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "pallet-utility" +name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] -name = "pallet-vesting" +name = "pallet-treasury" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-support", - "frame-system", - "log", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "serde", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "pallet-xcm" -version = "0.9.13" +name = "pallet-treasury" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "impl-trait-for-tuples", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", +] + +[[package]] +name = "pallet-utility" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-vesting" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "pallet-xcm" +version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "pallet-xcm" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", - "xcm", - "xcm-executor", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" +source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#05cc5f0e2acacc18796f45ffa3c7b4626fd1046d" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "scale-info", "serde", @@ -5980,11 +6424,25 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "futures 0.3.19", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-approval-distribution" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "tracing", ] @@ -5994,10 +6452,23 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "futures 0.3.19", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-availability-bitfield-distribution" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "tracing", ] @@ -6010,15 +6481,37 @@ dependencies = [ "futures 0.3.19", "lru 0.7.2", "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rand 0.8.4", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-availability-distribution" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derive_more", + "futures 0.3.19", + "lru 0.7.2", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rand 0.8.4", - "sp-core", - "sp-keystore", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6031,14 +6524,34 @@ dependencies = [ "futures 0.3.19", "lru 0.7.2", "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rand 0.8.4", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-availability-recovery" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "lru 0.7.2", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rand 0.8.4", - "sc-network", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6046,19 +6559,19 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "frame-benchmarking-cli", + "frame-benchmarking-cli 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "futures 0.3.19", "log", - "polkadot-node-core-pvf", - "polkadot-service", - "sc-cli", - "sc-service", - "sp-core", - "sp-trie", + "polkadot-node-core-pvf 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-service 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "structopt", - "substrate-build-script-utils", + "substrate-build-script-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "try-runtime-cli", ] @@ -6069,28 +6582,58 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "beefy-primitives", - "frame-benchmarking", - "frame-system-rpc-runtime-api", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-mmr-primitives", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-babe", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-client" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "beefy-primitives", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-mmr-primitives", - "pallet-transaction-payment-rpc-runtime-api", - "polkadot-primitives", - "polkadot-runtime", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-service", - "sp-api", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-finality-grandpa", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-transaction-pool", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6102,14 +6645,35 @@ dependencies = [ "derive_more", "futures 0.3.19", "futures-timer 3.0.2", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-collator-protocol" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "always-assert", + "derive_more", + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6122,9 +6686,22 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-core-primitives" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "parity-scale-codec", + "parity-util-mem", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6136,15 +6713,37 @@ dependencies = [ "futures 0.3.19", "lru 0.7.2", "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", - "sp-application-crypto", - "sp-keystore", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-dispute-distribution" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derive_more", + "futures 0.3.19", + "lru 0.7.2", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6155,11 +6754,25 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "reed-solomon-novelpoly", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "polkadot-erasure-coding" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "parity-scale-codec", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", ] @@ -6170,16 +6783,36 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "futures 0.3.19", "futures-timer 3.0.2", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rand 0.8.4", + "rand_chacha 0.3.1", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-gossip-support" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rand 0.8.4", "rand_chacha 0.3.1", - "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] @@ -6192,13 +6825,32 @@ dependencies = [ "futures 0.3.19", "parity-scale-codec", "parking_lot 0.11.2", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-network-bridge" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "futures 0.3.19", + "parity-scale-codec", + "parking_lot 0.11.2", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] @@ -6209,13 +6861,31 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "futures 0.3.19", "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-collation-generation" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6233,239 +6903,483 @@ dependencies = [ "lru 0.7.2", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sc-keystore", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "schnorrkel", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-av-store" +name = "polkadot-node-core-approval-voting" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "bitvec", + "derive_more", "futures 0.3.19", "futures-timer 3.0.2", "kvdb", + "lru 0.7.2", + "merlin", "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "thiserror", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "schnorrkel", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-backing" +name = "polkadot-node-core-av-store" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "bitvec", "futures 0.3.19", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", - "sp-keystore", + "futures-timer 3.0.2", + "kvdb", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "thiserror", "tracing", ] [[package]] -name = "polkadot-node-core-bitfield-signing" +name = "polkadot-node-core-av-store" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ + "bitvec", "futures 0.3.19", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", + "futures-timer 3.0.2", + "kvdb", + "parity-scale-codec", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "thiserror", "tracing", - "wasm-timer", ] [[package]] -name = "polkadot-node-core-candidate-validation" +name = "polkadot-node-core-backing" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "async-trait", + "bitvec", "futures 0.3.19", - "parity-scale-codec", - "polkadot-node-core-pvf", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-parachain", - "polkadot-primitives", - "sp-maybe-compressed-blob", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-statement-table 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", "tracing", ] [[package]] -name = "polkadot-node-core-chain-api" +name = "polkadot-node-core-backing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ + "bitvec", "futures 0.3.19", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-client-api", - "sc-consensus-babe", - "sp-blockchain", + "polkadot-erasure-coding 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-statement-table 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", "tracing", ] [[package]] -name = "polkadot-node-core-chain-selection" +name = "polkadot-node-core-bitfield-signing" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "futures 0.3.19", - "futures-timer 3.0.2", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", + "wasm-timer", ] [[package]] -name = "polkadot-node-core-dispute-coordinator" +name = "polkadot-node-core-bitfield-signing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "bitvec", - "derive_more", "futures 0.3.19", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", + "wasm-timer", ] [[package]] -name = "polkadot-node-core-dispute-participation" +name = "polkadot-node-core-candidate-validation" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ + "async-trait", "futures 0.3.19", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-primitives", - "thiserror", + "parity-scale-codec", + "polkadot-node-core-pvf 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-parachains-inherent" +name = "polkadot-node-core-candidate-validation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "async-trait", "futures 0.3.19", - "futures-timer 3.0.2", - "polkadot-node-subsystem", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", - "sp-runtime", - "thiserror", + "parity-scale-codec", + "polkadot-node-core-pvf 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-provisioner" +name = "polkadot-node-core-chain-api" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "bitvec", "futures 0.3.19", - "futures-timer 3.0.2", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-babe", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-pvf" +name = "polkadot-node-core-chain-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "always-assert", - "assert_matches", - "async-process", - "async-std", "futures 0.3.19", - "futures-timer 3.0.2", - "libc", - "parity-scale-codec", - "pin-project 1.0.10", - "polkadot-core-primitives", - "polkadot-node-subsystem-util", - "polkadot-parachain", - "rand 0.8.4", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", - "slotmap", - "sp-core", - "sp-externalities", - "sp-io", - "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-babe", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] [[package]] -name = "polkadot-node-core-runtime-api" +name = "polkadot-node-core-chain-selection" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "futures 0.3.19", - "memory-lru", - "parity-util-mem", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", + "futures-timer 3.0.2", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "thiserror", "tracing", ] [[package]] -name = "polkadot-node-jaeger" +name = "polkadot-node-core-chain-selection" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-coordinator" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitvec", + "derive_more", + "futures 0.3.19", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-coordinator" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitvec", + "derive_more", + "futures 0.3.19", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-participation" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-dispute-participation" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-parachains-inherent" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-parachains-inherent" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-provisioner" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitvec", + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-provisioner" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitvec", + "futures 0.3.19", + "futures-timer 3.0.2", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-core-pvf" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "always-assert", + "assert_matches", + "async-process", + "async-std", + "futures 0.3.19", + "futures-timer 3.0.2", + "libc", + "parity-scale-codec", + "pin-project 1.0.10", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rand 0.8.4", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "slotmap", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-node-core-pvf" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "always-assert", + "assert_matches", + "async-process", + "async-std", + "futures 0.3.19", + "futures-timer 3.0.2", + "libc", + "parity-scale-codec", + "pin-project 1.0.10", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "rand 0.8.4", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "slotmap", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-node-core-runtime-api" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "memory-lru", + "parity-util-mem", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-node-core-runtime-api" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "memory-lru", + "parity-util-mem", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-node-jaeger" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ @@ -6475,10 +7389,28 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.11.2", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sp-core", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-std", + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.11.2", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", ] @@ -6489,8 +7421,19 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "futures 0.3.19", "futures-timer 3.0.2", - "metered-channel", - "substrate-prometheus-endpoint", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-node-metrics" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6502,11 +7445,29 @@ dependencies = [ "derive_more", "futures 0.3.19", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-authority-discovery", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "strum", + "thiserror", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.19", + "parity-scale-codec", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "sc-authority-discovery", - "sc-network", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "strum", "thiserror", ] @@ -6519,16 +7480,38 @@ dependencies = [ "bounded-vec", "futures 0.3.19", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "zstd", +] + +[[package]] +name = "polkadot-node-primitives" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bounded-vec", + "futures 0.3.19", + "parity-scale-codec", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "schnorrkel", + "serde", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "zstd", ] @@ -6538,9 +7521,19 @@ name = "polkadot-node-subsystem" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-types 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "polkadot-node-subsystem" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-types 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -6550,15 +7543,34 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "derive_more", "futures 0.3.19", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-overseer-gen", - "polkadot-primitives", - "polkadot-statement-table", - "sc-network", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer-gen 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-statement-table 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "smallvec", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derive_more", + "futures 0.3.19", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer-gen 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-statement-table 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "smallvec", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", ] @@ -6572,19 +7584,46 @@ dependencies = [ "futures 0.3.19", "itertools", "lru 0.7.2", - "metered-channel", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "parity-scale-codec", + "pin-project 1.0.10", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-metrics 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rand 0.8.4", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-node-subsystem-util" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.19", + "itertools", + "lru 0.7.2", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "parity-scale-codec", "pin-project 1.0.10", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", + "polkadot-node-jaeger 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-metrics 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rand 0.8.4", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6599,14 +7638,35 @@ dependencies = [ "lru 0.7.2", "parity-util-mem", "parking_lot 0.11.2", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-overseer-gen", - "polkadot-primitives", - "sc-client-api", - "sp-api", + "polkadot-node-metrics 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-types 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer-gen 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", +] + +[[package]] +name = "polkadot-overseer" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "lru 0.7.2", + "parity-util-mem", + "parking_lot 0.11.2", + "polkadot-node-metrics 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-types 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer-gen 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] @@ -6618,11 +7678,28 @@ dependencies = [ "async-trait", "futures 0.3.19", "futures-timer 3.0.2", - "metered-channel", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "pin-project 1.0.10", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-overseer-gen-proc-macro", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer-gen-proc-macro 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-overseer-gen" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "metered-channel 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "pin-project 1.0.10", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer-gen-proc-macro 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "thiserror", "tracing", ] @@ -6638,21 +7715,49 @@ dependencies = [ "syn", ] +[[package]] +name = "polkadot-overseer-gen-proc-macro" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "polkadot-parachain" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "parity-util-mem", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "scale-info", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-parachain" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derive_more", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6661,28 +7766,58 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "bitvec", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "hex-literal", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives", - "polkadot-parachain", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-primitives" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitvec", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "hex-literal", + "parity-scale-codec", + "parity-util-mem", + "polkadot-core-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6694,26 +7829,57 @@ dependencies = [ "beefy-gadget-rpc", "jsonrpc-core", "pallet-mmr-rpc", - "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", + "pallet-transaction-payment-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-babe", + "sc-consensus-babe-rpc", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-finality-grandpa", + "sc-finality-grandpa-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-sync-state-rpc", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-babe", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-frame-rpc-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-rpc" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "beefy-gadget", + "beefy-gadget-rpc", + "jsonrpc-core", + "pallet-mmr-rpc", + "pallet-transaction-payment-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-babe", "sc-consensus-babe-rpc", - "sc-consensus-epochs", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-finality-grandpa", "sc-finality-grandpa-rpc", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", - "substrate-frame-rpc-system", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-frame-rpc-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -6723,74 +7889,151 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "beefy-primitives", "bitvec", - "frame-election-provider-support", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-try-runtime", + "log", + "pallet-authority-discovery", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-babe", + "pallet-bags-list", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-bounties", + "pallet-collective 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-elections-phragmen", + "pallet-grandpa", + "pallet-identity", + "pallet-im-online", + "pallet-indices 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-membership 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-mmr-primitives", + "pallet-multisig", + "pallet-nicks", + "pallet-offences", + "pallet-proxy", + "pallet-scheduler", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking-reward-curve 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-tips", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-utility", + "pallet-vesting", + "pallet-xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "parity-scale-codec", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime-common 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-babe", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "static_assertions", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-builder 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "polkadot-runtime" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "beefy-primitives", + "bitvec", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "frame-try-runtime", "log", "pallet-authority-discovery", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-babe", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-bounties", - "pallet-collective", + "pallet-collective 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-democracy", "pallet-election-provider-multi-phase", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", "pallet-im-online", - "pallet-indices", - "pallet-membership", + "pallet-indices 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-membership 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-mmr-primitives", "pallet-multisig", "pallet-nicks", "pallet-offences", "pallet-proxy", "pallet-scheduler", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking-reward-curve 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-utility", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-common 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "static_assertions", - "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-builder 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -6800,42 +8043,87 @@ source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f dependencies = [ "beefy-primitives", "bitvec", - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-beefy-mmr", "pallet-election-provider-multi-phase", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "slot-range-helper 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "static_assertions", - "xcm", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "polkadot-runtime-common" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "beefy-primitives", + "bitvec", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-bags-list", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-beefy-mmr", + "pallet-election-provider-multi-phase", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-treasury 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "static_assertions", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -6846,35 +8134,74 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "pallet-authority-discovery", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-babe", - "pallet-balances", - "pallet-session", - "pallet-staking", - "pallet-timestamp", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", "rand 0.8.4", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "xcm", - "xcm-executor", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "polkadot-runtime-parachains" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "bitflags", + "bitvec", + "derive_more", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "pallet-authority-discovery", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-babe", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "rand 0.8.4", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -6885,7 +8212,103 @@ dependencies = [ "async-trait", "beefy-gadget", "beefy-primitives", - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "futures 0.3.19", + "hex-literal", + "kvdb", + "kvdb-rocksdb", + "lru 0.7.2", + "pallet-babe", + "pallet-im-online", + "pallet-mmr-primitives", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-approval-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-availability-bitfield-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-availability-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-availability-recovery 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-client 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-collator-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-dispute-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-gossip-support 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-network-bridge 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-collation-generation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-approval-voting 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-av-store 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-backing 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-bitfield-signing 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-candidate-validation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-chain-api 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-chain-selection 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-dispute-coordinator 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-dispute-participation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-parachains-inherent 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-provisioner 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-core-runtime-api 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-rpc 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-statement-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sc-authority-discovery", + "sc-basic-authorship 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-babe", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-uncles", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-finality-grandpa", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-sync-state-rpc", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authority-discovery", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-babe", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-service" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "async-trait", + "beefy-gadget", + "beefy-primitives", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "futures 0.3.19", "hex-literal", "kvdb", @@ -6894,81 +8317,81 @@ dependencies = [ "pallet-babe", "pallet-im-online", "pallet-mmr-primitives", - "pallet-staking", - "pallet-transaction-payment-rpc-runtime-api", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-client", - "polkadot-collator-protocol", - "polkadot-dispute-distribution", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-chain-selection", - "polkadot-node-core-dispute-coordinator", - "polkadot-node-core-dispute-participation", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-provisioner", - "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime", - "polkadot-runtime-parachains", - "polkadot-statement-distribution", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-approval-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-availability-bitfield-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-availability-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-availability-recovery 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-client 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-collator-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-dispute-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-gossip-support 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-network-bridge 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-collation-generation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-approval-voting 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-av-store 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-backing 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-bitfield-signing 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-candidate-validation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-chain-api 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-chain-selection 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-dispute-coordinator 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-dispute-participation 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-parachains-inherent 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-provisioner 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-core-runtime-api 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-rpc 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-statement-distribution 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "sc-authority-discovery", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-basic-authorship 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-babe", - "sc-consensus-slots", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-uncles", - "sc-executor", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-finality-grandpa", - "sc-keystore", - "sc-network", - "sc-offchain", - "sc-service", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-sync-state-rpc", - "sc-telemetry", - "sc-transaction-pool", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -6983,13 +8406,34 @@ dependencies = [ "futures 0.3.19", "indexmap", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", +] + +[[package]] +name = "polkadot-statement-distribution" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "arrayvec 0.5.2", + "derive_more", + "futures 0.3.19", + "indexmap", + "parity-scale-codec", + "polkadot-node-network-protocol 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem-util 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", "tracing", ] @@ -7000,118 +8444,128 @@ version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "parity-scale-codec", - "polkadot-primitives", - "sp-core", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "polkadot-statement-table" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "polkadot-test-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ "beefy-primitives", "bitvec", - "frame-election-provider-support", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-election-provider-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-executive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", "pallet-authority-discovery", - "pallet-authorship", + "pallet-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-grandpa", - "pallet-indices", + "pallet-indices 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-mmr-primitives", "pallet-nicks", "pallet-offences", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking-reward-curve 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-sudo 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-common 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-version", - "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-wasm-builder 5.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-builder 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] name = "polkadot-test-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "futures 0.1.31", "futures 0.3.19", "hex", - "pallet-balances", - "pallet-staking", - "pallet-transaction-payment", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "polkadot-service", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "polkadot-node-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-node-subsystem 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-overseer 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-primitives 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-rpc 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-common 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-runtime-parachains 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "polkadot-service 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "polkadot-test-runtime", "rand 0.8.4", "sc-authority-discovery", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-babe", - "sc-executor", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-finality-grandpa", - "sc-network", - "sc-service", - "sc-tracing", - "sc-transaction-pool", - "sp-arithmetic", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "substrate-test-client", "tempfile", "tokio", @@ -7601,10 +9055,10 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-runtime", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -7661,32 +9115,32 @@ dependencies = [ name = "roaming-accounting-policies" version = "1.0.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-networks", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-agreement-policies" version = "1.0.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-accounting-policies", "roaming-networks", @@ -7694,66 +9148,66 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-billing-policies" version = "1.0.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-networks", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-charging-policies" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-networks", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-device-profiles" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-devices", "roaming-network-servers", @@ -7763,22 +9217,22 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-devices" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-network-servers", "roaming-networks", @@ -7787,21 +9241,21 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-network-profiles" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-devices", "roaming-network-servers", @@ -7811,84 +9265,84 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-network-servers" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-networks", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-networks" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-operators", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-operators" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-organizations" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-network-servers", "roaming-networks", @@ -7896,22 +9350,22 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-packet-bundles" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-devices", "roaming-network-servers", @@ -7922,22 +9376,22 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-routing-profiles" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-devices", "roaming-network-servers", @@ -7947,22 +9401,22 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-service-profiles" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-network-servers", "roaming-networks", @@ -7970,22 +9424,22 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] name = "roaming-sessions" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "pallet-randomness-collective-flip", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", "roaming-devices", "roaming-network-servers", @@ -7995,10 +9449,10 @@ dependencies = [ "safe-mix", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8158,8 +9612,19 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sc-allocator" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -8179,15 +9644,15 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api", - "sc-network", - "sp-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -8199,18 +9664,41 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-proposer-metrics 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-basic-authorship" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-proposer-metrics 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8219,14 +9707,30 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-block-builder" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8237,19 +9741,47 @@ dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.2", "parity-scale-codec", - "sc-chain-spec-derive", - "sc-network", - "sc-telemetry", + "sc-chain-spec-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "serde_json", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-chain-spec" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "impl-trait-for-tuples", + "memmap2 0.5.2", + "parity-scale-codec", + "sc-chain-spec-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", "serde_json", - "sp-core", - "sp-runtime", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", +] + +[[package]] +name = "sc-chain-spec-derive" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8273,22 +9805,60 @@ dependencies = [ "rand 0.7.3", "regex", "rpassword", - "sc-client-api", - "sc-keystore", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "serde_json", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "structopt", + "thiserror", + "tiny-bip39", + "tokio", +] + +[[package]] +name = "sc-cli" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "chrono", + "fdlimit", + "futures 0.3.19", + "hex", + "libp2p", + "log", + "names", + "parity-scale-codec", + "rand 0.7.3", + "regex", + "rpassword", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "structopt", "thiserror", "tiny-bip39", @@ -8306,21 +9876,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.2", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "substrate-prometheus-endpoint", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-client-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "fnv", + "futures 0.3.19", + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.11.2", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8337,15 +9935,40 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.11.2", - "sc-client-api", - "sc-state-db", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-state-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-client-db" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.11.2", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-state-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8359,16 +9982,40 @@ dependencies = [ "libp2p", "log", "parking_lot 0.11.2", - "sc-client-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sc-consensus" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "libp2p", + "log", + "parking_lot 0.11.2", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -8382,23 +10029,52 @@ dependencies = [ "futures 0.3.19", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-consensus-aura" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.19", + "log", + "parity-scale-codec", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-aura 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8408,7 +10084,7 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "async-trait", "derive_more", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "futures 0.3.19", "log", "merlin", @@ -8419,29 +10095,29 @@ dependencies = [ "parking_lot 0.11.2", "rand 0.7.3", "retain_mut", - "sc-client-api", - "sc-consensus", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-keystore", - "sc-telemetry", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "schnorrkel", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-consensus-slots", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-version", - "substrate-prometheus-endpoint", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -8455,17 +10131,17 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -8473,12 +10149,25 @@ name = "sc-consensus-epochs" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-consensus-epochs" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8491,19 +10180,45 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-api", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sc-consensus-slots" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -8512,9 +10227,9 @@ name = "sc-consensus-uncles" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "sc-client-api", - "sp-authorship", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-authorship 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", ] @@ -8528,20 +10243,47 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.2", - "sc-executor-common", - "sc-executor-wasmi", - "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-tasks", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-wasmi 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core-hashing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tasks 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "wasmi", +] + +[[package]] +name = "sc-executor" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "lazy_static", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.11.2", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor-wasmi 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor-wasmtime 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core-hashing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tasks 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "wasmi", ] @@ -8554,11 +10296,29 @@ dependencies = [ "environmental", "parity-scale-codec", "pwasm-utils", - "sc-allocator", - "sp-core", - "sp-maybe-compressed-blob", - "sp-serializer", - "sp-wasm-interface", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-serializer 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "wasmi", +] + +[[package]] +name = "sc-executor-common" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "derive_more", + "environmental", + "parity-scale-codec", + "pwasm-utils", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-serializer 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", "wasmi", ] @@ -8570,12 +10330,28 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "log", "parity-scale-codec", - "sc-allocator", - "sc-executor-common", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "scoped-tls", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "wasmi", +] + +[[package]] +name = "sc-executor-wasmi" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "parity-scale-codec", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "scoped-tls", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "wasmi", ] @@ -8589,11 +10365,29 @@ dependencies = [ "log", "parity-scale-codec", "parity-wasm 0.42.2", - "sc-allocator", - "sc-executor-common", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "wasmtime", +] + +[[package]] +name = "sc-executor-wasmtime" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "log", + "parity-scale-codec", + "parity-wasm 0.42.2", + "sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "wasmtime", ] @@ -8606,32 +10400,32 @@ dependencies = [ "derive_more", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "futures 0.3.19", "futures-timer 3.0.2", "log", "parity-scale-codec", "parking_lot 0.11.2", "rand 0.8.4", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-keystore", - "sc-network", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-network-gossip", - "sc-telemetry", - "sc-utils", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-finality-grandpa", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -8648,14 +10442,14 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-finality-grandpa", - "sc-rpc", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -8668,11 +10462,28 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-util-mem", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", - "sp-blockchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-informant" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "ansi_term", + "futures 0.3.19", + "futures-timer 3.0.2", + "log", + "parity-util-mem", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8685,9 +10496,24 @@ dependencies = [ "hex", "parking_lot 0.11.2", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-keystore" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "derive_more", + "hex", + "parking_lot 0.11.2", + "serde_json", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8704,7 +10530,58 @@ dependencies = [ "derive_more", "either", "fnv", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "futures 0.3.19", + "futures-timer 3.0.2", + "hex", + "ip_network", + "libp2p", + "linked-hash-map", + "linked_hash_set", + "log", + "lru 0.7.2", + "parity-scale-codec", + "parking_lot 0.11.2", + "pin-project 1.0.10", + "prost", + "prost-build", + "rand 0.7.3", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-peerset 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "unsigned-varint 0.6.0", + "void", + "zeroize", +] + +[[package]] +name = "sc-network" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-std", + "async-trait", + "asynchronous-codec 0.5.0", + "bitflags", + "bytes 1.1.0", + "cid", + "derive_more", + "either", + "fnv", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "futures 0.3.19", "futures-timer 3.0.2", "hex", @@ -8720,21 +10597,21 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-peerset", - "sc-utils", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-peerset 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", "serde_json", "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-finality-grandpa", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", "unsigned-varint 0.6.0", "void", @@ -8751,9 +10628,9 @@ dependencies = [ "libp2p", "log", "lru 0.7.2", - "sc-network", - "sp-runtime", - "substrate-prometheus-endpoint", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "tracing", ] @@ -8774,74 +10651,180 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.2", "rand 0.7.3", - "sc-client-api", - "sc-network", - "sc-utils", - "sp-api", - "sp-core", - "sp-offchain", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "threadpool", + "tracing", +] + +[[package]] +name = "sc-offchain" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "bytes 1.1.0", + "fnv", + "futures 0.3.19", + "futures-timer 3.0.2", + "hex", + "hyper", + "hyper-rustls", + "num_cpus", + "once_cell", + "parity-scale-codec", + "parking_lot 0.11.2", + "rand 0.7.3", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "threadpool", "tracing", ] [[package]] -name = "sc-peerset" +name = "sc-peerset" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "libp2p", + "log", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde_json", + "wasm-timer", +] + +[[package]] +name = "sc-peerset" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "libp2p", + "log", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde_json", + "wasm-timer", +] + +[[package]] +name = "sc-proposer-metrics" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-proposer-metrics" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", +] + +[[package]] +name = "sc-rpc" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "futures 0.3.19", - "libp2p", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", "log", - "sc-utils", + "parity-scale-codec", + "parking_lot 0.11.2", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde_json", - "wasm-timer", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "sc-proposer-metrics" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +name = "sc-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ + "futures 0.3.19", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", "log", - "substrate-prometheus-endpoint", + "parity-scale-codec", + "parking_lot 0.11.2", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde_json", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] -name = "sc-rpc" -version = "4.0.0-dev" +name = "sc-rpc-api" +version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "futures 0.3.19", - "hash-db", "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", "jsonrpc-pubsub", "log", "parity-scale-codec", "parking_lot 0.11.2", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "futures 0.3.19", "jsonrpc-core", @@ -8851,15 +10834,15 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.2", - "sc-chain-spec", - "sc-transaction-pool-api", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -8876,7 +10859,24 @@ dependencies = [ "jsonrpc-ws-server", "log", "serde_json", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tokio", +] + +[[package]] +name = "sc-rpc-server" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "jsonrpc-core", + "jsonrpc-http-server", + "jsonrpc-ipc-server", + "jsonrpc-pubsub", + "jsonrpc-ws-server", + "log", + "serde_json", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tokio", ] @@ -8899,44 +10899,108 @@ dependencies = [ "parking_lot 0.11.2", "pin-project 1.0.10", "rand 0.7.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-offchain", - "sc-rpc", - "sc-rpc-server", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-informant 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "serde_json", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "sc-service" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures 0.3.19", + "futures-timer 3.0.2", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", + "log", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.2", + "pin-project 1.0.10", + "rand 0.7.3", + "sc-block-builder 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-informant 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-keystore 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-telemetry 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-tracing", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-session 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tempfile", "thiserror", "tokio", @@ -8954,8 +11018,22 @@ dependencies = [ "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.2", - "sc-client-api", - "sp-core", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sc-state-db" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "parity-scale-codec", + "parity-util-mem", + "parity-util-mem-derive", + "parking_lot 0.11.2", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -8967,16 +11045,16 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-consensus-babe", - "sc-consensus-epochs", + "sc-consensus-epochs 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sc-finality-grandpa", - "sc-rpc-api", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", "serde_json", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "thiserror", ] @@ -8998,6 +11076,24 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-telemetry" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "chrono", + "futures 0.3.19", + "libp2p", + "log", + "parking_lot 0.11.2", + "pin-project 1.0.10", + "rand 0.7.3", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-tracing" version = "4.0.0-dev" @@ -9013,16 +11109,47 @@ dependencies = [ "parking_lot 0.11.2", "regex", "rustc-hash", - "sc-client-api", - "sc-rpc-server", - "sc-tracing-proc-macro", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-tracing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", + "tracing-log", + "tracing-subscriber", +] + +[[package]] +name = "sc-tracing" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "ansi_term", + "atty", + "chrono", + "lazy_static", + "libc", + "log", + "once_cell", + "parking_lot 0.11.2", + "regex", + "rustc-hash", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc-server 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-tracing-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-rpc 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", "tracing", "tracing-log", @@ -9040,6 +11167,17 @@ dependencies = [ "syn", ] +[[package]] +name = "sc-tracing-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" @@ -9053,17 +11191,44 @@ dependencies = [ "parity-util-mem", "parking_lot 0.11.2", "retain_mut", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "intervalier", + "linked-hash-map", + "log", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.2", + "retain_mut", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9076,8 +11241,22 @@ dependencies = [ "futures 0.3.19", "log", "serde", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sc-transaction-pool-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "derive_more", + "futures 0.3.19", + "log", + "serde", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9092,6 +11271,17 @@ dependencies = [ "prometheus", ] +[[package]] +name = "sc-utils" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "futures-timer 3.0.2", + "lazy_static", + "prometheus", +] + [[package]] name = "scale-info" version = "1.0.0" @@ -9410,8 +11600,20 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "slot-range-helper" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -9498,12 +11700,29 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9519,86 +11738,168 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "blake2-rfc", + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-application-crypto" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + [[package]] name = "sp-application-crypto" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", +] + +[[package]] +name = "sp-arithmetic" +version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "static_assertions", +] + +[[package]] +name = "sp-arithmetic" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "integer-sqrt", + "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "static_assertions", +] + +[[package]] +name = "sp-authority-discovery" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-authorship" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "sp-arithmetic" +name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "integer-sqrt", - "num-traits", + "async-trait", "parity-scale-codec", - "scale-info", - "serde", - "sp-debug-derive", - "sp-std", - "static_assertions", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] -name = "sp-authority-discovery" +name = "sp-block-builder" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] -name = "sp-authorship" +name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] -name = "sp-block-builder" +name = "sp-blockchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ + "futures 0.3.19", + "log", + "lru 0.7.2", "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "parking_lot 0.11.2", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "futures 0.3.19", "log", "lru 0.7.2", "parity-scale-codec", "parking_lot 0.11.2", - "sp-api", - "sp-consensus", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-database 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9612,12 +11913,31 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sp-consensus" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "futures 0.3.19", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9629,14 +11949,32 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9649,17 +11987,17 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus-slots 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -9670,8 +12008,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9681,9 +12031,9 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -9718,12 +12068,60 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.9", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "tiny-keccak", + "twox-hash", + "wasmi", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "base58", + "bitflags", + "blake2-rfc", + "byteorder", + "dyn-clonable", + "ed25519-dalek", + "futures 0.3.19", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "num-traits", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.2", + "primitive-types", + "rand 0.7.3", + "regex", + "scale-info", + "schnorrkel", + "secrecy", + "serde", + "sha2 0.9.9", + "sp-core-hashing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "ss58-registry", "substrate-bip39", "thiserror", @@ -9742,7 +12140,20 @@ dependencies = [ "blake2-rfc", "byteorder", "sha2 0.9.9", - "sp-std", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tiny-keccak", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "blake2-rfc", + "byteorder", + "sha2 0.9.9", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tiny-keccak", "twox-hash", ] @@ -9754,7 +12165,18 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "syn", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "syn", ] @@ -9767,6 +12189,15 @@ dependencies = [ "parking_lot 0.11.2", ] +[[package]] +name = "sp-database" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "kvdb", + "parking_lot 0.11.2", +] + [[package]] name = "sp-debug-derive" version = "4.0.0-dev" @@ -9777,6 +12208,16 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-debug-derive" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-externalities" version = "0.10.0-dev" @@ -9784,8 +12225,19 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-externalities" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9798,12 +12250,30 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-finality-grandpa" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9814,9 +12284,23 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -9831,15 +12315,39 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.2", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "futures 0.3.19", + "hash-db", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.11.2", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tracing", "tracing-core", ] @@ -9850,8 +12358,19 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "strum", +] + +[[package]] +name = "sp-keyring" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "lazy_static", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "strum", ] @@ -9868,8 +12387,25 @@ dependencies = [ "parking_lot 0.11.2", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-keystore" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.19", + "merlin", + "parity-scale-codec", + "parking_lot 0.11.2", + "schnorrkel", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9880,6 +12416,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "sp-maybe-compressed-blob" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "zstd", +] + [[package]] name = "sp-npos-elections" version = "4.0.0-dev" @@ -9888,11 +12432,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-npos-elections-solution-type", - "sp-runtime", - "sp-std", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-npos-elections-solution-type 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-npos-elections" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-npos-elections-solution-type 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9906,14 +12465,35 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-npos-elections-solution-type" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-offchain" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9926,6 +12506,16 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-rpc" version = "4.0.0-dev" @@ -9933,13 +12523,45 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", +] + +[[package]] +name = "sp-runtime" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste", + "rand 0.7.3", + "scale-info", + "serde", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "either", "hash256-std-hasher", @@ -9951,11 +12573,11 @@ dependencies = [ "rand 0.7.3", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", + "sp-application-crypto 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -9966,12 +12588,29 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "static_assertions", ] @@ -9987,6 +12626,18 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "Inflector", + "proc-macro-crate 1.1.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-serializer" version = "4.0.0-dev" @@ -9996,6 +12647,15 @@ dependencies = [ "serde_json", ] +[[package]] +name = "sp-serializer" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-session" version = "4.0.0-dev" @@ -10003,11 +12663,25 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-session" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10017,8 +12691,19 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10033,11 +12718,34 @@ dependencies = [ "parking_lot 0.11.2", "rand 0.7.3", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-state-machine" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "hash-db", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.11.2", + "rand 0.7.3", + "smallvec", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-panic-handler 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", "tracing", "trie-db", @@ -10049,6 +12757,11 @@ name = "sp-std" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" +[[package]] +name = "sp-std" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" + [[package]] name = "sp-storage" version = "4.0.0-dev" @@ -10058,8 +12771,21 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-storage" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10068,11 +12794,24 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-tasks" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "log", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10084,10 +12823,26 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sp-timestamp" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -10097,7 +12852,19 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-tracing" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tracing", "tracing-core", "tracing-subscriber", @@ -10108,8 +12875,17 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-transaction-pool" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10121,11 +12897,27 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "sp-transaction-storage-proof" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-trait", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10137,8 +12929,23 @@ dependencies = [ "memory-db", "parity-scale-codec", "scale-info", - "sp-core", - "sp-std", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "scale-info", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "trie-db", "trie-root", ] @@ -10153,9 +12960,25 @@ dependencies = [ "parity-wasm 0.42.2", "scale-info", "serde", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm 0.42.2", + "scale-info", + "serde", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "thiserror", ] @@ -10170,6 +12993,17 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" @@ -10177,7 +13011,18 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#af dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "wasmi", +] + +[[package]] +name = "sp-wasm-interface" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "wasmi", ] @@ -10323,26 +13168,56 @@ dependencies = [ "platforms", ] +[[package]] +name = "substrate-build-script-utils" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "platforms", +] + [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13#afb74de23dfe2994e7ce38c0870efb9734e966f7" dependencies = [ - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "futures 0.3.19", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "log", + "parity-scale-codec", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", +] + +[[package]] +name = "substrate-frame-rpc-system" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "frame-system-rpc-runtime-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "futures 0.3.19", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-rpc-api 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sc-transaction-pool-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-block-builder 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", ] [[package]] @@ -10359,6 +13234,20 @@ dependencies = [ "tokio", ] +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "async-std", + "derive_more", + "futures-util", + "hyper", + "log", + "prometheus", + "tokio", +] + [[package]] name = "substrate-test-client" version = "2.0.1" @@ -10368,21 +13257,21 @@ dependencies = [ "futures 0.3.19", "hex", "parity-scale-codec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-offchain", - "sc-service", + "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-client-db 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-offchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "serde", "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-blockchain 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", ] [[package]] @@ -10393,7 +13282,22 @@ dependencies = [ "ansi_term", "build-helper", "cargo_metadata", - "sp-maybe-compressed-blob", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "tempfile", + "toml", + "walkdir", + "wasm-gc-api", +] + +[[package]] +name = "substrate-wasm-builder" +version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16#afb74de23dfe2994e7ce38c0870efb9734e966f7" +dependencies = [ + "ansi_term", + "build-helper", + "cargo_metadata", + "sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.16)", "tempfile", "toml", "walkdir", @@ -10825,18 +13729,18 @@ dependencies = [ "log", "parity-scale-codec", "remote-externalities", - "sc-chain-spec", - "sc-cli", - "sc-executor", - "sc-service", - "serde", - "sp-core", - "sp-externalities", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-version", + "sc-chain-spec 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-cli 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "serde", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "structopt", ] @@ -11488,7 +14392,20 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "xcm-procedural", + "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "xcm" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "derivative", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -11496,19 +14413,39 @@ name = "xcm-builder" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "log", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "parity-scale-codec", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "scale-info", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "xcm-builder" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "log", - "pallet-transaction-payment", + "pallet-transaction-payment 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "parity-scale-codec", - "polkadot-parachain", + "polkadot-parachain 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", - "xcm", - "xcm-executor", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", + "xcm-executor 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -11516,16 +14453,33 @@ name = "xcm-executor" version = "0.9.13" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.13)", +] + +[[package]] +name = "xcm-executor" +version = "0.9.13" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm", + "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.13)", + "xcm 0.9.13 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.16)", ] [[package]] @@ -11538,6 +14492,16 @@ dependencies = [ "syn", ] +[[package]] +name = "xcm-procedural" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "yamux" version = "0.9.0" diff --git a/node/Cargo.toml b/node/Cargo.toml index 2fafcc98..edf23a80 100755 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -10,11 +10,11 @@ jsonrpc-core = "18.0.0" [dependencies.frame-benchmarking] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-benchmarking-cli] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.datahighway-parachain-runtime] path = '../runtime' @@ -22,203 +22,203 @@ version = '1.1.0' [dependencies.pallet-transaction-payment-rpc] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.substrate-prometheus-endpoint] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-basic-authorship] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-chain-spec] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-cli] features = ['wasmtime'] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-client-api] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-consensus] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-executor] features = ['wasmtime'] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-network] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-keystore] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-rpc] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-rpc-api] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-service] features = ['wasmtime'] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-transaction-pool] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-transaction-pool-api] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-tracing] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-api] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-block-builder] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-blockchain] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-consensus] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-consensus-aura] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-inherents] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-keystore] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-offchain] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-session] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-timestamp] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-transaction-pool] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-trie] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.substrate-frame-rpc-system] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [build-dependencies.substrate-build-script-utils] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" # Cumulus dependencies [dependencies.cumulus-client-consensus-aura] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-client-consensus-common] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-client-collator] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-client-cli] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-client-network] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-primitives-core] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-client-service] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.cumulus-primitives-parachain-inherent] git = 'https://github.com/paritytech/cumulus.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" # Polkadot dependencies [dependencies.polkadot-primitives] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" [dependencies.polkadot-service] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" [dependencies.polkadot-cli] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" [dependencies.polkadot-test-service] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" [dependencies.polkadot-parachain] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" [dependencies.sc-consensus-epochs] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sc-consensus-aura] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" # # [dependencies.sc-telemetry] git = 'https://github.com/paritytech/substrate' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [[bin]] name = 'datahighway-collator' diff --git a/pallets/exchange-rate/Cargo.toml b/pallets/exchange-rate/Cargo.toml index 5db38923..a6585929 100755 --- a/pallets/exchange-rate/Cargo.toml +++ b/pallets/exchange-rate/Cargo.toml @@ -34,46 +34,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/lockdrop/rpc/Cargo.toml b/pallets/lockdrop/rpc/Cargo.toml index c4833a8c..05acca24 100644 --- a/pallets/lockdrop/rpc/Cargo.toml +++ b/pallets/lockdrop/rpc/Cargo.toml @@ -14,46 +14,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/lockdrop/runtime-api/Cargo.toml b/pallets/lockdrop/runtime-api/Cargo.toml index 85feb1b7..62cc332e 100644 --- a/pallets/lockdrop/runtime-api/Cargo.toml +++ b/pallets/lockdrop/runtime-api/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies.sp-api] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [features] default = ["std"] diff --git a/pallets/lockdrop/runtime/Cargo.toml b/pallets/lockdrop/runtime/Cargo.toml index d97f12d8..39fdc518 100644 --- a/pallets/lockdrop/runtime/Cargo.toml +++ b/pallets/lockdrop/runtime/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [features] default = ['std'] diff --git a/pallets/membership/supernodes/Cargo.toml b/pallets/membership/supernodes/Cargo.toml index 0f5853bf..b801d603 100644 --- a/pallets/membership/supernodes/Cargo.toml +++ b/pallets/membership/supernodes/Cargo.toml @@ -26,39 +26,39 @@ account-set = { path = '../../../traits/account-set', default-features = false } [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [features] default = ['std'] diff --git a/pallets/mining/claims/hardware/Cargo.toml b/pallets/mining/claims/hardware/Cargo.toml index 1f8fd25f..83a98798 100644 --- a/pallets/mining/claims/hardware/Cargo.toml +++ b/pallets/mining/claims/hardware/Cargo.toml @@ -43,46 +43,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/claims/token/Cargo.toml b/pallets/mining/claims/token/Cargo.toml index ad1a8080..676a395e 100644 --- a/pallets/mining/claims/token/Cargo.toml +++ b/pallets/mining/claims/token/Cargo.toml @@ -42,46 +42,46 @@ mining-sampling-token = { default-features = false, package = 'mining-sampling-t [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/eligibility/hardware/Cargo.toml b/pallets/mining/eligibility/hardware/Cargo.toml index 407f6d59..7e5ffd9a 100644 --- a/pallets/mining/eligibility/hardware/Cargo.toml +++ b/pallets/mining/eligibility/hardware/Cargo.toml @@ -40,46 +40,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/eligibility/proxy/Cargo.toml b/pallets/mining/eligibility/proxy/Cargo.toml index 48c6fe5a..0e3b47d9 100644 --- a/pallets/mining/eligibility/proxy/Cargo.toml +++ b/pallets/mining/eligibility/proxy/Cargo.toml @@ -40,57 +40,57 @@ module-primitives = { version = '3.0.0', default-features = false, path = '../.. [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-timestamp] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-treasury] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/eligibility/token/Cargo.toml b/pallets/mining/eligibility/token/Cargo.toml index e875e082..be0c1646 100644 --- a/pallets/mining/eligibility/token/Cargo.toml +++ b/pallets/mining/eligibility/token/Cargo.toml @@ -40,46 +40,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/execution/token/Cargo.toml b/pallets/mining/execution/token/Cargo.toml index 9e77439b..abd43ce2 100644 --- a/pallets/mining/execution/token/Cargo.toml +++ b/pallets/mining/execution/token/Cargo.toml @@ -41,46 +41,46 @@ mining-claims-token = { default-features = false, package = 'mining-claims-token [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/rates/hardware/Cargo.toml b/pallets/mining/rates/hardware/Cargo.toml index 04fdaffe..e32eb516 100644 --- a/pallets/mining/rates/hardware/Cargo.toml +++ b/pallets/mining/rates/hardware/Cargo.toml @@ -34,46 +34,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/rates/token/Cargo.toml b/pallets/mining/rates/token/Cargo.toml index 4da5b32d..d1a6ad2c 100644 --- a/pallets/mining/rates/token/Cargo.toml +++ b/pallets/mining/rates/token/Cargo.toml @@ -34,46 +34,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/sampling/hardware/Cargo.toml b/pallets/mining/sampling/hardware/Cargo.toml index b8d2a422..333f4128 100644 --- a/pallets/mining/sampling/hardware/Cargo.toml +++ b/pallets/mining/sampling/hardware/Cargo.toml @@ -36,46 +36,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/sampling/token/Cargo.toml b/pallets/mining/sampling/token/Cargo.toml index 1c570591..7fa216be 100644 --- a/pallets/mining/sampling/token/Cargo.toml +++ b/pallets/mining/sampling/token/Cargo.toml @@ -36,46 +36,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/setting/hardware/Cargo.toml b/pallets/mining/setting/hardware/Cargo.toml index 603adc25..1bd4490b 100644 --- a/pallets/mining/setting/hardware/Cargo.toml +++ b/pallets/mining/setting/hardware/Cargo.toml @@ -35,46 +35,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/mining/setting/token/Cargo.toml b/pallets/mining/setting/token/Cargo.toml index c2beb037..67e523c8 100644 --- a/pallets/mining/setting/token/Cargo.toml +++ b/pallets/mining/setting/token/Cargo.toml @@ -33,46 +33,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/primitives/Cargo.toml b/pallets/primitives/Cargo.toml index cf057271..b03b572c 100644 --- a/pallets/primitives/Cargo.toml +++ b/pallets/primitives/Cargo.toml @@ -12,17 +12,17 @@ bitmask = { version = '0.5.0', default-features = false } [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [features] default = ['std'] diff --git a/pallets/roaming/roaming-accounting-policies/Cargo.toml b/pallets/roaming/roaming-accounting-policies/Cargo.toml index 5e27830f..3e272ffb 100644 --- a/pallets/roaming/roaming-accounting-policies/Cargo.toml +++ b/pallets/roaming/roaming-accounting-policies/Cargo.toml @@ -37,46 +37,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-agreement-policies/Cargo.toml b/pallets/roaming/roaming-agreement-policies/Cargo.toml index 5730495c..1df2ad1c 100644 --- a/pallets/roaming/roaming-agreement-policies/Cargo.toml +++ b/pallets/roaming/roaming-agreement-policies/Cargo.toml @@ -39,46 +39,46 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-billing-policies/Cargo.toml b/pallets/roaming/roaming-billing-policies/Cargo.toml index 24f816fb..ed60a9e0 100644 --- a/pallets/roaming/roaming-billing-policies/Cargo.toml +++ b/pallets/roaming/roaming-billing-policies/Cargo.toml @@ -37,46 +37,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-charging-policies/Cargo.toml b/pallets/roaming/roaming-charging-policies/Cargo.toml index 03ec90e5..798ab99d 100644 --- a/pallets/roaming/roaming-charging-policies/Cargo.toml +++ b/pallets/roaming/roaming-charging-policies/Cargo.toml @@ -37,46 +37,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-device-profiles/Cargo.toml b/pallets/roaming/roaming-device-profiles/Cargo.toml index 3b5c02f1..db2c3741 100644 --- a/pallets/roaming/roaming-device-profiles/Cargo.toml +++ b/pallets/roaming/roaming-device-profiles/Cargo.toml @@ -43,46 +43,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-devices/Cargo.toml b/pallets/roaming/roaming-devices/Cargo.toml index 43a33641..9c3de8e5 100644 --- a/pallets/roaming/roaming-devices/Cargo.toml +++ b/pallets/roaming/roaming-devices/Cargo.toml @@ -41,46 +41,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-network-profiles/Cargo.toml b/pallets/roaming/roaming-network-profiles/Cargo.toml index 6e1439e8..c6de1279 100644 --- a/pallets/roaming/roaming-network-profiles/Cargo.toml +++ b/pallets/roaming/roaming-network-profiles/Cargo.toml @@ -41,46 +41,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-network-servers/Cargo.toml b/pallets/roaming/roaming-network-servers/Cargo.toml index 3afea41f..c78e2e35 100644 --- a/pallets/roaming/roaming-network-servers/Cargo.toml +++ b/pallets/roaming/roaming-network-servers/Cargo.toml @@ -37,46 +37,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-networks/Cargo.toml b/pallets/roaming/roaming-networks/Cargo.toml index 5852bedd..d92c613c 100644 --- a/pallets/roaming/roaming-networks/Cargo.toml +++ b/pallets/roaming/roaming-networks/Cargo.toml @@ -39,62 +39,62 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] [dev-dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" diff --git a/pallets/roaming/roaming-operators/Cargo.toml b/pallets/roaming/roaming-operators/Cargo.toml index da2bad72..91556961 100644 --- a/pallets/roaming/roaming-operators/Cargo.toml +++ b/pallets/roaming/roaming-operators/Cargo.toml @@ -34,47 +34,47 @@ serde = { version = '1.0.101', optional = true, features = ['derive'] } [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-organizations/Cargo.toml b/pallets/roaming/roaming-organizations/Cargo.toml index 7f9a3730..934e1e17 100644 --- a/pallets/roaming/roaming-organizations/Cargo.toml +++ b/pallets/roaming/roaming-organizations/Cargo.toml @@ -39,46 +39,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-packet-bundles/Cargo.toml b/pallets/roaming/roaming-packet-bundles/Cargo.toml index 5fb0cf5a..36232796 100644 --- a/pallets/roaming/roaming-packet-bundles/Cargo.toml +++ b/pallets/roaming/roaming-packet-bundles/Cargo.toml @@ -45,46 +45,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-routing-profiles/Cargo.toml b/pallets/roaming/roaming-routing-profiles/Cargo.toml index 3010f0d7..c795f56d 100644 --- a/pallets/roaming/roaming-routing-profiles/Cargo.toml +++ b/pallets/roaming/roaming-routing-profiles/Cargo.toml @@ -43,46 +43,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-service-profiles/Cargo.toml b/pallets/roaming/roaming-service-profiles/Cargo.toml index 381776e3..7779f57f 100644 --- a/pallets/roaming/roaming-service-profiles/Cargo.toml +++ b/pallets/roaming/roaming-service-profiles/Cargo.toml @@ -39,46 +39,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/roaming/roaming-sessions/Cargo.toml b/pallets/roaming/roaming-sessions/Cargo.toml index c90dd461..ceaa65b3 100644 --- a/pallets/roaming/roaming-sessions/Cargo.toml +++ b/pallets/roaming/roaming-sessions/Cargo.toml @@ -43,46 +43,46 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dev-dependencies] diff --git a/pallets/treasury/dao/Cargo.toml b/pallets/treasury/dao/Cargo.toml index f2065e08..74b13c24 100644 --- a/pallets/treasury/dao/Cargo.toml +++ b/pallets/treasury/dao/Cargo.toml @@ -32,42 +32,42 @@ roaming-operators = { default-features = false, package = 'roaming-operators', p [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c7aee1bf..2666d6f9 100755 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -12,7 +12,7 @@ targets = ['x86_64-unknown-linux-gnu'] [build-dependencies.substrate-wasm-builder] git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies] roaming-operators = { default_features = false, package = 'roaming-operators', path = '../pallets/roaming/roaming-operators' } @@ -60,33 +60,33 @@ version = '2.0.0' default-features = false git = "https://github.com/paritytech/substrate" optional = true -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-executive] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-support] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system-benchmarking] default-features = false git = "https://github.com/paritytech/substrate" optional = true -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.frame-system-rpc-runtime-api] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.hex-literal] optional = true @@ -95,22 +95,22 @@ version = '0.3.1' [dependencies.pallet-randomness-collective-flip] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-timestamp] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-transaction-payment-rpc-runtime-api] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.serde] features = ['derive'] @@ -120,205 +120,205 @@ version = '1.0.119' [dependencies.sp-api] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-block-builder] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-core] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-consensus-aura] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-inherents] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-io] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-offchain] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-runtime] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-session] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-std] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-transaction-pool] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-version] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.parachain-info] default-features = false git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-collator-selection] default-features = false git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" # Cumulus dependencies [dependencies.cumulus-pallet-aura-ext] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-pallet-parachain-system] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-primitives-core] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-pallet-dmp-queue] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-primitives-utility] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-primitives-timestamp] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-pallet-xcm] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.cumulus-pallet-xcmp-queue] git = "https://github.com/paritytech/cumulus" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false # Polkadot dependencies [dependencies.polkadot-parachain] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.xcm] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.xcm-builder] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.xcm-executor] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.pallet-xcm] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.polkadot-runtime-common] git = "https://github.com/paritytech/polkadot" -branch = "release-v0.9.13" +branch = "release-v0.9.16" default-features = false [dependencies.pallet-aura] git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.pallet-authorship] git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" default-features = false [dependencies.pallet-balances] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-collective] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-indices] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-membership] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-session] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-staking] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-staking-reward-curve] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-treasury] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.sp-staking] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [dependencies.pallet-sudo] default-features = false git = "https://github.com/paritytech/substrate" -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16" [features] default = ['std'] diff --git a/traits/account-set/Cargo.toml b/traits/account-set/Cargo.toml index b31014e5..45af98f1 100644 --- a/traits/account-set/Cargo.toml +++ b/traits/account-set/Cargo.toml @@ -26,4 +26,4 @@ std = [ [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' -branch = "polkadot-v0.9.13" +branch = "polkadot-v0.9.16"