From 873a5d433c354129cf0f2fe7dfd9e6aa82f495cc Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 13:54:53 +0200 Subject: [PATCH 1/7] NFT Fractionalization on Westmint --- Cargo.lock | 3436 ++++++++++------- .../runtimes/assets/westmint/Cargo.toml | 4 + .../runtimes/assets/westmint/src/lib.rs | 47 +- .../assets/westmint/src/weights/mod.rs | 1 + .../weights/pallet_nft_fractionalization.rs | 63 + .../assets/westmint/src/xcm_config.rs | 3 + 6 files changed, 2127 insertions(+), 1427 deletions(-) create mode 100644 parachains/runtimes/assets/westmint/src/weights/pallet_nft_fractionalization.rs diff --git a/Cargo.lock b/Cargo.lock index 10a57137285..d2b9df6740d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,10 +384,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex-literal 0.3.4", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-balances", "pallet-collator-selection", "pallet-session", @@ -398,10 +398,10 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-executor", @@ -412,14 +412,14 @@ name = "assets-common" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-xcm", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -762,11 +762,11 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -776,9 +776,9 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support", - "sp-api", - "sp-std", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -788,9 +788,9 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support", - "sp-api", - "sp-std", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -800,16 +800,16 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", "serde", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -818,14 +818,14 @@ version = "0.1.0" dependencies = [ "bp-header-chain", "bp-runtime", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -835,13 +835,13 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -850,16 +850,16 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -868,13 +868,13 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -884,16 +884,16 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support", - "sp-api", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "bp-runtime" version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hash-db", "hex-literal 0.4.1", "impl-trait-for-tuples", @@ -901,12 +901,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "trie-db", ] @@ -921,12 +921,12 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -937,8 +937,8 @@ dependencies = [ "bp-polkadot-core", "bp-rococo", "bp-runtime", - "frame-support", - "sp-api", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -955,10 +955,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -986,18 +986,18 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1018,10 +1018,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1049,18 +1049,18 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1091,10 +1091,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1126,19 +1126,19 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -1164,10 +1164,10 @@ dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "pallet-bridge-grandpa", @@ -1182,10 +1182,10 @@ dependencies = [ "parachain-info", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -1202,8 +1202,8 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-test-utils", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hash-db", "log", "pallet-balances", @@ -1215,12 +1215,12 @@ dependencies = [ "pallet-utility", "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "xcm", "xcm-builder", @@ -1617,10 +1617,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1653,19 +1653,19 @@ dependencies = [ "polkadot-runtime-constants", "scale-info", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1772,10 +1772,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1805,17 +1805,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -2198,8 +2198,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "url", ] @@ -2222,13 +2222,13 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", ] @@ -2253,17 +2253,17 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "substrate-prometheus-endpoint", "tracing", @@ -2289,10 +2289,10 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-tracing", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "tracing", ] @@ -2305,9 +2305,9 @@ dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent", "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -2322,13 +2322,13 @@ dependencies = [ "futures", "parking_lot 0.12.1", "sc-consensus", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "tracing", ] @@ -2356,11 +2356,11 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-utils", "tokio", "tracing", @@ -2389,7 +2389,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-utils", "tokio", "tracing", @@ -2421,11 +2421,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", ] @@ -2434,15 +2434,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2450,16 +2450,16 @@ name = "cumulus-pallet-dmp-queue" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -2474,8 +2474,8 @@ dependencies = [ "cumulus-test-client", "cumulus-test-relay-sproof-builder", "environmental", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex-literal 0.4.1", "impl-trait-for-tuples", "lazy_static", @@ -2484,17 +2484,17 @@ dependencies = [ "polkadot-parachain", "sc-client-api", "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -2512,13 +2512,13 @@ dependencies = [ name = "cumulus-pallet-session-benchmarking" version = "3.0.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-session", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2526,14 +2526,14 @@ name = "cumulus-pallet-solo-to-para" version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-sudo", "parity-scale-codec", "polkadot-primitives", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2541,13 +2541,13 @@ name = "cumulus-pallet-xcm" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -2557,19 +2557,19 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -2581,12 +2581,12 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -2599,10 +2599,10 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] @@ -2617,14 +2617,14 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", ] @@ -2638,11 +2638,11 @@ dependencies = [ "futures", "parity-scale-codec", "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", - "sp-tracing", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2650,13 +2650,13 @@ name = "cumulus-primitives-utility" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -2683,12 +2683,12 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2702,9 +2702,9 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-state-machine", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -2736,11 +2736,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tokio", "tracing", ] @@ -2763,12 +2763,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", - "sp-state-machine", - "sp-storage", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tokio", "tracing", "url", @@ -2783,7 +2783,7 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "cumulus-test-runtime", "cumulus-test-service", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", @@ -2794,13 +2794,13 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "substrate-test-client", ] @@ -2812,9 +2812,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -2833,8 +2833,8 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "pallet-balances", "pallet-sudo", @@ -2842,17 +2842,17 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", ] @@ -2875,7 +2875,7 @@ dependencies = [ "cumulus-relay-chain-minimal-node", "cumulus-test-relay-validation-worker-provider", "cumulus-test-runtime", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "futures", "jsonrpsee", @@ -2903,16 +2903,16 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", - "sp-tracing", - "sp-trie", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-client", "substrate-test-utils", "tokio", @@ -3819,28 +3819,53 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +[[package]] +name = "frame-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -3854,9 +3879,9 @@ dependencies = [ "chrono", "clap 4.2.7", "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "gethostname", "handlebars", "itertools", @@ -3875,18 +3900,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "thousands", ] @@ -3908,15 +3933,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -3924,16 +3949,16 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -3960,14 +3985,48 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "spinners", "substrate-rpc-client", "tokio", ] +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "bitflags", + "environmental", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "impl-trait-for-tuples", + "k256", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "tt-call", +] + [[package]] name = "frame-support" version = "4.0.0-dev" @@ -3976,7 +4035,7 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "k256", "log", @@ -3986,22 +4045,38 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-debug-derive", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tt-call", ] +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "itertools", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -4010,7 +4085,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "itertools", "proc-macro-warning", "proc-macro2", @@ -4018,18 +4093,40 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "proc-macro-crate", "proc-macro2", "quote", "syn 2.0.15", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -4040,23 +4137,42 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "cfg-if", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "cfg-if", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -4064,14 +4180,14 @@ name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -4080,7 +4196,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -4088,11 +4204,11 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -4380,10 +4496,10 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcm", "cumulus-primitives-core", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-try-runtime", "pallet-glutton", @@ -4391,16 +4507,16 @@ dependencies = [ "parachains-common", "parity-scale-codec", "scale-info", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -5140,11 +5256,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -5207,24 +5323,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -5237,13 +5353,13 @@ name = "kusama-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6124,13 +6240,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6142,11 +6258,11 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6658,19 +6774,19 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ "array-bytes 4.2.0", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-collective", "pallet-identity", "parity-scale-codec", "scale-info", - "sp-core", - "sp-core-hashing", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6678,17 +6794,32 @@ name = "pallet-asset-tx-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-transaction-payment", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "pallet-assets" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", ] [[package]] @@ -6696,14 +6827,14 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6711,15 +6842,15 @@ name = "pallet-aura" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6727,15 +6858,15 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6743,13 +6874,13 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6757,23 +6888,23 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6781,19 +6912,19 @@ name = "pallet-bags-list" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6801,14 +6932,14 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6816,18 +6947,18 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6837,8 +6968,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-beefy", "pallet-mmr", @@ -6846,12 +6977,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6859,17 +6990,17 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6880,18 +7011,18 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6901,18 +7032,18 @@ dependencies = [ "bp-messages", "bp-runtime", "bp-test-utils", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "num-traits", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6924,18 +7055,18 @@ dependencies = [ "bp-polkadot-core", "bp-runtime", "bp-test-utils", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6945,19 +7076,19 @@ dependencies = [ "bp-messages", "bp-relayers", "bp-runtime", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -6965,27 +7096,27 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-collator-selection" version = "3.0.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-aura", "pallet-authorship", @@ -6996,12 +7127,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7009,16 +7140,16 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7028,9 +7159,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd dependencies = [ "bitflags", "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "pallet-contracts-primitives", @@ -7041,11 +7172,11 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasm-instrument 0.4.0", "wasmi 0.28.0", "wasmparser-nostd", @@ -7059,9 +7190,9 @@ dependencies = [ "bitflags", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7080,15 +7211,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7096,17 +7227,17 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7114,21 +7245,21 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] @@ -7137,12 +7268,12 @@ name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7150,17 +7281,17 @@ name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7168,17 +7299,17 @@ name = "pallet-fast-unstake" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7187,16 +7318,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240" dependencies = [ "blake2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7204,22 +7335,22 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7228,14 +7359,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7243,19 +7374,19 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7263,16 +7394,16 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7280,13 +7411,13 @@ name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7294,16 +7425,16 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7311,16 +7442,16 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7328,15 +7459,50 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "pallet-nft-fractionalization" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "log", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "parity-scale-codec", + "scale-info", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + +[[package]] +name = "pallet-nfts" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "enumflags2", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", ] [[package]] @@ -7345,16 +7511,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7362,10 +7528,10 @@ name = "pallet-nfts-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support", - "pallet-nfts", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7373,15 +7539,15 @@ name = "pallet-nis" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7389,16 +7555,16 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7406,19 +7572,19 @@ name = "pallet-nomination-pools-benchmarking" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7428,8 +7594,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7437,16 +7603,16 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7454,10 +7620,10 @@ name = "pallet-offences-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-babe", "pallet-balances", @@ -7468,24 +7634,24 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] name = "pallet-parachain-template" version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7493,16 +7659,16 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7510,14 +7676,14 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7525,17 +7691,17 @@ name = "pallet-ranked-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7543,14 +7709,14 @@ name = "pallet-recovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7559,17 +7725,17 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7577,16 +7743,16 @@ name = "pallet-scheduler" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7594,20 +7760,20 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7615,15 +7781,15 @@ name = "pallet-session-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7631,13 +7797,13 @@ name = "pallet-society" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7645,10 +7811,10 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authorship", "pallet-session", @@ -7656,11 +7822,11 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7680,7 +7846,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7689,7 +7855,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7697,16 +7863,16 @@ name = "pallet-state-trie-migration" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7714,14 +7880,14 @@ name = "pallet-sudo" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7729,16 +7895,16 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] @@ -7747,18 +7913,18 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7766,15 +7932,15 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7785,12 +7951,12 @@ dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7800,9 +7966,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7810,16 +7976,16 @@ name = "pallet-treasury" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7827,14 +7993,14 @@ name = "pallet-uniques" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7842,15 +8008,15 @@ name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7858,14 +8024,14 @@ name = "pallet-vesting" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7873,14 +8039,14 @@ name = "pallet-whitelist" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -7889,17 +8055,17 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -7909,15 +8075,15 @@ name = "pallet-xcm-benchmarks" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-builder", "xcm-executor", @@ -7928,8 +8094,8 @@ name = "parachain-info" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", ] @@ -7947,7 +8113,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-benchmarking-cli", "jsonrpsee", "log", @@ -7972,14 +8138,14 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "substrate-build-script-utils", "substrate-frame-rpc-system", @@ -8001,10 +8167,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8027,17 +8193,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8049,10 +8215,10 @@ name = "parachains-common" version = "1.0.0" dependencies = [ "cumulus-primitives-utility", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-asset-tx-payment", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-authorship", "pallet-balances", "pallet-collator-selection", @@ -8060,10 +8226,10 @@ dependencies = [ "polkadot-primitives", "scale-info", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8081,10 +8247,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "hex-literal 0.3.4", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-balances", "pallet-collator-selection", "pallet-session", @@ -8094,10 +8260,10 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-executor", @@ -8306,17 +8472,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -8335,17 +8501,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8562,8 +8728,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -8609,8 +8775,8 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-maybe-compressed-blob", "substrate-build-script-utils", @@ -8624,9 +8790,9 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "async-trait", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "futures", "pallet-transaction-payment", @@ -8641,7 +8807,7 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -8649,14 +8815,14 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-pool", ] @@ -8676,9 +8842,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -8690,9 +8856,9 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -8714,8 +8880,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -8729,8 +8895,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -8748,9 +8914,9 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing-gum", ] @@ -8789,7 +8955,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8816,10 +8982,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-slots", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -8859,7 +9025,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -8873,7 +9039,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", "wasm-timer", @@ -8962,7 +9128,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -9003,10 +9169,10 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-build-script-utils", "tokio", "tracing-gum", @@ -9023,7 +9189,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -9045,11 +9211,11 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-tracing", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-build-script-utils", "tempfile", "tikv-jemalloc-ctl", @@ -9085,7 +9251,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio", ] @@ -9143,12 +9309,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-babe", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "zstd 0.11.2+zstd.1.5.2", ] @@ -9175,10 +9341,10 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9197,7 +9363,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -9230,9 +9396,9 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -9254,8 +9420,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -9267,14 +9433,14 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "bounded-collections", "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9298,7 +9464,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-benchmarking-cli", "futures", "glutton-runtime", @@ -9333,15 +9499,15 @@ dependencies = [ "serde", "serde_json", "shell-runtime", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -9389,18 +9555,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9424,13 +9590,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -9441,11 +9607,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9504,24 +9670,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9535,10 +9701,10 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -9562,15 +9728,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "xcm", ] @@ -9580,13 +9746,13 @@ name = "polkadot-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9597,8 +9763,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9609,9 +9775,9 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-authority-discovery", "pallet-authorship", @@ -9630,16 +9796,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "xcm", "xcm-executor", @@ -9652,7 +9818,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "futures", "hex-literal 0.4.1", @@ -9728,7 +9894,7 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -9736,19 +9902,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-pool", - "sp-trie", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -9770,8 +9936,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", - "sp-staking", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing-gum", ] @@ -9783,7 +9949,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -9799,14 +9965,14 @@ dependencies = [ "sc-block-builder", "sc-consensus", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "substrate-test-client", ] @@ -9819,8 +9985,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -9849,22 +10015,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -9877,8 +10043,8 @@ name = "polkadot-test-service" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "futures", "hex", "pallet-balances", @@ -9907,17 +10073,17 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-client", "tempfile", "test-runtime-constants", @@ -10629,12 +10795,12 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-rpc-runtime-api", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "pallet-balances", "pallet-sudo", @@ -10647,17 +10813,17 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -10670,10 +10836,10 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "binary-merkle-tree", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -10727,22 +10893,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -10755,13 +10921,13 @@ name = "rococo-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11003,8 +11169,8 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11027,12 +11193,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11051,12 +11217,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] @@ -11067,12 +11233,12 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11089,9 +11255,9 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11134,12 +11300,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tiny-bip39", "tokio", @@ -11158,17 +11324,17 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-statement-store", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] @@ -11189,13 +11355,13 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11213,12 +11379,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11237,17 +11403,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11273,17 +11439,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11299,14 +11465,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11330,16 +11496,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -11359,8 +11525,8 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11374,7 +11540,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11404,15 +11570,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11432,8 +11598,8 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11450,14 +11616,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11471,15 +11637,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "wasmi 0.13.2", ] @@ -11491,7 +11657,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasm-instrument 0.3.0", "wasmi 0.13.2", @@ -11505,8 +11671,8 @@ dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi 0.13.2", ] @@ -11523,8 +11689,8 @@ dependencies = [ "rustix 0.36.7", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmtime", ] @@ -11541,7 +11707,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11552,9 +11718,9 @@ dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11592,11 +11758,11 @@ dependencies = [ "serde_json", "smallvec", "snow", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -11618,7 +11784,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "unsigned-varint", ] @@ -11645,7 +11811,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -11665,7 +11831,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "tracing", ] @@ -11687,8 +11853,8 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11716,12 +11882,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", "thiserror", ] @@ -11742,7 +11908,7 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-prometheus-endpoint", ] @@ -11769,10 +11935,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "threadpool", "tracing", ] @@ -11817,16 +11983,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", "sp-statement-store", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tokio", ] @@ -11842,10 +12008,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -11881,11 +12047,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-version", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio-stream", ] @@ -11933,20 +12099,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -11964,7 +12130,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -11978,7 +12144,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tokio", ] @@ -11998,7 +12164,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -12016,9 +12182,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12059,12 +12225,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "tracing-log", @@ -12099,11 +12265,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -12119,7 +12285,7 @@ dependencies = [ "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -12135,7 +12301,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12333,24 +12499,24 @@ dependencies = [ "cumulus-pallet-solo-to-para", "cumulus-primitives-core", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-balances", "pallet-sudo", "parachain-info", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", ] @@ -12515,23 +12681,23 @@ dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-try-runtime", "parachain-info", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -12612,8 +12778,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12681,6 +12847,26 @@ dependencies = [ "sha-1 0.9.8", ] +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", +] + [[package]] name = "sp-api" version = "4.0.0-dev" @@ -12690,17 +12876,31 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-metadata-ir", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "Inflector", + "blake2", + "expander 1.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -12715,6 +12915,19 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "sp-application-crypto" version = "7.0.0" @@ -12723,9 +12936,23 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "static_assertions", ] [[package]] @@ -12738,7 +12965,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -12749,10 +12976,10 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 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=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12761,10 +12988,10 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12777,11 +13004,11 @@ dependencies = [ "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -12793,10 +13020,10 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -12808,13 +13035,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] @@ -12827,15 +13054,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] @@ -12848,13 +13075,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] @@ -12868,12 +13095,12 @@ 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=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -12884,10 +13111,54 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", ] +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "array-bytes 4.2.0", + "bitflags", + "blake2", + "bounded-collections", + "bs58", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "zeroize", +] + [[package]] name = "sp-core" version = "7.0.0" @@ -12919,12 +13190,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12932,6 +13203,20 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core-hashing" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.6", + "sha2 0.10.2", + "sha3", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "twox-hash", +] + [[package]] name = "sp-core-hashing" version = "5.0.0" @@ -12942,10 +13227,21 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "twox-hash", ] +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "syn 2.0.15", +] + [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" @@ -12953,7 +13249,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "syn 2.0.15", ] @@ -12966,6 +13262,16 @@ dependencies = [ "parking_lot 0.12.1", ] +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "sp-debug-derive" version = "5.0.0" @@ -12976,6 +13282,17 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-externalities" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "sp-externalities" version = "0.13.0" @@ -12983,8 +13300,23 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", ] [[package]] @@ -12996,12 +13328,38 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] +[[package]] +name = "sp-io" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "bytes", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "parity-scale-codec", + "rustversion", + "secp256k1", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "7.0.0" @@ -13016,14 +13374,14 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", ] @@ -13034,11 +13392,24 @@ version = "7.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "strum", ] +[[package]] +name = "sp-keystore" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "futures", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", +] + [[package]] name = "sp-keystore" version = "0.13.0" @@ -13048,8 +13419,8 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "serde", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -13062,6 +13433,17 @@ dependencies = [ "zstd 0.12.3+zstd.1.5.2", ] +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "sp-metadata-ir" version = "0.1.0" @@ -13070,7 +13452,7 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13083,11 +13465,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] @@ -13099,10 +13481,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13110,9 +13492,19 @@ name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-panic-handler" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "backtrace", + "lazy_static", + "regex", ] [[package]] @@ -13132,7 +13524,29 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", ] [[package]] @@ -13149,12 +13563,30 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "static_assertions", ] [[package]] @@ -13166,15 +13598,27 @@ 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.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" @@ -13194,11 +13638,24 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 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=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", ] [[package]] @@ -13209,9 +13666,29 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-state-machine" +version = "0.13.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", + "tracing", ] [[package]] @@ -13225,11 +13702,11 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", ] @@ -13242,21 +13719,39 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" + [[package]] name = "sp-std" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" +[[package]] +name = "sp-storage" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "sp-storage" version = "7.0.0" @@ -13266,8 +13761,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13279,19 +13774,31 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "tracing", + "tracing-core", + "tracing-subscriber", +] + [[package]] name = "sp-tracing" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "tracing", "tracing-core", "tracing-subscriber", @@ -13302,8 +13809,8 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13315,11 +13822,34 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", +] + +[[package]] +name = "sp-trie" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "ahash 0.8.2", + "hash-db", + "hashbrown 0.13.2", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "scale-info", + "schnellru", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] [[package]] @@ -13337,14 +13867,31 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "tracing", "trie-db", "trie-root", ] +[[package]] +name = "sp-version" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "thiserror", +] + [[package]] name = "sp-version" version = "5.0.0" @@ -13355,13 +13902,24 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.15", +] + [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" @@ -13373,6 +13931,20 @@ dependencies = [ "syn 2.0.15", ] +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "wasmi 0.13.2", + "wasmtime", +] + [[package]] name = "sp-wasm-interface" version = "7.0.0" @@ -13382,11 +13954,26 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "wasmi 0.13.2", "wasmtime", ] +[[package]] +name = "sp-weights" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", +] + [[package]] name = "sp-weights" version = "4.0.0" @@ -13396,10 +13983,10 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13481,10 +14068,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -13492,13 +14079,13 @@ dependencies = [ "kusama-runtime-constants", "log", "pallet-asset-tx-payment", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "pallet-authorship", "pallet-balances", "pallet-collator-selection", "pallet-multisig", - "pallet-nfts", + "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", @@ -13518,18 +14105,18 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -13551,17 +14138,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -13585,18 +14172,18 @@ dependencies = [ "polkadot-runtime-constants", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -13742,11 +14329,11 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13771,7 +14358,7 @@ dependencies = [ "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13786,10 +14373,10 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "trie-db", ] @@ -13812,11 +14399,11 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -13972,13 +14559,13 @@ name = "test-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -14511,22 +15098,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-debug-derive", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-rpc", - "sp-runtime", - "sp-state-machine", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-rpc-client", "zstd 0.12.3+zstd.1.5.2", ] @@ -15433,11 +16020,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -15495,23 +16082,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -15524,13 +16111,13 @@ name = "westend-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", ] [[package]] @@ -15548,23 +16135,24 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets", + "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-aura", "pallet-authorship", "pallet-balances", "pallet-collator-selection", "pallet-multisig", - "pallet-nfts", + "pallet-nft-fractionalization", + "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", @@ -15583,17 +16171,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-block-builder", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -16033,7 +16621,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm-procedural", ] @@ -16042,18 +16630,18 @@ name = "xcm-builder" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", "xcm-executor", ] @@ -16064,17 +16652,17 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "xcm", ] diff --git a/parachains/runtimes/assets/westmint/Cargo.toml b/parachains/runtimes/assets/westmint/Cargo.toml index b7484ec3122..af043820c5f 100644 --- a/parachains/runtimes/assets/westmint/Cargo.toml +++ b/parachains/runtimes/assets/westmint/Cargo.toml @@ -26,6 +26,7 @@ pallet-aura = { git = "https://github.com/paritytech/substrate", default-feature pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +pallet-nft-fractionalization = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "li/sft-main-branch" } pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -91,6 +92,7 @@ runtime-benchmarks = [ "pallet-assets/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-multisig/runtime-benchmarks", + "pallet-nft-fractionalization/runtime-benchmarks", "pallet-nfts/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", @@ -121,6 +123,7 @@ try-runtime = [ "pallet-balances/try-runtime", "pallet-collator-selection/try-runtime", "pallet-multisig/try-runtime", + "pallet-nft-fractionalization/try-runtime", "pallet-nfts/try-runtime", "pallet-proxy/try-runtime", "pallet-session/try-runtime", @@ -145,6 +148,7 @@ std = [ "pallet-authorship/std", "pallet-balances/std", "pallet-multisig/std", + "pallet-nft-fractionalization/std", "pallet-nfts/std", "pallet-nfts-runtime-api/std", "pallet-proxy/std", diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 83762145cf6..9b90b1b2aad 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -68,6 +68,7 @@ use parachains_common::{ Index, Signature, AVERAGE_ON_INITIALIZE_RATIO, DAYS, HOURS, MAXIMUM_BLOCK_WEIGHT, NORMAL_DISPATCH_RATIO, SLOT_DURATION, }; +use scale_info::TypeInfo; use xcm_config::{ ForeignAssetsConvertedConcreteId, TrustBackedAssetsConvertedConcreteId, WestendLocation, XcmConfig, XcmOriginToTransactDispatchOrigin, @@ -179,6 +180,15 @@ parameter_types! { pub const ExistentialDeposit: Balance = EXISTENTIAL_DEPOSIT; } +/// A reason for placing a hold on funds. +#[derive( + Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Encode, Decode, MaxEncodedLen, Debug, TypeInfo, +)] +pub enum HoldReason { + /// Used by the NFT Fractionalization Pallet. + NftFractionalization, +} + impl pallet_balances::Config for Runtime { type MaxLocks = ConstU32<50>; /// The type for recording an account's balance. @@ -191,9 +201,9 @@ impl pallet_balances::Config for Runtime { type WeightInfo = weights::pallet_balances::WeightInfo; type MaxReserves = ConstU32<50>; type ReserveIdentifier = [u8; 8]; - type HoldIdentifier = (); + type HoldIdentifier = HoldReason; type FreezeIdentifier = (); - type MaxHolds = ConstU32<0>; + type MaxHolds = ConstU32<1>; type MaxFreezes = ConstU32<0>; } @@ -376,6 +386,7 @@ impl InstanceFilter for ProxyType { c, RuntimeCall::Balances { .. } | RuntimeCall::Assets { .. } | + RuntimeCall::NftFractionalization { .. } | RuntimeCall::Nfts { .. } | RuntimeCall::Uniques { .. } ), @@ -391,6 +402,7 @@ impl InstanceFilter for ProxyType { RuntimeCall::Assets { .. } | RuntimeCall::Utility { .. } | RuntimeCall::Multisig { .. } | + RuntimeCall::NftFractionalization { .. } | RuntimeCall::Nfts { .. } | RuntimeCall::Uniques { .. } ) }, @@ -624,6 +636,33 @@ impl pallet_uniques::Config for Runtime { type Locker = (); } +parameter_types! { + pub const NftFractionalizationPalletId: PalletId = PalletId(*b"fraction"); + pub NewAssetSymbol: BoundedVec = (*b"FRAC").to_vec().try_into().unwrap(); + pub NewAssetName: BoundedVec = (*b"Frac").to_vec().try_into().unwrap(); + pub const NftFractionalizationHoldReason: HoldReason = HoldReason::NftFractionalization; +} + +impl pallet_nft_fractionalization::Config for Runtime { + type RuntimeEvent = RuntimeEvent; + type Deposit = AssetDeposit; + type Currency = Balances; + type NewAssetSymbol = NewAssetSymbol; + type NewAssetName = NewAssetName; + type StringLimit = StringLimit; + type NftCollectionId = ::CollectionId; + type NftId = ::ItemId; + type AssetBalance = ::Balance; + type AssetId = ::AssetId; + type Assets = Assets; + type Nfts = Nfts; + type PalletId = NftFractionalizationPalletId; + type WeightInfo = pallet_nft_fractionalization::weights::SubstrateWeight; + type HoldReason = NftFractionalizationHoldReason; + #[cfg(feature = "runtime-benchmarks")] + type BenchmarkHelper = (); +} + parameter_types! { pub NftsPalletFeatures: PalletFeatures = PalletFeatures::all_enabled(); pub const NftsMaxDeadlineDuration: BlockNumber = 12 * 30 * DAYS; @@ -708,6 +747,7 @@ construct_runtime!( Uniques: pallet_uniques::{Pallet, Call, Storage, Event} = 51, Nfts: pallet_nfts::{Pallet, Call, Storage, Event} = 52, ForeignAssets: pallet_assets::::{Pallet, Call, Storage, Event} = 53, + NftFractionalization: pallet_nft_fractionalization::{Pallet, Call, Storage, Event} = 54, } ); @@ -736,7 +776,7 @@ pub type UncheckedExtrinsic = /// Extrinsic type that has already been checked. pub type CheckedExtrinsic = generic::CheckedExtrinsic; /// Migrations to apply on runtime upgrade. -pub type Migrations = (pallet_nfts::migration::v1::MigrateToV1,); +pub type Migrations = (); /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< @@ -760,6 +800,7 @@ mod benches { [pallet_assets, ForeignAssets] [pallet_balances, Balances] [pallet_multisig, Multisig] + [pallet_nft_fractionalization, NftFractionalization] [pallet_nfts, Nfts] [pallet_proxy, Proxy] [pallet_session, SessionBench::] diff --git a/parachains/runtimes/assets/westmint/src/weights/mod.rs b/parachains/runtimes/assets/westmint/src/weights/mod.rs index 92af360ced1..0a0188da823 100644 --- a/parachains/runtimes/assets/westmint/src/weights/mod.rs +++ b/parachains/runtimes/assets/westmint/src/weights/mod.rs @@ -6,6 +6,7 @@ pub mod pallet_assets; pub mod pallet_balances; pub mod pallet_collator_selection; pub mod pallet_multisig; +pub mod pallet_nft_fractionalization; pub mod pallet_nfts; pub mod pallet_proxy; pub mod pallet_session; diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_nft_fractionalization.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_nft_fractionalization.rs new file mode 100644 index 00000000000..d8db24f50e6 --- /dev/null +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_nft_fractionalization.rs @@ -0,0 +1,63 @@ +// Copyright Parity Technologies (UK) Ltd. +// This file is part of Cumulus. + +// Cumulus is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Cumulus is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Cumulus. If not, see . + +//! Autogenerated weights for `pallet_nfts` +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev +//! DATE: 2023-05-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024 + +// Executed Command: +// ./artifacts/polkadot-parachain +// benchmark +// pallet +// --chain=westmint-dev +// --execution=wasm +// --wasm-execution=compiled +// --pallet=pallet_nft_fractionalization +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json +// --header=./file_header.txt +// --output=./parachains/runtimes/assets/westmint/src/weights/pallet_nft_fractionalization.rs + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] +#![allow(missing_docs)] + +use frame_support::{traits::Get, weights::Weight}; +use core::marker::PhantomData; + +/// Weight functions for `pallet_nfts`. +pub struct WeightInfo(PhantomData); +impl pallet_nft_fractionalization::WeightInfo for WeightInfo { + fn fractionalize() -> Weight { + // Minimum execution time: 44_312 nanoseconds. + Weight::from_parts(25_147_000, 3549) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) + } + fn unify() -> Weight { + // Minimum execution time: 31_654 nanoseconds. + Weight::from_parts(25_147_000, 3549) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) + } +} diff --git a/parachains/runtimes/assets/westmint/src/xcm_config.rs b/parachains/runtimes/assets/westmint/src/xcm_config.rs index c183d6c2676..c802e99e26b 100644 --- a/parachains/runtimes/assets/westmint/src/xcm_config.rs +++ b/parachains/runtimes/assets/westmint/src/xcm_config.rs @@ -271,6 +271,9 @@ impl Contains for SafeCallFilter { pallet_assets::Call::transfer_approved { .. } | pallet_assets::Call::touch { .. } | pallet_assets::Call::refund { .. }, + ) | RuntimeCall::NftFractionalization( + pallet_nft_fractionalization::Call::fractionalize { .. } | + pallet_nft_fractionalization::Call::unify { .. }, ) | RuntimeCall::Nfts( pallet_nfts::Call::create { .. } | pallet_nfts::Call::force_create { .. } | From 94e3541df35c7a6ab28a878f1d20d87951e2ebe4 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 13:57:09 +0200 Subject: [PATCH 2/7] Typos --- parachains/runtimes/assets/westmint/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 9b90b1b2aad..0fb2a44b2d2 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -54,7 +54,7 @@ use frame_support::{ InstanceFilter, }, weights::{ConstantMultiplier, Weight}, - PalletId, RuntimeDebug, + BoundedVec, PalletId, RuntimeDebug, }; use frame_system::{ limits::{BlockLength, BlockWeights}, @@ -638,8 +638,8 @@ impl pallet_uniques::Config for Runtime { parameter_types! { pub const NftFractionalizationPalletId: PalletId = PalletId(*b"fraction"); - pub NewAssetSymbol: BoundedVec = (*b"FRAC").to_vec().try_into().unwrap(); - pub NewAssetName: BoundedVec = (*b"Frac").to_vec().try_into().unwrap(); + pub NewAssetSymbol: BoundedVec = (*b"FRAC").to_vec().try_into().unwrap(); + pub NewAssetName: BoundedVec = (*b"Frac").to_vec().try_into().unwrap(); pub const NftFractionalizationHoldReason: HoldReason = HoldReason::NftFractionalization; } From 0b345a1e722b0ebc6ba7e3950bbae0fefa9c7715 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 13:59:48 +0200 Subject: [PATCH 3/7] One more typo --- parachains/runtimes/assets/westmint/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 0fb2a44b2d2..9e488015de6 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -649,7 +649,7 @@ impl pallet_nft_fractionalization::Config for Runtime { type Currency = Balances; type NewAssetSymbol = NewAssetSymbol; type NewAssetName = NewAssetName; - type StringLimit = StringLimit; + type StringLimit = AssetsStringLimit; type NftCollectionId = ::CollectionId; type NftId = ::ItemId; type AssetBalance = ::Balance; From e81949bf75be61a8347640b7e13dd99178b31aec Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 15:07:56 +0200 Subject: [PATCH 4/7] Undo Cargo.lock --- Cargo.lock | 3436 ++++++++++++++++++++++------------------------------ 1 file changed, 1424 insertions(+), 2012 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2b9df6740d..10a57137285 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,10 +384,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hex-literal 0.3.4", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-balances", "pallet-collator-selection", "pallet-session", @@ -398,10 +398,10 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "substrate-wasm-builder", "xcm", "xcm-executor", @@ -412,14 +412,14 @@ name = "assets-common" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "log", "pallet-xcm", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-std", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -762,11 +762,11 @@ dependencies = [ "bp-messages", "bp-polkadot-core", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "polkadot-primitives", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-std", ] [[package]] @@ -776,9 +776,9 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "sp-api", + "sp-std", ] [[package]] @@ -788,9 +788,9 @@ dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "sp-api", + "sp-std", ] [[package]] @@ -800,16 +800,16 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", "serde", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -818,14 +818,14 @@ version = "0.1.0" dependencies = [ "bp-header-chain", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-std", ] [[package]] @@ -835,13 +835,13 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -850,16 +850,16 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hex", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -868,13 +868,13 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "hex", "hex-literal 0.4.1", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -884,16 +884,16 @@ dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "sp-api", ] [[package]] name = "bp-runtime" version = "0.1.0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hash-db", "hex-literal 0.4.1", "impl-trait-for-tuples", @@ -901,12 +901,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "trie-db", ] @@ -921,12 +921,12 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -937,8 +937,8 @@ dependencies = [ "bp-polkadot-core", "bp-rococo", "bp-runtime", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "sp-api", ] [[package]] @@ -955,10 +955,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -986,18 +986,18 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1018,10 +1018,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1049,18 +1049,18 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1091,10 +1091,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1126,19 +1126,19 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -1164,10 +1164,10 @@ dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "pallet-bridge-grandpa", @@ -1182,10 +1182,10 @@ dependencies = [ "parachain-info", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "xcm", "xcm-builder", "xcm-executor", @@ -1202,8 +1202,8 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-test-utils", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hash-db", "log", "pallet-balances", @@ -1215,12 +1215,12 @@ dependencies = [ "pallet-utility", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", "static_assertions", "xcm", "xcm-builder", @@ -1617,10 +1617,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1653,19 +1653,19 @@ dependencies = [ "polkadot-runtime-constants", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1772,10 +1772,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -1805,17 +1805,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -2198,8 +2198,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "url", ] @@ -2222,13 +2222,13 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-tracing", "tracing", ] @@ -2253,17 +2253,17 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "substrate-prometheus-endpoint", "tracing", @@ -2289,10 +2289,10 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-tracing", + "sp-trie", "substrate-prometheus-endpoint", "tracing", ] @@ -2305,9 +2305,9 @@ dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent", "sp-consensus", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -2322,13 +2322,13 @@ dependencies = [ "futures", "parking_lot 0.12.1", "sc-consensus", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -2356,11 +2356,11 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "substrate-test-utils", "tokio", "tracing", @@ -2389,7 +2389,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-test-utils", "tokio", "tracing", @@ -2421,11 +2421,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "sp-transaction-pool", ] @@ -2434,15 +2434,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2450,16 +2450,16 @@ name = "cumulus-pallet-dmp-queue" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", "xcm", ] @@ -2474,8 +2474,8 @@ dependencies = [ "cumulus-test-client", "cumulus-test-relay-sproof-builder", "environmental", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hex-literal 0.4.1", "impl-trait-for-tuples", "lazy_static", @@ -2484,17 +2484,17 @@ dependencies = [ "polkadot-parachain", "sc-client-api", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-version", "xcm", ] @@ -2512,13 +2512,13 @@ dependencies = [ name = "cumulus-pallet-session-benchmarking" version = "3.0.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2526,14 +2526,14 @@ name = "cumulus-pallet-solo-to-para" version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-sudo", "parity-scale-codec", "polkadot-primitives", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -2541,13 +2541,13 @@ name = "cumulus-pallet-xcm" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -2557,19 +2557,19 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -2581,12 +2581,12 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", "xcm", ] @@ -2599,10 +2599,10 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-std", + "sp-trie", "xcm", ] @@ -2617,14 +2617,14 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "tracing", ] @@ -2638,11 +2638,11 @@ dependencies = [ "futures", "parity-scale-codec", "sp-consensus", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-timestamp", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", ] [[package]] @@ -2650,13 +2650,13 @@ name = "cumulus-primitives-utility" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -2683,12 +2683,12 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -2702,9 +2702,9 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine", "thiserror", ] @@ -2736,11 +2736,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "tokio", "tracing", ] @@ -2763,12 +2763,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-state-machine", + "sp-storage", "tokio", "tracing", "url", @@ -2783,7 +2783,7 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "cumulus-test-runtime", "cumulus-test-service", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", @@ -2794,13 +2794,13 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-timestamp", "substrate-test-client", ] @@ -2812,9 +2812,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-std", ] [[package]] @@ -2833,8 +2833,8 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "pallet-balances", "pallet-sudo", @@ -2842,17 +2842,17 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", ] @@ -2875,7 +2875,7 @@ dependencies = [ "cumulus-relay-chain-minimal-node", "cumulus-test-relay-validation-worker-provider", "cumulus-test-runtime", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "jsonrpsee", @@ -2903,16 +2903,16 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "sp-timestamp", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", + "sp-trie", "substrate-test-client", "substrate-test-utils", "tokio", @@ -3819,53 +3819,28 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", "static_assertions", ] @@ -3879,9 +3854,9 @@ dependencies = [ "chrono", "clap 4.2.7", "comfy-table", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "itertools", @@ -3900,18 +3875,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "thiserror", "thousands", ] @@ -3933,15 +3908,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "frame-election-provider-solution-type", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -3949,16 +3924,16 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -3985,48 +3960,14 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "spinners", "substrate-rpc-client", "tokio", ] -[[package]] -name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "bitflags", - "environmental", - "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "impl-trait-for-tuples", - "k256", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "tt-call", -] - [[package]] name = "frame-support" version = "4.0.0-dev" @@ -4035,7 +3976,7 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -4045,38 +3986,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-debug-derive", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "itertools", - "proc-macro-warning", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -4085,7 +4010,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural-tools", "itertools", "proc-macro-warning", "proc-macro2", @@ -4093,40 +4018,18 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", "syn 2.0.15", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -4137,42 +4040,23 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "cfg-if", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "cfg-if", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] [[package]] @@ -4180,14 +4064,14 @@ name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -4196,7 +4080,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", ] [[package]] @@ -4204,11 +4088,11 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -4496,10 +4380,10 @@ dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcm", "cumulus-primitives-core", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-try-runtime", "pallet-glutton", @@ -4507,16 +4391,16 @@ dependencies = [ "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -5256,11 +5140,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -5323,24 +5207,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -5353,13 +5237,13 @@ name = "kusama-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -6240,13 +6124,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -6258,11 +6142,11 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -6774,19 +6658,19 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ "array-bytes 4.2.0", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-collective", "pallet-identity", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-core-hashing", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6794,32 +6678,17 @@ name = "pallet-asset-tx-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-transaction-payment", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "pallet-assets" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6827,14 +6696,14 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -6842,15 +6711,15 @@ name = "pallet-aura" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6858,15 +6727,15 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6874,13 +6743,13 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6888,23 +6757,23 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -6912,19 +6781,19 @@ name = "pallet-bags-list" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -6932,14 +6801,14 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6947,18 +6816,18 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -6968,8 +6837,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", @@ -6977,12 +6846,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6990,17 +6859,17 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7011,18 +6880,18 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -7032,18 +6901,18 @@ dependencies = [ "bp-messages", "bp-runtime", "bp-test-utils", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7055,18 +6924,18 @@ dependencies = [ "bp-polkadot-core", "bp-runtime", "bp-test-utils", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -7076,19 +6945,19 @@ dependencies = [ "bp-messages", "bp-relayers", "bp-runtime", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-balances", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7096,27 +6965,27 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collator-selection" version = "3.0.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-aura", "pallet-authorship", @@ -7127,12 +6996,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", + "sp-tracing", ] [[package]] @@ -7140,16 +7009,16 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7159,9 +7028,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd dependencies = [ "bitflags", "environmental", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-contracts-primitives", @@ -7172,11 +7041,11 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "wasm-instrument 0.4.0", "wasmi 0.28.0", "wasmparser-nostd", @@ -7190,9 +7059,9 @@ dependencies = [ "bitflags", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] @@ -7211,15 +7080,15 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7227,17 +7096,17 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7245,21 +7114,21 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", "strum", ] @@ -7268,12 +7137,12 @@ name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -7281,17 +7150,17 @@ name = "pallet-elections-phragmen" version = "5.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7299,17 +7168,17 @@ name = "pallet-fast-unstake" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7318,16 +7187,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240" dependencies = [ "blake2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7335,22 +7204,22 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", ] [[package]] @@ -7359,14 +7228,14 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "enumflags2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7374,19 +7243,19 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7394,16 +7263,16 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7411,13 +7280,13 @@ name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7425,16 +7294,16 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7442,16 +7311,16 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7459,50 +7328,15 @@ name = "pallet-multisig" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "pallet-nft-fractionalization" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "log", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "parity-scale-codec", - "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - -[[package]] -name = "pallet-nfts" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "enumflags2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7511,16 +7345,16 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ "enumflags2", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7528,10 +7362,10 @@ name = "pallet-nfts-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "pallet-nfts", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", ] [[package]] @@ -7539,15 +7373,15 @@ name = "pallet-nis" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7555,16 +7389,16 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7572,19 +7406,19 @@ name = "pallet-nomination-pools-benchmarking" version = "1.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", + "sp-std", ] [[package]] @@ -7594,8 +7428,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-std", ] [[package]] @@ -7603,16 +7437,16 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7620,10 +7454,10 @@ name = "pallet-offences-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-babe", "pallet-balances", @@ -7634,24 +7468,24 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-parachain-template" version = "0.1.0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -7659,16 +7493,16 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7676,14 +7510,14 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7691,17 +7525,17 @@ name = "pallet-ranked-collective" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7709,14 +7543,14 @@ name = "pallet-recovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7725,17 +7559,17 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7743,16 +7577,16 @@ name = "pallet-scheduler" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] @@ -7760,20 +7594,20 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] @@ -7781,15 +7615,15 @@ name = "pallet-session-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", ] [[package]] @@ -7797,13 +7631,13 @@ name = "pallet-society" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7811,10 +7645,10 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -7822,11 +7656,11 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7846,7 +7680,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", ] [[package]] @@ -7855,7 +7689,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", ] [[package]] @@ -7863,16 +7697,16 @@ name = "pallet-state-trie-migration" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7880,14 +7714,14 @@ name = "pallet-sudo" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7895,16 +7729,16 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -7913,18 +7747,18 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7932,15 +7766,15 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7951,12 +7785,12 @@ dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-weights", ] [[package]] @@ -7966,9 +7800,9 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -7976,16 +7810,16 @@ name = "pallet-treasury" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7993,14 +7827,14 @@ name = "pallet-uniques" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#3919ca88d1dd0b06f26bd80fd0066a1ad7187081" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -8008,15 +7842,15 @@ name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8024,14 +7858,14 @@ name = "pallet-vesting" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -8039,14 +7873,14 @@ name = "pallet-whitelist" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -8055,17 +7889,17 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bounded-collections", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -8075,15 +7909,15 @@ name = "pallet-xcm-benchmarks" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -8094,8 +7928,8 @@ name = "parachain-info" version = "0.1.0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] @@ -8113,7 +7947,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-benchmarking-cli", "jsonrpsee", "log", @@ -8138,14 +7972,14 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-timestamp", "substrate-build-script-utils", "substrate-frame-rpc-system", @@ -8167,10 +8001,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8193,17 +8027,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8215,10 +8049,10 @@ name = "parachains-common" version = "1.0.0" dependencies = [ "cumulus-primitives-utility", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-asset-tx-payment", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-authorship", "pallet-balances", "pallet-collator-selection", @@ -8226,10 +8060,10 @@ dependencies = [ "polkadot-primitives", "scale-info", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8247,10 +8081,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "hex-literal 0.3.4", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-balances", "pallet-collator-selection", "pallet-session", @@ -8260,10 +8094,10 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "substrate-wasm-builder", "xcm", "xcm-executor", @@ -8472,17 +8306,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -8501,17 +8335,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -8728,8 +8562,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -8775,8 +8609,8 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", "sp-keyring", "sp-maybe-compressed-blob", "substrate-build-script-utils", @@ -8790,9 +8624,9 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "async-trait", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "pallet-transaction-payment", @@ -8807,7 +8641,7 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -8815,14 +8649,14 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", ] @@ -8842,9 +8676,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -8856,9 +8690,9 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8880,8 +8714,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -8895,8 +8729,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-trie", "thiserror", ] @@ -8914,9 +8748,9 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "tracing-gum", ] @@ -8955,7 +8789,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8982,10 +8816,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -9025,7 +8859,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9039,7 +8873,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", "thiserror", "tracing-gum", "wasm-timer", @@ -9128,7 +8962,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -9169,10 +9003,10 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", + "sp-wasm-interface", "substrate-build-script-utils", "tokio", "tracing-gum", @@ -9189,7 +9023,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9211,11 +9045,11 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-tracing", "substrate-build-script-utils", "tempfile", "tikv-jemalloc-ctl", @@ -9251,7 +9085,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "thiserror", "tokio", ] @@ -9309,12 +9143,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", "zstd 0.11.2+zstd.1.5.2", ] @@ -9341,10 +9175,10 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", ] [[package]] @@ -9363,7 +9197,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -9396,9 +9230,9 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -9420,8 +9254,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -9433,14 +9267,14 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "bounded-collections", "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -9464,7 +9298,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-relay-chain-interface", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-benchmarking-cli", "futures", "glutton-runtime", @@ -9499,15 +9333,15 @@ dependencies = [ "serde", "serde_json", "shell-runtime", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-keystore", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -9555,18 +9389,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -9590,13 +9424,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -9607,11 +9441,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9670,24 +9504,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9701,10 +9535,10 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -9728,15 +9562,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "static_assertions", "xcm", ] @@ -9746,13 +9580,13 @@ name = "polkadot-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9763,8 +9597,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", + "sp-tracing", ] [[package]] @@ -9775,9 +9609,9 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "pallet-authority-discovery", "pallet-authorship", @@ -9796,16 +9630,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "static_assertions", "xcm", "xcm-executor", @@ -9818,7 +9652,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "frame-system-rpc-runtime-api", "futures", "hex-literal 0.4.1", @@ -9894,7 +9728,7 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -9902,19 +9736,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -9936,8 +9770,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-staking", "thiserror", "tracing-gum", ] @@ -9949,7 +9783,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8c dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", ] [[package]] @@ -9965,14 +9799,14 @@ dependencies = [ "sc-block-builder", "sc-consensus", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "substrate-test-client", ] @@ -9985,8 +9819,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -10015,22 +9849,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -10043,8 +9877,8 @@ name = "polkadot-test-service" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-system", "futures", "hex", "pallet-balances", @@ -10073,17 +9907,17 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "substrate-test-client", "tempfile", "test-runtime-constants", @@ -10795,12 +10629,12 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-aura", "pallet-balances", "pallet-sudo", @@ -10813,17 +10647,17 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -10836,10 +10670,10 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "binary-merkle-tree", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -10893,22 +10727,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -10921,13 +10755,13 @@ name = "rococo-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -11169,8 +11003,8 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "log", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -11193,12 +11027,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11217,12 +11051,12 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -11233,12 +11067,12 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] @@ -11255,9 +11089,9 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -11300,12 +11134,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", @@ -11324,17 +11158,17 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "sp-statement-store", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-storage", "substrate-prometheus-endpoint", ] @@ -11355,13 +11189,13 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -11379,12 +11213,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -11403,17 +11237,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11439,17 +11273,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11465,14 +11299,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -11496,16 +11330,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -11525,8 +11359,8 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -11540,7 +11374,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -11570,15 +11404,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11598,8 +11432,8 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -11616,14 +11450,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -11637,15 +11471,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi 0.13.2", ] @@ -11657,7 +11491,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface", "thiserror", "wasm-instrument 0.3.0", "wasmi 0.13.2", @@ -11671,8 +11505,8 @@ dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi 0.13.2", ] @@ -11689,8 +11523,8 @@ dependencies = [ "rustix 0.36.7", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -11707,7 +11541,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -11718,9 +11552,9 @@ dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] @@ -11758,11 +11592,11 @@ dependencies = [ "serde_json", "smallvec", "snow", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -11784,7 +11618,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -11811,7 +11645,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -11831,7 +11665,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -11853,8 +11687,8 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "thiserror", ] @@ -11882,12 +11716,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -11908,7 +11742,7 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "substrate-prometheus-endpoint", ] @@ -11935,10 +11769,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "threadpool", "tracing", ] @@ -11983,16 +11817,16 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", "sp-statement-store", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "tokio", ] @@ -12008,10 +11842,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-version", "thiserror", ] @@ -12047,11 +11881,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-version", "thiserror", "tokio-stream", ] @@ -12099,20 +11933,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-trie", + "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -12130,7 +11964,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", ] [[package]] @@ -12144,7 +11978,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "thiserror", "tokio", ] @@ -12164,7 +11998,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", ] @@ -12182,9 +12016,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -12225,12 +12059,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -12265,11 +12099,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -12285,7 +12119,7 @@ dependencies = [ "log", "serde", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "thiserror", ] @@ -12301,7 +12135,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", ] [[package]] @@ -12499,24 +12333,24 @@ dependencies = [ "cumulus-pallet-solo-to-para", "cumulus-primitives-core", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "pallet-balances", "pallet-sudo", "parachain-info", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", ] @@ -12681,23 +12515,23 @@ dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-try-runtime", "parachain-info", "parachains-common", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -12778,8 +12612,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", ] [[package]] @@ -12847,26 +12681,6 @@ dependencies = [ "sha-1 0.9.8", ] -[[package]] -name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", -] - [[package]] name = "sp-api" version = "4.0.0-dev" @@ -12876,31 +12690,17 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api-proc-macro", + "sp-core", + "sp-metadata-ir", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "Inflector", - "blake2", - "expander 1.0.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -12915,19 +12715,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "sp-application-crypto" version = "7.0.0" @@ -12936,23 +12723,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "static_assertions", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -12965,7 +12738,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "static_assertions", ] @@ -12976,10 +12749,10 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] @@ -12988,10 +12761,10 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -13004,11 +12777,11 @@ dependencies = [ "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -13020,10 +12793,10 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -13035,13 +12808,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -13054,15 +12827,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", "sp-timestamp", ] @@ -13075,13 +12848,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-std", "strum", ] @@ -13095,12 +12868,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -13111,54 +12884,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-timestamp", ] -[[package]] -name = "sp-core" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "array-bytes 4.2.0", - "bitflags", - "blake2", - "bounded-collections", - "bs58", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand 0.8.5", - "regex", - "scale-info", - "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "zeroize", -] - [[package]] name = "sp-core" version = "7.0.0" @@ -13190,12 +12919,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -13203,20 +12932,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.6", - "sha2 0.10.2", - "sha3", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "5.0.0" @@ -13227,21 +12942,10 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "twox-hash", ] -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "syn 2.0.15", -] - [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" @@ -13249,7 +12953,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing", "syn 2.0.15", ] @@ -13262,16 +12966,6 @@ dependencies = [ "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-debug-derive" version = "5.0.0" @@ -13282,17 +12976,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-externalities" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "sp-externalities" version = "0.13.0" @@ -13300,23 +12983,8 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", + "sp-std", + "sp-storage", ] [[package]] @@ -13328,38 +12996,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "bytes", - "ed25519", - "ed25519-dalek", - "futures", - "libsecp256k1", - "log", - "parity-scale-codec", - "rustversion", - "secp256k1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "7.0.0" @@ -13374,14 +13016,14 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", "tracing", "tracing-core", ] @@ -13392,24 +13034,11 @@ version = "7.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "lazy_static", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", "strum", ] -[[package]] -name = "sp-keystore" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "futures", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.13.0" @@ -13419,8 +13048,8 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", "thiserror", ] @@ -13433,17 +13062,6 @@ dependencies = [ "zstd 0.12.3+zstd.1.5.2", ] -[[package]] -name = "sp-metadata-ir" -version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "sp-metadata-ir" version = "0.1.0" @@ -13452,7 +13070,7 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", ] [[package]] @@ -13465,11 +13083,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] @@ -13481,10 +13099,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -13492,19 +13110,9 @@ name = "sp-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-panic-handler" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -13524,29 +13132,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "rustc-hash", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-runtime" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-core", ] [[package]] @@ -13563,30 +13149,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-runtime-interface" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", ] [[package]] @@ -13598,27 +13166,15 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-storage 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-tracing 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" @@ -13638,24 +13194,11 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b03 dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -13666,29 +13209,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-state-machine" -version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", - "tracing", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -13702,11 +13225,11 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "tracing", ] @@ -13719,39 +13242,21 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-application-crypto 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime-interface 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", + "sp-std", "thiserror", ] -[[package]] -name = "sp-std" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" - [[package]] name = "sp-std" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" -[[package]] -name = "sp-storage" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "sp-storage" version = "7.0.0" @@ -13761,8 +13266,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -13774,31 +13279,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -13809,8 +13302,8 @@ name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#1b8ad0303b039b6f958ca3e52e84befb2bb44ad2" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", + "sp-runtime", ] [[package]] @@ -13822,34 +13315,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", -] - -[[package]] -name = "sp-trie" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "ahash 0.8.2", - "hash-db", - "hashbrown 0.13.2", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "scale-info", - "schnellru", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -13867,31 +13337,14 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "thiserror", -] - [[package]] name = "sp-version" version = "5.0.0" @@ -13902,24 +13355,13 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.15", -] - [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" @@ -13931,20 +13373,6 @@ dependencies = [ "syn 2.0.15", ] -[[package]] -name = "sp-wasm-interface" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "wasmi 0.13.2", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "7.0.0" @@ -13954,26 +13382,11 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "wasmi 0.13.2", "wasmtime", ] -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=li/sft-main-branch#7e54a8968a405ea1491a27fbd16e5fb99f2d3f96" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=li/sft-main-branch)", -] - [[package]] name = "sp-weights" version = "4.0.0" @@ -13983,10 +13396,10 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -14068,10 +13481,10 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14079,13 +13492,13 @@ dependencies = [ "kusama-runtime-constants", "log", "pallet-asset-tx-payment", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-aura", "pallet-authorship", "pallet-balances", "pallet-collator-selection", "pallet-multisig", - "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-nfts", "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", @@ -14105,18 +13518,18 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", + "sp-weights", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -14138,17 +13551,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -14172,18 +13585,18 @@ dependencies = [ "polkadot-runtime-constants", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", + "sp-weights", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -14329,11 +13742,11 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", ] [[package]] @@ -14358,7 +13771,7 @@ dependencies = [ "log", "sc-rpc-api", "serde", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", ] [[package]] @@ -14373,10 +13786,10 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-trie 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", "trie-db", ] @@ -14399,11 +13812,11 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", "sp-keyring", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -14559,13 +13972,13 @@ name = "test-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -15098,22 +14511,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-debug-derive 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-externalities 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-keystore 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-state-machine 0.13.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", + "sp-weights", "substrate-rpc-client", "zstd 0.12.3+zstd.1.5.2", ] @@ -16020,11 +15433,11 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "bitvec", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -16082,23 +15495,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -16111,13 +15524,13 @@ name = "westend-runtime-constants" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -16135,24 +15548,23 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-timestamp", "cumulus-primitives-utility", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal 0.4.1", "log", "pallet-asset-tx-payment", - "pallet-assets 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-assets", "pallet-aura", "pallet-authorship", "pallet-balances", "pallet-collator-selection", "pallet-multisig", - "pallet-nft-fractionalization", - "pallet-nfts 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "pallet-nfts", "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", @@ -16171,17 +15583,17 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core", + "sp-inherents", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -16621,7 +16033,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-weights", "xcm-procedural", ] @@ -16630,18 +16042,18 @@ name = "xcm-builder" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -16652,17 +16064,17 @@ version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#e260da4ddad8cbd76999c23a93580167d60d81e4" dependencies = [ "environmental", - "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-core 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-io 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-runtime 7.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-std 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)", - "sp-weights 4.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "xcm", ] From b2d4284721bf8a28f000a80e825d2583f795a157 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 15:09:12 +0200 Subject: [PATCH 5/7] Point to master --- parachains/runtimes/assets/westmint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachains/runtimes/assets/westmint/Cargo.toml b/parachains/runtimes/assets/westmint/Cargo.toml index af043820c5f..16d7e606221 100644 --- a/parachains/runtimes/assets/westmint/Cargo.toml +++ b/parachains/runtimes/assets/westmint/Cargo.toml @@ -26,7 +26,7 @@ pallet-aura = { git = "https://github.com/paritytech/substrate", default-feature pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -pallet-nft-fractionalization = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "li/sft-main-branch" } +pallet-nft-fractionalization = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-nfts = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-nfts-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } From dc33794d29c7981693120050f9dbb44140219589 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Fri, 19 May 2023 15:47:22 +0200 Subject: [PATCH 6/7] Referense the first instance of the assets pallet --- parachains/runtimes/assets/westmint/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 9e488015de6..d4c714b0fa6 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -653,7 +653,7 @@ impl pallet_nft_fractionalization::Config for Runtime { type NftCollectionId = ::CollectionId; type NftId = ::ItemId; type AssetBalance = ::Balance; - type AssetId = ::AssetId; + type AssetId = >::AssetId; type Assets = Assets; type Nfts = Nfts; type PalletId = NftFractionalizationPalletId; From 1c7eef1d48fa444a1cd8788ae5227f8f645516b2 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Tue, 23 May 2023 09:40:42 +0200 Subject: [PATCH 7/7] Update cargo.lock --- Cargo.lock | 402 ++++++++++++++++++++++++++++------------------------- 1 file changed, 210 insertions(+), 192 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb38e8393b9..9979294df22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "hash-db", "log", @@ -3808,7 +3808,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", ] @@ -3831,7 +3831,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-support-procedural", @@ -3856,7 +3856,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3903,7 +3903,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3914,7 +3914,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -3960,7 +3960,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-recursion", "futures", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "bitflags", "environmental", @@ -4015,7 +4015,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "Inflector", "cfg-expr", @@ -4031,7 +4031,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4043,7 +4043,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro2", "quote", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "cfg-if", "frame-support", @@ -4072,7 +4072,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -4087,7 +4087,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "sp-api", @@ -4096,7 +4096,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "parity-scale-codec", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "log", @@ -6188,7 +6188,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "anyhow", "jsonrpsee", @@ -6707,7 +6707,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6728,7 +6728,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -6746,7 +6746,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -6761,7 +6761,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -6777,7 +6777,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -6793,7 +6793,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -6807,7 +6807,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -6831,7 +6831,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6851,7 +6851,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -6885,7 +6885,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6909,7 +6909,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7015,7 +7015,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7059,7 +7059,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7076,7 +7076,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "bitflags", "environmental", @@ -7106,7 +7106,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "bitflags", "parity-scale-codec", @@ -7119,7 +7119,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro2", "quote", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7146,7 +7146,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7164,7 +7164,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7187,7 +7187,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7218,7 +7218,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7236,7 +7236,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "blake2", "frame-benchmarking", @@ -7254,7 +7254,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7277,7 +7277,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7293,7 +7293,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7313,7 +7313,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7330,7 +7330,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7344,7 +7344,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7361,7 +7361,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7380,7 +7380,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7397,7 +7397,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7410,10 +7410,27 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-nft-fractionalization" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-assets", + "pallet-nfts", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7431,7 +7448,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "pallet-nfts", @@ -7442,7 +7459,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7458,7 +7475,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7475,7 +7492,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7495,7 +7512,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7506,7 +7523,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7523,7 +7540,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7562,7 +7579,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7579,7 +7596,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7594,7 +7611,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7612,7 +7629,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7627,7 +7644,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7646,7 +7663,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7663,7 +7680,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7684,7 +7701,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7700,7 +7717,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7714,7 +7731,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7737,7 +7754,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7748,7 +7765,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "sp-arithmetic", @@ -7757,7 +7774,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "sp-api", @@ -7766,7 +7783,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7783,7 +7800,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7798,7 +7815,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7816,7 +7833,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7835,7 +7852,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-support", "frame-system", @@ -7851,7 +7868,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7867,7 +7884,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7879,7 +7896,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7896,7 +7913,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7911,7 +7928,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7927,7 +7944,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -7942,7 +7959,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-benchmarking", "frame-support", @@ -11074,7 +11091,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "sp-core", @@ -11085,7 +11102,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -11114,7 +11131,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "futures-timer", @@ -11137,7 +11154,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11152,7 +11169,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11171,7 +11188,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11182,7 +11199,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11222,7 +11239,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "fnv", "futures", @@ -11249,7 +11266,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "hash-db", "kvdb", @@ -11275,7 +11292,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -11300,7 +11317,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -11329,7 +11346,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "fork-tree", @@ -11365,7 +11382,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "jsonrpsee", @@ -11387,7 +11404,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11422,7 +11439,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "jsonrpsee", @@ -11441,7 +11458,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11454,7 +11471,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11494,7 +11511,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "finality-grandpa", "futures", @@ -11514,7 +11531,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -11537,7 +11554,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -11561,7 +11578,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11574,7 +11591,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "sc-allocator", @@ -11587,7 +11604,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "anyhow", "cfg-if", @@ -11605,7 +11622,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ansi_term", "futures", @@ -11621,7 +11638,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -11635,7 +11652,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11680,7 +11697,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "cid", "futures", @@ -11700,7 +11717,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11728,7 +11745,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ahash 0.8.2", "futures", @@ -11747,7 +11764,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11769,7 +11786,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11803,7 +11820,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11823,7 +11840,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11854,7 +11871,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "libp2p-identity", @@ -11867,7 +11884,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11876,7 +11893,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "jsonrpsee", @@ -11907,7 +11924,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11926,7 +11943,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "http", "jsonrpsee", @@ -11941,7 +11958,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11967,7 +11984,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "directories", @@ -12033,7 +12050,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "parity-scale-codec", @@ -12044,7 +12061,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "clap 4.2.7", "fs4", @@ -12060,7 +12077,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12079,7 +12096,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "libc", @@ -12098,7 +12115,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "chrono", "futures", @@ -12117,7 +12134,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ansi_term", "atty", @@ -12148,7 +12165,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12159,7 +12176,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -12186,7 +12203,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -12200,7 +12217,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-channel", "futures", @@ -12758,7 +12775,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "hash-db", "log", @@ -12778,7 +12795,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "Inflector", "blake2", @@ -12792,7 +12809,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -12805,7 +12822,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "integer-sqrt", "num-traits", @@ -12819,7 +12836,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -12832,7 +12849,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "sp-api", @@ -12844,7 +12861,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "log", @@ -12862,7 +12879,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures", @@ -12877,7 +12894,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "parity-scale-codec", @@ -12895,7 +12912,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "parity-scale-codec", @@ -12916,7 +12933,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12935,7 +12952,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "finality-grandpa", "log", @@ -12953,7 +12970,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -12965,7 +12982,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -13009,7 +13026,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "blake2b_simd", "byteorder", @@ -13023,7 +13040,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro2", "quote", @@ -13034,7 +13051,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13043,7 +13060,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro2", "quote", @@ -13053,7 +13070,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "environmental", "parity-scale-codec", @@ -13064,7 +13081,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13079,7 +13096,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "bytes", "ed25519", @@ -13105,7 +13122,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "lazy_static", "sp-core", @@ -13116,7 +13133,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "parity-scale-codec", @@ -13130,7 +13147,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13139,7 +13156,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13150,7 +13167,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13168,7 +13185,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -13182,7 +13199,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "sp-api", "sp-core", @@ -13192,7 +13209,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "backtrace", "lazy_static", @@ -13202,7 +13219,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "rustc-hash", "serde", @@ -13212,7 +13229,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "either", "hash256-std-hasher", @@ -13234,7 +13251,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13252,7 +13269,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "Inflector", "proc-macro-crate", @@ -13264,7 +13281,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -13278,7 +13295,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -13291,7 +13308,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "hash-db", "log", @@ -13311,7 +13328,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "log", "parity-scale-codec", @@ -13329,12 +13346,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13347,7 +13364,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "futures-timer", @@ -13362,7 +13379,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "sp-std", @@ -13374,7 +13391,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "sp-api", "sp-runtime", @@ -13383,7 +13400,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "log", @@ -13399,7 +13416,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13422,7 +13439,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13439,7 +13456,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13450,7 +13467,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13464,7 +13481,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "parity-scale-codec", "scale-info", @@ -13825,7 +13842,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "platforms 2.0.0", ] @@ -13833,7 +13850,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13852,7 +13869,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "hyper", "log", @@ -13864,7 +13881,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "jsonrpsee", @@ -13877,7 +13894,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "jsonrpsee", "log", @@ -13896,7 +13913,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13922,7 +13939,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "futures", "substrate-test-utils-derive", @@ -13932,7 +13949,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -13943,7 +13960,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "ansi_term", "build-helper", @@ -14608,7 +14625,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#20bd05cac4112a8455ec542e83313e22fcc77ddb" +source = "git+https://github.com/paritytech/substrate?branch=master#784ac7e9cf42a88cf5ad105281633f705688bae9" dependencies = [ "async-trait", "clap 4.2.7", @@ -15676,6 +15693,7 @@ dependencies = [ "pallet-balances", "pallet-collator-selection", "pallet-multisig", + "pallet-nft-fractionalization", "pallet-nfts", "pallet-nfts-runtime-api", "pallet-proxy",