From 3812d36735981080a6e9cde6483e46edbae3aa07 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 12:43:48 +0100 Subject: [PATCH 1/8] Formatting --- Cargo.lock | 2177 +++++++++++++--------- polkadot-parachains/statemine/src/lib.rs | 7 +- polkadot-parachains/statemint/src/lib.rs | 7 +- polkadot-parachains/westmint/src/lib.rs | 7 +- 4 files changed, 1261 insertions(+), 937 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b54481780..107ee5dd4a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,6 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "fnv", @@ -473,12 +472,12 @@ dependencies = [ "sc-network-gossip", "sc-utils", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 5.0.0", + "sp-arithmetic 4.0.0", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -487,7 +486,6 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -502,27 +500,25 @@ dependencies = [ "sc-rpc", "sc-utils", "serde", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-runtime", + "sp-application-crypto 5.0.0", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] @@ -731,23 +727,21 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "finality-grandpa", "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-runtime", "frame-support", @@ -759,7 +753,6 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "bp-runtime", @@ -775,7 +768,6 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-runtime", @@ -784,16 +776,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", - "sp-version", + "sp-version 5.0.0", ] [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -802,48 +793,45 @@ dependencies = [ "parity-scale-codec", "smallvec", "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", - "sp-version", + "sp-version 5.0.0", ] [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "hash-db", "num-traits", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-std", - "sp-trie", + "sp-trie 6.0.0", ] [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-header-chain", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -851,14 +839,13 @@ dependencies = [ "bp-runtime", "parity-scale-codec", "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -871,11 +858,11 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-std", - "sp-trie", + "sp-trie 6.0.0", ] [[package]] @@ -999,7 +986,7 @@ dependencies = [ "pallet-balances", "pallet-collator-selection", "pallet-contracts", - "pallet-contracts-primitives", + "pallet-contracts-primitives 6.0.0", "pallet-contracts-rpc-runtime-api", "pallet-multisig", "pallet-randomness-collective-flip", @@ -1022,15 +1009,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1614,11 +1601,11 @@ dependencies = [ "sc-client-api", "sp-api", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-maybe-compressed-blob", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-tracing 5.0.0", "tracing", ] @@ -1637,15 +1624,15 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -1667,9 +1654,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-runtime", - "sp-tracing", - "sp-trie", + "sp-runtime 6.0.0", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", "tracing", ] @@ -1689,9 +1676,9 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -1723,11 +1710,11 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-keyring 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "substrate-test-utils", "tokio", "tracing", @@ -1756,7 +1743,7 @@ dependencies = [ "sp-api", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-test-utils", "tokio", "tracing", @@ -1786,8 +1773,8 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "tracing", ] @@ -1803,9 +1790,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-aura", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] @@ -1819,11 +1806,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", - "sp-version", + "sp-version 5.0.0", "xcm", "xcm-executor", ] @@ -1850,17 +1837,17 @@ dependencies = [ "sc-client-api", "scale-info", "serde", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "sp-inherents", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-version", + "sp-io 6.0.0", + "sp-keyring 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", + "sp-version 5.0.0", "xcm", ] @@ -1883,7 +1870,7 @@ dependencies = [ "frame-system", "pallet-session", "parity-scale-codec", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] @@ -1899,7 +1886,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "scale-info", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] @@ -1913,8 +1900,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", "xcm", ] @@ -1932,9 +1919,9 @@ dependencies = [ "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", "xcm", "xcm-builder", @@ -1952,7 +1939,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", "xcm", ] @@ -1967,9 +1954,9 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", - "sp-trie", + "sp-trie 6.0.0", ] [[package]] @@ -1984,13 +1971,13 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-std", - "sp-storage", - "sp-trie", + "sp-storage 6.0.0", + "sp-trie 6.0.0", "tracing", ] @@ -2005,10 +1992,10 @@ dependencies = [ "parity-scale-codec", "sp-consensus", "sp-inherents", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", "sp-timestamp", - "sp-tracing", + "sp-tracing 5.0.0", ] [[package]] @@ -2021,9 +2008,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", - "sp-trie", + "sp-trie 6.0.0", "xcm", ] @@ -2051,10 +2038,10 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-keyring 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "tracing", ] @@ -2075,9 +2062,9 @@ dependencies = [ "sc-service", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "thiserror", ] @@ -2098,10 +2085,10 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sp-api", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-storage", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", "tracing", "url 2.2.2", ] @@ -2128,11 +2115,11 @@ dependencies = [ "sc-service", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keyring", - "sp-runtime", + "sp-io 6.0.0", + "sp-keyring 6.0.0", + "sp-runtime 6.0.0", "sp-timestamp", "substrate-test-client", ] @@ -2144,8 +2131,8 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-std", ] @@ -2176,15 +2163,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", ] @@ -2231,16 +2218,16 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-blockchain", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-keyring 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-timestamp", - "sp-tracing", - "sp-trie", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", "substrate-test-client", "substrate-test-utils", "tokio", @@ -2787,7 +2774,6 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", ] @@ -2805,7 +2791,6 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -2816,18 +2801,17 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-runtime-interface", + "sp-application-crypto 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", + "sp-runtime-interface 5.0.0", "sp-std", - "sp-storage", + "sp-storage 5.0.0", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "chrono", @@ -2835,46 +2819,31 @@ dependencies = [ "frame-benchmarking", "frame-support", "handlebars", - "hash-db", - "hex", - "itertools", - "kvdb", "linked-hash-map", "log", - "memory-db", "parity-scale-codec", - "rand 0.8.5", "sc-cli", - "sc-client-api", "sc-client-db", "sc-executor", "sc-service", "serde", "serde_json", - "serde_nanos", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic", + "sp-arithmetic 4.0.0", "sp-npos-elections", "sp-std", ] @@ -2882,17 +2851,16 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", - "sp-tracing", + "sp-tracing 4.0.0", ] [[package]] @@ -2910,7 +2878,6 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-metadata", @@ -2923,23 +2890,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", + "sp-arithmetic 4.0.0", + "sp-core 5.0.0", + "sp-core-hashing-proc-macro 4.0.0-dev", "sp-inherents", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-staking", - "sp-state-machine", + "sp-state-machine 0.11.0", "sp-std", - "sp-tracing", + "sp-tracing 4.0.0", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2951,7 +2917,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2963,7 +2928,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -2973,39 +2937,36 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", - "sp-version", + "sp-version 4.0.0-dev", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", @@ -3014,11 +2975,10 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "sp-api", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] @@ -4201,7 +4161,6 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -4264,21 +4223,21 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4289,13 +4248,12 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -5152,7 +5110,6 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "futures 0.3.21", @@ -5613,7 +5570,6 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5621,62 +5577,58 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-consensus-aura", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-authority-discovery", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5684,14 +5636,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-authorship", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5702,11 +5653,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-session", "sp-staking", "sp-std", @@ -5715,7 +5666,6 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5725,17 +5675,16 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", - "sp-tracing", + "sp-tracing 4.0.0", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5743,14 +5692,13 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "frame-support", @@ -5759,14 +5707,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5782,16 +5729,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5800,16 +5746,15 @@ dependencies = [ "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5818,15 +5763,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5840,15 +5784,14 @@ dependencies = [ "scale-info", "serde", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", - "sp-trie", + "sp-trie 6.0.0", ] [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5861,8 +5804,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", ] @@ -5884,18 +5827,17 @@ dependencies = [ "scale-info", "serde", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", "sp-std", - "sp-tracing", + "sp-tracing 5.0.0", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5903,23 +5845,22 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-contracts-primitives", + "pallet-contracts-primitives 5.0.0", "pallet-contracts-proc-macro", "parity-scale-codec", "rand 0.8.5", @@ -5927,15 +5868,29 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-sandbox", "sp-std", "wasm-instrument", "wasmi-validation", ] +[[package]] +name = "pallet-contracts-primitives" +version = "5.0.0" +dependencies = [ + "bitflags", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 5.0.0", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", + "sp-std", +] + [[package]] name = "pallet-contracts-primitives" version = "6.0.0" @@ -5945,16 +5900,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-core 6.0.0", + "sp-rpc 6.0.0", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -5964,39 +5918,36 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "pallet-contracts-primitives", + "pallet-contracts-primitives 5.0.0", "pallet-contracts-rpc-runtime-api", "parity-scale-codec", "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-core 5.0.0", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ - "pallet-contracts-primitives", + "pallet-contracts-primitives 5.0.0", "parity-scale-codec", "scale-info", "sp-api", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6004,15 +5955,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6022,11 +5972,11 @@ dependencies = [ "parity-scale-codec", "rand 0.7.3", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 4.0.0", + "sp-core 5.0.0", + "sp-io 5.0.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", "static_assertions", "strum 0.23.0", @@ -6035,7 +5985,6 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6043,32 +5992,30 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 5.0.0", + "sp-io 5.0.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 4.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6078,11 +6025,11 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 5.0.0", + "sp-core 5.0.0", "sp-finality-grandpa", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-session", "sp-staking", "sp-std", @@ -6091,7 +6038,6 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6099,15 +6045,14 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6116,10 +6061,10 @@ dependencies = [ "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", + "sp-application-crypto 5.0.0", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-staking", "sp-std", ] @@ -6127,24 +6072,22 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-keyring 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6152,16 +6095,15 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6170,16 +6112,15 @@ dependencies = [ "pallet-mmr-primitives", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6187,15 +6128,14 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6205,43 +6145,40 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6250,7 +6187,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", + "sp-runtime 5.0.0", "sp-staking", "sp-std", ] @@ -6258,7 +6195,6 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6273,7 +6209,7 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-staking", "sp-std", ] @@ -6281,66 +6217,61 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6348,15 +6279,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6365,19 +6295,18 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-session", "sp-staking", "sp-std", - "sp-trie", + "sp-trie 5.0.0", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6385,7 +6314,7 @@ dependencies = [ "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime", + "sp-runtime 5.0.0", "sp-session", "sp-std", ] @@ -6393,21 +6322,19 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6420,9 +6347,9 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", + "sp-application-crypto 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-staking", "sp-std", ] @@ -6430,7 +6357,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6441,23 +6367,21 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 4.0.0", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] @@ -6471,15 +6395,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,8 +6411,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-inherents", - "sp-io", - "sp-runtime", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", "sp-timestamp", ] @@ -6497,7 +6420,6 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6507,16 +6429,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6524,16 +6445,15 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6542,26 +6462,24 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-core 5.0.0", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "sp-api", - "sp-runtime", + "sp-runtime 5.0.0", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6571,14 +6489,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6586,30 +6503,28 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6617,14 +6532,13 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "pallet-xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "frame-system", @@ -6632,8 +6546,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", "xcm", "xcm-executor", @@ -6642,7 +6556,6 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6650,7 +6563,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", "xcm", "xcm-executor", @@ -6718,11 +6631,11 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-keystore", + "sp-keystore 0.12.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -6776,15 +6689,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -6808,9 +6721,9 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", "substrate-wasm-builder", "xcm", @@ -7203,7 +7116,6 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7217,7 +7129,6 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7230,7 +7141,6 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "fatality", @@ -7244,8 +7154,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing", ] @@ -7253,7 +7163,6 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "fatality", "futures 0.3.21", @@ -7274,7 +7183,6 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "clap 3.1.5", "frame-benchmarking-cli", @@ -7287,8 +7195,8 @@ dependencies = [ "sc-cli", "sc-service", "sc-tracing", - "sp-core", - "sp-trie", + "sp-core 6.0.0", + "sp-trie 6.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7297,7 +7205,6 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7318,9 +7225,9 @@ dependencies = [ "sp-consensus-babe", "sp-finality-grandpa", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-storage", + "sp-storage 6.0.0", "sp-transaction-pool", ] @@ -7380,12 +7287,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", + "sp-io 6.0.0", + "sp-keystore 0.12.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -7403,7 +7310,6 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "always-assert", "fatality", @@ -7414,9 +7320,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "thiserror", "tracing", ] @@ -7424,20 +7330,18 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "parity-util-mem", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "fatality", @@ -7451,8 +7355,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing", ] @@ -7460,21 +7364,19 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 6.0.0", + "sp-trie 6.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7485,16 +7387,15 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "tracing", ] [[package]] name = "polkadot-network-bridge" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7513,7 +7414,6 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7522,7 +7422,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 6.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing", @@ -7531,7 +7431,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "derive_more", @@ -7549,17 +7448,16 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus", "sp-consensus-slots", - "sp-runtime", + "sp-runtime 6.0.0", "tracing", ] [[package]] name = "polkadot-node-core-av-store" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7579,7 +7477,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7589,7 +7486,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing", ] @@ -7597,13 +7494,12 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing", "wasm-timer", @@ -7612,7 +7508,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7630,7 +7525,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7645,7 +7539,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7662,7 +7555,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "fatality", "futures 0.3.21", @@ -7681,7 +7573,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7690,7 +7581,7 @@ dependencies = [ "polkadot-primitives", "sp-blockchain", "sp-inherents", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", "tracing", ] @@ -7698,7 +7589,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7715,7 +7605,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "always-assert", "assert_matches", @@ -7733,19 +7622,18 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-io 6.0.0", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 5.0.0", + "sp-wasm-interface 6.0.0", "tracing", ] [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7753,7 +7641,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing", ] @@ -7761,7 +7649,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7772,14 +7659,13 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "tracing", ] [[package]] name = "polkadot-node-jaeger" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-std", "lazy_static", @@ -7790,14 +7676,13 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 6.0.0", "thiserror", ] [[package]] name = "polkadot-node-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bs58", "futures 0.3.21", @@ -7816,7 +7701,6 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "fatality", @@ -7834,7 +7718,6 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7843,11 +7726,11 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "sp-maybe-compressed-blob", "thiserror", "zstd", @@ -7856,7 +7739,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7866,7 +7748,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7875,16 +7756,15 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", - "sp-keyring", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keyring 6.0.0", + "sp-keystore 0.12.0", ] [[package]] name = "polkadot-node-subsystem-types" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "futures 0.3.21", @@ -7903,7 +7783,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "derive_more", @@ -7926,9 +7805,9 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand 0.8.5", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing", ] @@ -7936,7 +7815,6 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7957,7 +7835,6 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7974,7 +7851,6 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -7986,7 +7862,6 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "frame-support", @@ -7995,15 +7870,14 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-std", ] [[package]] name = "polkadot-performance-test" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8018,7 +7892,6 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "frame-system", @@ -8030,25 +7903,24 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-staking", "sp-std", - "sp-trie", - "sp-version", + "sp-trie 6.0.0", + "sp-version 5.0.0", ] [[package]] name = "polkadot-rpc" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8071,15 +7943,14 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-frame-rpc-system", ] [[package]] name = "polkadot-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8142,17 +8013,17 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8163,7 +8034,6 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8195,11 +8065,11 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", @@ -8210,31 +8080,28 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] name = "polkadot-runtime-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", "sp-std", - "sp-tracing", + "sp-tracing 5.0.0", ] [[package]] name = "polkadot-runtime-parachains" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitflags", "bitvec", @@ -8260,11 +8127,11 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", @@ -8276,7 +8143,6 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "beefy-gadget", @@ -8355,19 +8221,19 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", "sp-inherents", - "sp-io", - "sp-keystore", + "sp-io 6.0.0", + "sp-keystore 0.12.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", "sp-timestamp", "sp-transaction-pool", - "sp-trie", + "sp-trie 6.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -8377,7 +8243,6 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8389,7 +8254,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "sp-staking", "thiserror", "tracing", @@ -8398,17 +8263,15 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 6.0.0", ] [[package]] name = "polkadot-test-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8422,10 +8285,10 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-timestamp", "substrate-test-client", ] @@ -8433,7 +8296,6 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8475,16 +8337,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -8495,7 +8357,6 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-system", @@ -8528,17 +8389,17 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", "sp-inherents", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-keyring 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "substrate-test-client", "tempfile", "test-runtime-constants", @@ -9038,7 +8899,6 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9046,10 +8906,10 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-runtime", - "sp-version", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-runtime 5.0.0", + "sp-version 4.0.0-dev", ] [[package]] @@ -9137,15 +8997,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -9155,7 +9015,6 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bp-messages", @@ -9211,16 +9070,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -9230,13 +9089,12 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -9419,18 +9277,16 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 5.0.0", + "sp-wasm-interface 5.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9447,9 +9303,9 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9457,7 +9313,6 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9471,32 +9326,30 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sc-client-api", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9506,14 +9359,13 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9524,7 +9376,6 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "clap 3.1.5", @@ -9548,12 +9399,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", + "sp-core 5.0.0", + "sp-keyring 5.0.0", + "sp-keystore 0.11.0", "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-runtime 5.0.0", + "sp-version 4.0.0-dev", "thiserror", "tiny-bip39", "tokio", @@ -9562,7 +9413,6 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fnv", "futures 0.3.21", @@ -9576,21 +9426,20 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 5.0.0", "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", + "sp-externalities 0.11.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", + "sp-storage 5.0.0", + "sp-trie 5.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "kvdb", @@ -9603,19 +9452,18 @@ dependencies = [ "parking_lot 0.12.0", "sc-client-api", "sc-state-db", - "sp-arithmetic", + "sp-arithmetic 4.0.0", "sp-blockchain", - "sp-core", + "sp-core 5.0.0", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", + "sp-trie 5.0.0", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9629,9 +9477,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 5.0.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9639,7 +9487,6 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9651,16 +9498,16 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9668,7 +9515,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "fork-tree", @@ -9691,19 +9537,19 @@ dependencies = [ "schnorrkel", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-version", + "sp-io 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", + "sp-version 4.0.0-dev", "substrate-prometheus-endpoint", "thiserror", ] @@ -9711,7 +9557,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9722,33 +9567,31 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 5.0.0", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9758,14 +9601,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 4.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", "sp-timestamp", "thiserror", ] @@ -9773,20 +9616,19 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sc-client-api", "sp-authorship", - "sp-runtime", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "lazy_static", + "libsecp256k1", "lru 0.6.6", "parity-scale-codec", "parking_lot 0.12.0", @@ -9794,16 +9636,16 @@ dependencies = [ "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-externalities", - "sp-io", + "sp-core 5.0.0", + "sp-core-hashing-proc-macro 4.0.0-dev", + "sp-externalities 0.11.0", + "sp-io 5.0.0", "sp-panic-handler", - "sp-runtime-interface", + "sp-runtime-interface 5.0.0", "sp-tasks", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-trie 5.0.0", + "sp-version 4.0.0-dev", + "sp-wasm-interface 5.0.0", "tracing", "wasmi", ] @@ -9811,15 +9653,14 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "environmental", "parity-scale-codec", "sc-allocator", - "sp-core", + "sp-core 5.0.0", "sp-maybe-compressed-blob", "sp-serializer", - "sp-wasm-interface", + "sp-wasm-interface 5.0.0", "thiserror", "wasm-instrument", "wasmi", @@ -9828,23 +9669,21 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", "sc-allocator", "sc-executor-common", "scoped-tls", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-core 5.0.0", + "sp-runtime-interface 5.0.0", + "sp-wasm-interface 5.0.0", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9853,16 +9692,15 @@ dependencies = [ "parity-wasm 0.42.2", "sc-allocator", "sc-executor-common", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-core 5.0.0", + "sp-runtime-interface 5.0.0", + "sp-wasm-interface 5.0.0", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "async-trait", @@ -9886,14 +9724,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 5.0.0", + "sp-arithmetic 4.0.0", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 5.0.0", "sp-finality-grandpa", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9901,7 +9739,6 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9917,15 +9754,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9936,28 +9772,26 @@ dependencies = [ "sc-network", "sc-transaction-pool-api", "sp-blockchain", - "sp-runtime", + "sp-runtime 5.0.0", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "hex", "parking_lot 0.12.0", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 5.0.0", + "sp-core 5.0.0", + "sp-keystore 0.11.0", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9990,12 +9824,12 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic", + "sp-arithmetic 4.0.0", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 5.0.0", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", @@ -10006,7 +9840,6 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "futures 0.3.21", @@ -10015,7 +9848,7 @@ dependencies = [ "log", "lru 0.7.3", "sc-network", - "sp-runtime", + "sp-runtime 5.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -10023,7 +9856,6 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bytes 1.1.0", "fnv", @@ -10041,9 +9873,9 @@ dependencies = [ "sc-network", "sc-utils", "sp-api", - "sp-core", + "sp-core 5.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 5.0.0", "threadpool", "tracing", ] @@ -10051,7 +9883,6 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "libp2p", @@ -10064,7 +9895,6 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10073,7 +9903,6 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "hash-db", @@ -10092,19 +9921,18 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core", - "sp-keystore", + "sp-core 5.0.0", + "sp-keystore 0.11.0", "sp-offchain", - "sp-rpc", - "sp-runtime", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", "sp-session", - "sp-version", + "sp-version 4.0.0-dev", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10118,18 +9946,17 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-version", + "sp-core 5.0.0", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", + "sp-tracing 4.0.0", + "sp-version 4.0.0-dev", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10146,7 +9973,6 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "directories", @@ -10182,23 +10008,23 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", + "sp-core 5.0.0", + "sp-externalities 0.11.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "sp-session", - "sp-state-machine", - "sp-storage", - "sp-tracing", + "sp-state-machine 0.11.0", + "sp-storage 5.0.0", + "sp-tracing 4.0.0", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-trie 5.0.0", + "sp-version 4.0.0-dev", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -10210,7 +10036,6 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -10218,13 +10043,12 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.12.0", "sc-client-api", - "sp-core", + "sp-core 5.0.0", ] [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10238,14 +10062,13 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "futures 0.3.21", @@ -10263,7 +10086,6 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "atty", @@ -10281,10 +10103,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-core 5.0.0", + "sp-rpc 5.0.0", + "sp-runtime 5.0.0", + "sp-tracing 4.0.0", "thiserror", "tracing", "tracing-log", @@ -10294,7 +10116,6 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10305,7 +10126,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10321,9 +10141,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 5.0.0", + "sp-runtime 5.0.0", + "sp-tracing 4.0.0", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10332,25 +10152,22 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 5.0.0", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", "lazy_static", - "log", "parking_lot 0.12.0", "prometheus", ] @@ -10523,15 +10340,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", ] @@ -10627,15 +10444,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_nanos" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e" -dependencies = [ - "serde", -] - [[package]] name = "sha-1" version = "0.8.2" @@ -10748,15 +10556,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -10818,12 +10626,11 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", + "sp-runtime 6.0.0", "sp-std", ] @@ -10906,24 +10713,22 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "log", "parity-scale-codec", "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 5.0.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", "sp-std", - "sp-version", + "sp-version 4.0.0-dev", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10932,23 +10737,49 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-application-crypto" +version = "5.0.0" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std", +] + +[[package]] +name = "sp-arithmetic" +version = "4.0.0" dependencies = [ + "integer-sqrt", + "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", + "sp-debug-derive", "sp-std", + "static_assertions", ] [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "integer-sqrt", "num-traits", @@ -10963,44 +10794,40 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto", - "sp-runtime", + "sp-application-crypto 5.0.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", @@ -11010,44 +10837,42 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", "sp-std", - "sp-version", + "sp-version 4.0.0-dev", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-consensus", "sp-consensus-slots", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", "sp-timestamp", ] @@ -11055,7 +10880,6 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "merlin", @@ -11063,14 +10887,14 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 5.0.0", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "sp-std", "sp-timestamp", ] @@ -11078,13 +10902,12 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 4.0.0", + "sp-runtime 5.0.0", "sp-std", "sp-timestamp", ] @@ -11092,19 +10915,62 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", + "sp-std", +] + +[[package]] +name = "sp-core" +version = "5.0.0" +dependencies = [ + "base58", + "bitflags", + "blake2-rfc", + "byteorder", + "dyn-clonable", + "ed25519-dalek", + "futures 0.3.21", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "num-traits", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.12.0", + "primitive-types", + "rand 0.7.3", + "regex", + "scale-info", + "schnorrkel", + "secrecy", + "serde", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities 0.11.0", + "sp-runtime-interface 5.0.0", "sp-std", + "sp-storage 5.0.0", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "wasmi", + "zeroize", ] [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "base58", "bitflags", @@ -11135,10 +11001,10 @@ dependencies = [ "serde", "sp-core-hashing", "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", + "sp-externalities 0.12.0", + "sp-runtime-interface 6.0.0", "sp-std", - "sp-storage", + "sp-storage 6.0.0", "ss58-registry", "substrate-bip39", "thiserror", @@ -11150,7 +11016,6 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11161,10 +11026,20 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "sp-core-hashing-proc-macro" +version = "4.0.0-dev" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing", + "syn", +] + [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro2", "quote", @@ -11175,7 +11050,6 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11184,28 +11058,36 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", "syn", ] +[[package]] +name = "sp-externalities" +version = "0.11.0" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 5.0.0", +] + [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 6.0.0", ] [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "log", @@ -11213,31 +11095,29 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-application-crypto 5.0.0", + "sp-core 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "sp-std", "thiserror", ] [[package]] name = "sp-io" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +version = "5.0.0" dependencies = [ "futures 0.3.21", "hash-db", @@ -11245,35 +11125,85 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.0", - "secp256k1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "sp-keystore 0.11.0", + "sp-runtime-interface 5.0.0", + "sp-state-machine 0.11.0", + "sp-std", + "sp-tracing 4.0.0", + "sp-trie 5.0.0", + "sp-wasm-interface 5.0.0", "tracing", "tracing-core", ] [[package]] -name = "sp-keyring" +name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ - "lazy_static", - "sp-core", - "sp-runtime", + "futures 0.3.21", + "hash-db", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.12.0", + "secp256k1", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-keystore 0.12.0", + "sp-runtime-interface 6.0.0", + "sp-state-machine 0.12.0", + "sp-std", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", + "sp-wasm-interface 6.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-keyring" +version = "5.0.0" +dependencies = [ + "lazy_static", + "sp-core 5.0.0", + "sp-runtime 5.0.0", + "strum 0.23.0", +] + +[[package]] +name = "sp-keyring" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +dependencies = [ + "lazy_static", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "strum 0.23.0", ] +[[package]] +name = "sp-keystore" +version = "0.11.0" +dependencies = [ + "async-trait", + "futures 0.3.21", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.0", + "schnorrkel", + "serde", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "thiserror", +] + [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11282,15 +11212,14 @@ dependencies = [ "parking_lot 0.12.0", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "thiserror", "zstd", @@ -11299,22 +11228,20 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 4.0.0", + "sp-core 5.0.0", "sp-npos-elections-solution-type", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", ] [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11325,23 +11252,30 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "backtrace", "lazy_static", "regex", ] +[[package]] +name = "sp-rpc" +version = "5.0.0" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 5.0.0", +] + [[package]] name = "sp-rpc" version = "6.0.0" @@ -11349,13 +11283,34 @@ source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 6.0.0", +] + +[[package]] +name = "sp-runtime" +version = "5.0.0" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste", + "rand 0.7.3", + "scale-info", + "serde", + "sp-application-crypto 5.0.0", + "sp-arithmetic 4.0.0", + "sp-core 5.0.0", + "sp-io 5.0.0", + "sp-std", ] [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "either", "hash256-std-hasher", @@ -11367,34 +11322,61 @@ dependencies = [ "rand 0.7.3", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std", +] + +[[package]] +name = "sp-runtime-interface" +version = "5.0.0" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.11.0", + "sp-runtime-interface-proc-macro 4.0.0", "sp-std", + "sp-storage 5.0.0", + "sp-tracing 4.0.0", + "sp-wasm-interface 5.0.0", + "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", + "sp-externalities 0.12.0", + "sp-runtime-interface-proc-macro 5.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 6.0.0", + "sp-tracing 5.0.0", + "sp-wasm-interface 6.0.0", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "4.0.0" +dependencies = [ + "Inflector", + "proc-macro-crate 1.1.3", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11406,21 +11388,19 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", - "sp-core", - "sp-io", + "sp-core 5.0.0", + "sp-io 5.0.0", "sp-std", - "sp-wasm-interface", + "sp-wasm-interface 5.0.0", "wasmi", ] [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "serde", "serde_json", @@ -11429,13 +11409,12 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", "sp-staking", "sp-std", ] @@ -11443,18 +11422,39 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 5.0.0", + "sp-std", +] + +[[package]] +name = "sp-state-machine" +version = "0.11.0" +dependencies = [ + "hash-db", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.0", + "rand 0.7.3", + "smallvec", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "sp-panic-handler", "sp-std", + "sp-trie 5.0.0", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "log", @@ -11463,11 +11463,11 @@ dependencies = [ "parking_lot 0.12.0", "rand 0.7.3", "smallvec", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "sp-panic-handler", "sp-std", - "sp-trie", + "sp-trie 6.0.0", "thiserror", "tracing", "trie-db", @@ -11477,12 +11477,23 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" + +[[package]] +name = "sp-storage" +version = "5.0.0" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", + "sp-std", +] [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11495,20 +11506,18 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "sp-io 5.0.0", + "sp-runtime-interface 5.0.0", "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures-timer", @@ -11516,15 +11525,26 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", "sp-std", "thiserror", ] +[[package]] +name = "sp-tracing" +version = "4.0.0" +dependencies = [ + "parity-scale-codec", + "sp-std", + "tracing", + "tracing-core", + "tracing-subscriber", +] + [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "sp-std", @@ -11536,56 +11556,84 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", - "sp-runtime", + "sp-runtime 5.0.0", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core", + "sp-core 5.0.0", "sp-inherents", - "sp-runtime", + "sp-runtime 5.0.0", + "sp-std", + "sp-trie 5.0.0", +] + +[[package]] +name = "sp-trie" +version = "5.0.0" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "scale-info", + "sp-core 5.0.0", "sp-std", - "sp-trie", + "trie-db", + "trie-root", ] [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", "scale-info", - "sp-core", + "sp-core 6.0.0", "sp-std", "thiserror", "trie-db", "trie-root", ] +[[package]] +name = "sp-version" +version = "4.0.0-dev" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm 0.42.2", + "scale-info", + "serde", + "sp-core-hashing-proc-macro 4.0.0-dev", + "sp-runtime 5.0.0", + "sp-std", + "sp-version-proc-macro", + "thiserror", +] + [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm 0.42.2", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", + "sp-core-hashing-proc-macro 5.0.0", + "sp-runtime 6.0.0", "sp-std", "sp-version-proc-macro", "thiserror", @@ -11594,7 +11642,6 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11604,8 +11651,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +version = "5.0.0" dependencies = [ "impl-trait-for-tuples", "log", @@ -11615,6 +11661,18 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std", + "wasmi", +] + [[package]] name = "spin" version = "0.5.2" @@ -11703,15 +11761,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -11770,15 +11828,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -11895,7 +11953,6 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "platforms", ] @@ -11903,7 +11960,6 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11918,14 +11974,13 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 5.0.0", + "sp-runtime 5.0.0", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures-util", "hyper", @@ -11938,7 +11993,6 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -11954,17 +12008,16 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 5.0.0", + "sp-keyring 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", ] [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11974,7 +12027,6 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11985,7 +12037,6 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "build-helper", @@ -12071,13 +12122,12 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -12467,7 +12517,6 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -12479,13 +12528,13 @@ dependencies = [ "sc-executor", "sc-service", "serde", - "sp-core", - "sp-externalities", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-version", + "sp-core 5.0.0", + "sp-externalities 0.11.0", + "sp-io 5.0.0", + "sp-keystore 0.11.0", + "sp-runtime 5.0.0", + "sp-state-machine 0.11.0", + "sp-version 4.0.0-dev", "zstd", ] @@ -12501,7 +12550,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.3", "rand 0.8.5", "static_assertions", @@ -13069,7 +13118,6 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -13134,17 +13182,17 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -13155,13 +13203,12 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -13214,15 +13261,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -13375,7 +13422,6 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13388,7 +13434,6 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "frame-system", @@ -13397,9 +13442,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 5.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", "xcm", "xcm-executor", @@ -13408,17 +13453,16 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-std", "xcm", ] @@ -13426,7 +13470,6 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "Inflector", "proc-macro2", @@ -13497,3 +13540,275 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "polkadot" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-primitives-test-helpers" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-test-malus" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-voter-bags" +version = "0.9.17" + +[[patch.unused]] +name = "remote-ext-tests-bags-list" +version = "0.9.17" + +[[patch.unused]] +name = "staking-miner" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-adder" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-adder-collator" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-halt" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-undying" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-undying-collator" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachains" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-executor-integration-tests" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator-example" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator-fuzzer" +version = "0.9.17" + +[[patch.unused]] +name = "zombienet-backchannel" +version = "0.9.17" + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" + +[[patch.unused]] +name = "frame-support-test" +version = "3.0.0" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" + +[[patch.unused]] +name = "frame-support-test-pallet" +version = "4.0.0-dev" + +[[patch.unused]] +name = "generate-bags" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-remote-tests" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-child-bounties" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-conviction-voting" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-parallel" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-referenda" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" + +[[patch.unused]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "subkey" +version = "2.0.1" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" + +[[patch.unused]] +name = "substrate-test-runtime" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-client" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 6b72526e4fc..315d1858e6d 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -44,7 +44,7 @@ use codec::{Decode, Encode, MaxEncodedLen}; use constants::{currency::*, fee::WeightToFee}; use frame_support::{ construct_runtime, parameter_types, - traits::{EnsureOneOf, InstanceFilter}, + traits::{AsEnsureOriginWithArg, EnsureOneOf, InstanceFilter}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight}, DispatchClass, Weight, @@ -53,7 +53,7 @@ use frame_support::{ }; use frame_system::{ limits::{BlockLength, BlockWeights}, - EnsureRoot, + EnsureRoot, EnsureSigned, }; pub use parachains_common as common; use parachains_common::{ @@ -525,6 +525,9 @@ impl pallet_uniques::Config for Runtime { type KeyLimit = KeyLimit; type ValueLimit = ValueLimit; type WeightInfo = weights::pallet_uniques::WeightInfo; + #[cfg(feature = "runtime-benchmarks")] + type Helper = (); + type CreateOrigin = AsEnsureOriginWithArg>; } // Create the runtime by composing the FRAME pallets that were previously configured. diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index e3e5aa80e08..261f545961f 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -44,7 +44,7 @@ use codec::{Decode, Encode, MaxEncodedLen}; use constants::{currency::*, fee::WeightToFee}; use frame_support::{ construct_runtime, parameter_types, - traits::{Contains, EnsureOneOf, InstanceFilter}, + traits::{AsEnsureOriginWithArg, Contains, EnsureOneOf, InstanceFilter}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight}, DispatchClass, Weight, @@ -53,7 +53,7 @@ use frame_support::{ }; use frame_system::{ limits::{BlockLength, BlockWeights}, - EnsureRoot, + EnsureRoot, EnsureSigned, }; pub use parachains_common as common; use parachains_common::{ @@ -538,6 +538,9 @@ impl pallet_uniques::Config for Runtime { type KeyLimit = KeyLimit; type ValueLimit = ValueLimit; type WeightInfo = weights::pallet_uniques::WeightInfo; + #[cfg(feature = "runtime-benchmarks")] + type Helper = (); + type CreateOrigin = AsEnsureOriginWithArg>; } // Create the runtime by composing the FRAME pallets that were previously configured. diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index f234972de05..d4d29a19d82 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -44,7 +44,7 @@ use codec::{Decode, Encode, MaxEncodedLen}; use constants::{currency::*, fee::WeightToFee}; use frame_support::{ construct_runtime, parameter_types, - traits::InstanceFilter, + traits::{AsEnsureOriginWithArg, InstanceFilter}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight}, DispatchClass, Weight, @@ -53,7 +53,7 @@ use frame_support::{ }; use frame_system::{ limits::{BlockLength, BlockWeights}, - EnsureRoot, + EnsureRoot, EnsureSigned, }; pub use parachains_common as common; use parachains_common::{ @@ -517,6 +517,9 @@ impl pallet_uniques::Config for Runtime { type KeyLimit = KeyLimit; type ValueLimit = ValueLimit; type WeightInfo = weights::pallet_uniques::WeightInfo; + #[cfg(feature = "runtime-benchmarks")] + type Helper = (); + type CreateOrigin = AsEnsureOriginWithArg>; } // Create the runtime by composing the FRAME pallets that were previously configured. From fd2667c371e05822cac30777524abbfd38254943 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 12:45:49 +0100 Subject: [PATCH 2/8] Add set_accept_ownership weight --- Cargo.lock | 142 +++++++++--------- .../statemine/src/weights/pallet_uniques.rs | 7 + .../statemint/src/weights/pallet_uniques.rs | 7 + .../westmint/src/weights/pallet_uniques.rs | 7 + 4 files changed, 92 insertions(+), 71 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 107ee5dd4a1..d34dd21b5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5894,7 +5894,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "bitflags", "parity-scale-codec", @@ -11176,7 +11176,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "lazy_static", "sp-core 6.0.0", @@ -11279,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" +source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "rustc-hash", "serde", @@ -13541,74 +13541,6 @@ dependencies = [ "libc", ] -[[patch.unused]] -name = "polkadot" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-primitives-test-helpers" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-test-malus" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-voter-bags" -version = "0.9.17" - -[[patch.unused]] -name = "remote-ext-tests-bags-list" -version = "0.9.17" - -[[patch.unused]] -name = "staking-miner" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-adder" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-adder-collator" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-halt" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-undying" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-undying-collator" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachains" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-executor-integration-tests" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator-example" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator-fuzzer" -version = "0.9.17" - -[[patch.unused]] -name = "zombienet-backchannel" -version = "0.9.17" - [[patch.unused]] name = "chain-spec-builder" version = "2.0.0" @@ -13812,3 +13744,71 @@ version = "2.0.0" [[patch.unused]] name = "substrate-test-utils-test-crate" version = "0.1.0" + +[[patch.unused]] +name = "polkadot" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-primitives-test-helpers" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-test-malus" +version = "0.9.17" + +[[patch.unused]] +name = "polkadot-voter-bags" +version = "0.9.17" + +[[patch.unused]] +name = "remote-ext-tests-bags-list" +version = "0.9.17" + +[[patch.unused]] +name = "staking-miner" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-adder" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-adder-collator" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-halt" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-undying" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachain-undying-collator" +version = "0.9.17" + +[[patch.unused]] +name = "test-parachains" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-executor-integration-tests" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator-example" +version = "0.9.17" + +[[patch.unused]] +name = "xcm-simulator-fuzzer" +version = "0.9.17" + +[[patch.unused]] +name = "zombienet-backchannel" +version = "0.9.17" diff --git a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs index 59d6167598b..ecdfce5e4fe 100644 --- a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs @@ -220,4 +220,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques Class (r:1 w:0) + // Storage: Uniques Asset (r:1 w:1) + fn set_accept_ownership() -> Weight { + (19_417_000 as Weight) + .saturating_add(RocksDbWeight::get().reads(1 as Weight)) + .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + } } diff --git a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs index 55ae4afdc7c..f1fab1aaf93 100644 --- a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs @@ -220,4 +220,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques Class (r:1 w:0) + // Storage: Uniques Asset (r:1 w:1) + fn set_accept_ownership() -> Weight { + (19_417_000 as Weight) + .saturating_add(RocksDbWeight::get().reads(1 as Weight)) + .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + } } diff --git a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs index 2f7758dc04b..7b8970eeaba 100644 --- a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs @@ -220,4 +220,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } + // Storage: Uniques Class (r:1 w:0) + // Storage: Uniques Asset (r:1 w:1) + fn set_accept_ownership() -> Weight { + (19_417_000 as Weight) + .saturating_add(RocksDbWeight::get().reads(1 as Weight)) + .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + } } From e74457c7ce4e5f29a5d6d1424492841cb57eaa29 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 12:50:14 +0100 Subject: [PATCH 3/8] Revert lock file --- Cargo.lock | 2173 ++++++++++++++++++++++------------------------------ 1 file changed, 929 insertions(+), 1244 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d34dd21b5fd..f4b54481780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,6 +458,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "fnv", @@ -472,12 +473,12 @@ dependencies = [ "sc-network-gossip", "sc-utils", "sp-api", - "sp-application-crypto 5.0.0", - "sp-arithmetic 4.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", - "sp-core 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -486,6 +487,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -500,25 +502,27 @@ dependencies = [ "sc-rpc", "sc-utils", "serde", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" [[package]] name = "beefy-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 5.0.0", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-application-crypto", + "sp-core", + "sp-runtime", "sp-std", ] @@ -727,21 +731,23 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "finality-grandpa", "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "bp-message-dispatch" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-runtime", "frame-support", @@ -753,6 +759,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "bp-runtime", @@ -768,6 +775,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-runtime", @@ -776,15 +784,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", - "sp-version 5.0.0", + "sp-version", ] [[package]] name = "bp-rococo" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -793,45 +802,48 @@ dependencies = [ "parity-scale-codec", "smallvec", "sp-api", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", - "sp-version 5.0.0", + "sp-version", ] [[package]] name = "bp-runtime" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "hash-db", "num-traits", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 6.0.0", + "sp-trie", ] [[package]] name = "bp-test-utils" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-header-chain", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-finality-grandpa", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "bp-wococo" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -839,13 +851,14 @@ dependencies = [ "bp-runtime", "parity-scale-codec", "sp-api", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "bridge-runtime-common" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -858,11 +871,11 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-trie 6.0.0", + "sp-trie", ] [[package]] @@ -986,7 +999,7 @@ dependencies = [ "pallet-balances", "pallet-collator-selection", "pallet-contracts", - "pallet-contracts-primitives 6.0.0", + "pallet-contracts-primitives", "pallet-contracts-rpc-runtime-api", "pallet-multisig", "pallet-randomness-collective-flip", @@ -1009,15 +1022,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -1601,11 +1614,11 @@ dependencies = [ "sc-client-api", "sp-api", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-maybe-compressed-blob", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-tracing 5.0.0", + "sp-runtime", + "sp-state-machine", + "sp-tracing", "tracing", ] @@ -1624,15 +1637,15 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1654,9 +1667,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-tracing", + "sp-trie", "tracing", ] @@ -1676,9 +1689,9 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1710,11 +1723,11 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-keyring 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "substrate-test-utils", "tokio", "tracing", @@ -1743,7 +1756,7 @@ dependencies = [ "sp-api", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-test-utils", "tokio", "tracing", @@ -1773,8 +1786,8 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "tracing", ] @@ -1790,9 +1803,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] @@ -1806,11 +1819,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-version 5.0.0", + "sp-version", "xcm", "xcm-executor", ] @@ -1837,17 +1850,17 @@ dependencies = [ "sc-client-api", "scale-info", "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", + "sp-core", + "sp-externalities", "sp-inherents", - "sp-io 6.0.0", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", - "sp-version 5.0.0", + "sp-io", + "sp-keyring", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-version", "xcm", ] @@ -1870,7 +1883,7 @@ dependencies = [ "frame-system", "pallet-session", "parity-scale-codec", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] @@ -1886,7 +1899,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "scale-info", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] @@ -1900,8 +1913,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-runtime", "sp-std", "xcm", ] @@ -1919,9 +1932,9 @@ dependencies = [ "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "xcm", "xcm-builder", @@ -1939,7 +1952,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", "xcm", ] @@ -1954,9 +1967,9 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "sp-api", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", - "sp-trie 6.0.0", + "sp-trie", ] [[package]] @@ -1971,13 +1984,13 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-storage 6.0.0", - "sp-trie 6.0.0", + "sp-storage", + "sp-trie", "tracing", ] @@ -1992,10 +2005,10 @@ dependencies = [ "parity-scale-codec", "sp-consensus", "sp-inherents", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", "sp-timestamp", - "sp-tracing 5.0.0", + "sp-tracing", ] [[package]] @@ -2008,9 +2021,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", - "sp-trie 6.0.0", + "sp-trie", "xcm", ] @@ -2038,10 +2051,10 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-keyring", + "sp-runtime", + "sp-state-machine", "tracing", ] @@ -2062,9 +2075,9 @@ dependencies = [ "sc-service", "sp-api", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -2085,10 +2098,10 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sp-api", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-storage", "tracing", "url 2.2.2", ] @@ -2115,11 +2128,11 @@ dependencies = [ "sc-service", "sp-api", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-keyring", + "sp-runtime", "sp-timestamp", "substrate-test-client", ] @@ -2131,8 +2144,8 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-runtime", + "sp-state-machine", "sp-std", ] @@ -2163,15 +2176,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", ] @@ -2218,16 +2231,16 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "serde", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", + "sp-state-machine", "sp-timestamp", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", + "sp-tracing", + "sp-trie", "substrate-test-client", "substrate-test-utils", "tokio", @@ -2774,6 +2787,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", ] @@ -2791,6 +2805,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -2801,17 +2816,18 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", - "sp-runtime-interface 5.0.0", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-runtime-interface", "sp-std", - "sp-storage 5.0.0", + "sp-storage", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "chrono", @@ -2819,31 +2835,46 @@ dependencies = [ "frame-benchmarking", "frame-support", "handlebars", + "hash-db", + "hex", + "itertools", + "kvdb", "linked-hash-map", "log", + "memory-db", "parity-scale-codec", + "rand 0.8.5", "sc-cli", + "sc-client-api", "sc-client-db", "sc-executor", "sc-service", "serde", "serde_json", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "serde_nanos", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 4.0.0", + "sp-arithmetic", "sp-npos-elections", "sp-std", ] @@ -2851,16 +2882,17 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-tracing 4.0.0", + "sp-tracing", ] [[package]] @@ -2878,6 +2910,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-metadata", @@ -2890,22 +2923,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 4.0.0", - "sp-core 5.0.0", - "sp-core-hashing-proc-macro 4.0.0-dev", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", "sp-inherents", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-staking", - "sp-state-machine 0.11.0", + "sp-state-machine", "sp-std", - "sp-tracing 4.0.0", + "sp-tracing", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2917,6 +2951,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2928,6 +2963,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -2937,36 +2973,39 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-version 4.0.0-dev", + "sp-version", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", @@ -2975,10 +3014,11 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "sp-api", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] @@ -4161,6 +4201,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -4223,21 +4264,21 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4248,12 +4289,13 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] @@ -5110,6 +5152,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "futures 0.3.21", @@ -5570,6 +5613,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5577,58 +5621,62 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-assets" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-aura" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5636,13 +5684,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-authorship", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5653,11 +5702,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", "sp-std", @@ -5666,6 +5715,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5675,16 +5725,17 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", - "sp-tracing 4.0.0", + "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5692,13 +5743,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "frame-support", @@ -5707,13 +5759,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5729,15 +5782,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5746,15 +5800,16 @@ dependencies = [ "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5763,14 +5818,15 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5784,14 +5840,15 @@ dependencies = [ "scale-info", "serde", "sp-finality-grandpa", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", - "sp-trie 6.0.0", + "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5804,8 +5861,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", ] @@ -5827,17 +5884,18 @@ dependencies = [ "scale-info", "serde", "sp-consensus-aura", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", "sp-std", - "sp-tracing 5.0.0", + "sp-tracing", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5845,22 +5903,23 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-contracts" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-contracts-primitives 5.0.0", + "pallet-contracts-primitives", "pallet-contracts-proc-macro", "parity-scale-codec", "rand 0.8.5", @@ -5868,47 +5927,34 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-sandbox", "sp-std", "wasm-instrument", "wasmi-validation", ] -[[package]] -name = "pallet-contracts-primitives" -version = "5.0.0" -dependencies = [ - "bitflags", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 5.0.0", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", - "sp-std", -] - [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-rpc 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -5918,36 +5964,39 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "pallet-contracts-primitives 5.0.0", + "pallet-contracts-primitives", "pallet-contracts-rpc-runtime-api", "parity-scale-codec", "serde", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ - "pallet-contracts-primitives 5.0.0", + "pallet-contracts-primitives", "parity-scale-codec", "scale-info", "sp-api", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5955,14 +6004,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5972,11 +6022,11 @@ dependencies = [ "parity-scale-codec", "rand 0.7.3", "scale-info", - "sp-arithmetic 4.0.0", - "sp-core 5.0.0", - "sp-io 5.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", "static_assertions", "strum 0.23.0", @@ -5985,6 +6035,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5992,30 +6043,32 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-gilt" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 4.0.0", - "sp-runtime 5.0.0", + "sp-arithmetic", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6025,11 +6078,11 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 5.0.0", - "sp-core 5.0.0", + "sp-application-crypto", + "sp-core", "sp-finality-grandpa", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", "sp-std", @@ -6038,6 +6091,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6045,14 +6099,15 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,10 +6116,10 @@ dependencies = [ "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 5.0.0", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", "sp-std", ] @@ -6072,22 +6127,24 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-keyring 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6095,15 +6152,16 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6112,15 +6170,16 @@ dependencies = [ "pallet-mmr-primitives", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6128,14 +6187,15 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-mmr-rpc" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6145,40 +6205,43 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-nicks" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6187,7 +6250,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 5.0.0", + "sp-runtime", "sp-staking", "sp-std", ] @@ -6195,6 +6258,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6209,7 +6273,7 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-staking", "sp-std", ] @@ -6217,61 +6281,66 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "safe-mix", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6279,14 +6348,15 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6295,18 +6365,19 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", "sp-std", - "sp-trie 5.0.0", + "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6314,7 +6385,7 @@ dependencies = [ "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime 5.0.0", + "sp-runtime", "sp-session", "sp-std", ] @@ -6322,19 +6393,21 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6347,9 +6420,9 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-application-crypto", + "sp-io", + "sp-runtime", "sp-staking", "sp-std", ] @@ -6357,6 +6430,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6367,21 +6441,23 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-arithmetic 4.0.0", + "sp-arithmetic", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", ] @@ -6395,14 +6471,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6411,8 +6488,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-inherents", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-io", + "sp-runtime", "sp-std", "sp-timestamp", ] @@ -6420,6 +6497,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6429,15 +6507,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6445,15 +6524,16 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6462,24 +6542,26 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "sp-api", - "sp-runtime 5.0.0", + "sp-runtime", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6489,13 +6571,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6503,28 +6586,30 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6532,13 +6617,14 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "pallet-xcm" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "frame-system", @@ -6546,8 +6632,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", "xcm", "xcm-executor", @@ -6556,6 +6642,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-support", @@ -6563,7 +6650,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", "xcm", "xcm-executor", @@ -6631,11 +6718,11 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.12.0", + "sp-keystore", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -6689,15 +6776,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -6721,9 +6808,9 @@ dependencies = [ "polkadot-runtime-common", "scale-info", "sp-consensus-aura", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "substrate-wasm-builder", "xcm", @@ -7116,6 +7203,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7129,6 +7217,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7141,6 +7230,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "fatality", @@ -7154,8 +7244,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "thiserror", "tracing", ] @@ -7163,6 +7253,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "fatality", "futures 0.3.21", @@ -7183,6 +7274,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "clap 3.1.5", "frame-benchmarking-cli", @@ -7195,8 +7287,8 @@ dependencies = [ "sc-cli", "sc-service", "sc-tracing", - "sp-core 6.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-trie", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7205,6 +7297,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7225,9 +7318,9 @@ dependencies = [ "sp-consensus-babe", "sp-finality-grandpa", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-storage 6.0.0", + "sp-storage", "sp-transaction-pool", ] @@ -7287,12 +7380,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", + "sp-io", + "sp-keystore", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -7310,6 +7403,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "always-assert", "fatality", @@ -7320,9 +7414,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", "tracing", ] @@ -7330,18 +7424,20 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "parity-util-mem", "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "fatality", @@ -7355,8 +7451,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing", ] @@ -7364,19 +7460,21 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 6.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-trie", "thiserror", ] [[package]] name = "polkadot-gossip-support" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7387,15 +7485,16 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "tracing", ] [[package]] name = "polkadot-network-bridge" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7414,6 +7513,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7422,7 +7522,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 6.0.0", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing", @@ -7431,6 +7531,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "derive_more", @@ -7448,16 +7549,17 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 6.0.0", + "sp-runtime", "tracing", ] [[package]] name = "polkadot-node-core-av-store" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7477,6 +7579,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7486,7 +7589,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", "tracing", ] @@ -7494,12 +7597,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", "tracing", "wasm-timer", @@ -7508,6 +7612,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7525,6 +7630,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7539,6 +7645,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7555,6 +7662,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "fatality", "futures 0.3.21", @@ -7573,6 +7681,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7581,7 +7690,7 @@ dependencies = [ "polkadot-primitives", "sp-blockchain", "sp-inherents", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", "tracing", ] @@ -7589,6 +7698,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "futures 0.3.21", @@ -7605,6 +7715,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "always-assert", "assert_matches", @@ -7622,18 +7733,19 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", + "sp-tracing", + "sp-wasm-interface", "tracing", ] [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7641,7 +7753,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", "tracing", ] @@ -7649,6 +7761,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7659,13 +7772,14 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "tracing", ] [[package]] name = "polkadot-node-jaeger" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-std", "lazy_static", @@ -7676,13 +7790,14 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 6.0.0", + "sp-core", "thiserror", ] [[package]] name = "polkadot-node-metrics" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bs58", "futures 0.3.21", @@ -7701,6 +7816,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "fatality", @@ -7718,6 +7834,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7726,11 +7843,11 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", "thiserror", "zstd", @@ -7739,6 +7856,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7748,6 +7866,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7756,15 +7875,16 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keyring 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-core", + "sp-keyring", + "sp-keystore", ] [[package]] name = "polkadot-node-subsystem-types" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "futures 0.3.21", @@ -7783,6 +7903,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "derive_more", @@ -7805,9 +7926,9 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand 0.8.5", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", "tracing", ] @@ -7815,6 +7936,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7835,6 +7957,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "futures 0.3.21", @@ -7851,6 +7974,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -7862,6 +7986,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derive_more", "frame-support", @@ -7870,14 +7995,15 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-std", ] [[package]] name = "polkadot-performance-test" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7892,6 +8018,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitvec", "frame-system", @@ -7903,24 +8030,25 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-staking", "sp-std", - "sp-trie 6.0.0", - "sp-version 5.0.0", + "sp-trie", + "sp-version", ] [[package]] name = "polkadot-rpc" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7943,14 +8071,15 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", ] [[package]] name = "polkadot-runtime" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8013,17 +8142,17 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8034,6 +8163,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8065,11 +8195,11 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-npos-elections", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", @@ -8080,28 +8210,31 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "polkadot-runtime-metrics" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", "sp-std", - "sp-tracing 5.0.0", + "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "bitflags", "bitvec", @@ -8127,11 +8260,11 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-session", "sp-staking", "sp-std", @@ -8143,6 +8276,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "async-trait", "beefy-gadget", @@ -8221,19 +8355,19 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", + "sp-io", + "sp-keystore", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-trie 6.0.0", + "sp-trie", "substrate-prometheus-endpoint", "thiserror", "tracing", @@ -8243,6 +8377,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8254,7 +8389,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "sp-staking", "thiserror", "tracing", @@ -8263,15 +8398,17 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 6.0.0", + "sp-core", ] [[package]] name = "polkadot-test-client" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8285,10 +8422,10 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "substrate-test-client", ] @@ -8296,6 +8433,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -8337,16 +8475,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -8357,6 +8495,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-system", @@ -8389,17 +8528,17 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", "sp-inherents", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-keyring", + "sp-runtime", + "sp-state-machine", "substrate-test-client", "tempfile", "test-runtime-constants", @@ -8899,6 +9038,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -8906,10 +9046,10 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-runtime 5.0.0", - "sp-version 4.0.0-dev", + "sp-core", + "sp-io", + "sp-runtime", + "sp-version", ] [[package]] @@ -8997,15 +9137,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -9015,6 +9155,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bp-messages", @@ -9070,16 +9211,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -9089,12 +9230,13 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] @@ -9277,16 +9419,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-core 5.0.0", - "sp-wasm-interface 5.0.0", + "sp-core", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9303,9 +9447,9 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9313,6 +9457,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9326,30 +9471,32 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-runtime 5.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sc-client-api", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9359,13 +9506,14 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9376,6 +9524,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "clap 3.1.5", @@ -9399,12 +9548,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 5.0.0", - "sp-keyring 5.0.0", - "sp-keystore 0.11.0", + "sp-core", + "sp-keyring", + "sp-keystore", "sp-panic-handler", - "sp-runtime 5.0.0", - "sp-version 4.0.0-dev", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", @@ -9413,6 +9562,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fnv", "futures 0.3.21", @@ -9426,20 +9576,21 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", + "sp-core", "sp-database", - "sp-externalities 0.11.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", - "sp-storage 5.0.0", - "sp-trie 5.0.0", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "kvdb", @@ -9452,18 +9603,19 @@ dependencies = [ "parking_lot 0.12.0", "sc-client-api", "sc-state-db", - "sp-arithmetic 4.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 5.0.0", + "sp-core", "sp-database", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", - "sp-trie 5.0.0", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9477,9 +9629,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -9487,6 +9639,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9498,16 +9651,16 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9515,6 +9668,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "fork-tree", @@ -9537,19 +9691,19 @@ dependencies = [ "schnorrkel", "serde", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-io 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", - "sp-version 4.0.0-dev", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-version", "substrate-prometheus-endpoint", "thiserror", ] @@ -9557,6 +9711,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9567,31 +9722,33 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 5.0.0", + "sp-runtime", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9601,14 +9758,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 4.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-runtime", + "sp-state-machine", "sp-timestamp", "thiserror", ] @@ -9616,19 +9773,20 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sc-client-api", "sp-authorship", - "sp-runtime 5.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-executor" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "lazy_static", - "libsecp256k1", "lru 0.6.6", "parity-scale-codec", "parking_lot 0.12.0", @@ -9636,16 +9794,16 @@ dependencies = [ "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core 5.0.0", - "sp-core-hashing-proc-macro 4.0.0-dev", - "sp-externalities 0.11.0", - "sp-io 5.0.0", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-externalities", + "sp-io", "sp-panic-handler", - "sp-runtime-interface 5.0.0", + "sp-runtime-interface", "sp-tasks", - "sp-trie 5.0.0", - "sp-version 4.0.0-dev", - "sp-wasm-interface 5.0.0", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi", ] @@ -9653,14 +9811,15 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "environmental", "parity-scale-codec", "sc-allocator", - "sp-core 5.0.0", + "sp-core", "sp-maybe-compressed-blob", "sp-serializer", - "sp-wasm-interface 5.0.0", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", @@ -9669,21 +9828,23 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", "sc-allocator", "sc-executor-common", "scoped-tls", - "sp-core 5.0.0", - "sp-runtime-interface 5.0.0", - "sp-wasm-interface 5.0.0", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9692,15 +9853,16 @@ dependencies = [ "parity-wasm 0.42.2", "sc-allocator", "sc-executor-common", - "sp-core 5.0.0", - "sp-runtime-interface 5.0.0", - "sp-wasm-interface 5.0.0", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "async-trait", @@ -9724,14 +9886,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto 5.0.0", - "sp-arithmetic 4.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", + "sp-core", "sp-finality-grandpa", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9739,6 +9901,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9754,14 +9917,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-informant" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9772,26 +9936,28 @@ dependencies = [ "sc-network", "sc-transaction-pool-api", "sp-blockchain", - "sp-runtime 5.0.0", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "hex", "parking_lot 0.12.0", "serde_json", - "sp-application-crypto 5.0.0", - "sp-core 5.0.0", - "sp-keystore 0.11.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9824,12 +9990,12 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 4.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", + "sp-core", "sp-finality-grandpa", - "sp-runtime 5.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", @@ -9840,6 +10006,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "futures 0.3.21", @@ -9848,7 +10015,7 @@ dependencies = [ "log", "lru 0.7.3", "sc-network", - "sp-runtime 5.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -9856,6 +10023,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bytes 1.1.0", "fnv", @@ -9873,9 +10041,9 @@ dependencies = [ "sc-network", "sc-utils", "sp-api", - "sp-core 5.0.0", + "sp-core", "sp-offchain", - "sp-runtime 5.0.0", + "sp-runtime", "threadpool", "tracing", ] @@ -9883,6 +10051,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "libp2p", @@ -9895,6 +10064,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9903,6 +10073,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "hash-db", @@ -9921,18 +10092,19 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-keystore 0.11.0", + "sp-core", + "sp-keystore", "sp-offchain", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", + "sp-rpc", + "sp-runtime", "sp-session", - "sp-version 4.0.0-dev", + "sp-version", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9946,17 +10118,18 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-core 5.0.0", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", - "sp-tracing 4.0.0", - "sp-version 4.0.0-dev", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", + "sp-version", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9973,6 +10146,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "directories", @@ -10008,23 +10182,23 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", - "sp-externalities 0.11.0", + "sp-core", + "sp-externalities", "sp-inherents", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.11.0", - "sp-storage 5.0.0", - "sp-tracing 4.0.0", + "sp-state-machine", + "sp-storage", + "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 5.0.0", - "sp-version 4.0.0-dev", + "sp-trie", + "sp-version", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -10036,6 +10210,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -10043,12 +10218,13 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.12.0", "sc-client-api", - "sp-core 5.0.0", + "sp-core", ] [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10062,13 +10238,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 5.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "futures 0.3.21", @@ -10086,6 +10263,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "atty", @@ -10103,10 +10281,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-rpc 5.0.0", - "sp-runtime 5.0.0", - "sp-tracing 4.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -10116,6 +10294,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10126,6 +10305,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10141,9 +10321,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 5.0.0", - "sp-runtime 5.0.0", - "sp-tracing 4.0.0", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10152,22 +10332,25 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", "serde", "sp-blockchain", - "sp-runtime 5.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", "lazy_static", + "log", "parking_lot 0.12.0", "prometheus", ] @@ -10340,15 +10523,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", ] @@ -10444,6 +10627,15 @@ dependencies = [ "serde", ] +[[package]] +name = "serde_nanos" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e" +dependencies = [ + "serde", +] + [[package]] name = "sha-1" version = "0.8.2" @@ -10556,15 +10748,15 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -10626,11 +10818,12 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 6.0.0", + "sp-runtime", "sp-std", ] @@ -10713,22 +10906,24 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "log", "parity-scale-codec", "sp-api-proc-macro", - "sp-core 5.0.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-version 4.0.0-dev", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10737,49 +10932,23 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-application-crypto" -version = "5.0.0" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-core", + "sp-io", "sp-std", ] -[[package]] -name = "sp-arithmetic" -version = "4.0.0" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-debug-derive", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "integer-sqrt", "num-traits", @@ -10794,40 +10963,44 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 5.0.0", - "sp-runtime 5.0.0", + "sp-application-crypto", + "sp-runtime", "sp-std", ] [[package]] name = "sp-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", @@ -10837,42 +11010,44 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "log", "parity-scale-codec", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-runtime", + "sp-state-machine", "sp-std", - "sp-version 4.0.0-dev", + "sp-version", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-inherents", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", "sp-timestamp", ] @@ -10880,6 +11055,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "merlin", @@ -10887,14 +11063,14 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 5.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-keystore", + "sp-runtime", "sp-std", "sp-timestamp", ] @@ -10902,12 +11078,13 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 4.0.0", - "sp-runtime 5.0.0", + "sp-arithmetic", + "sp-runtime", "sp-std", "sp-timestamp", ] @@ -10915,62 +11092,19 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "sp-std", ] -[[package]] -name = "sp-core" -version = "5.0.0" -dependencies = [ - "base58", - "bitflags", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.21", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.12.0", - "primitive-types", - "rand 0.7.3", - "regex", - "scale-info", - "schnorrkel", - "secrecy", - "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities 0.11.0", - "sp-runtime-interface 5.0.0", - "sp-std", - "sp-storage 5.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "wasmi", - "zeroize", -] - [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "base58", "bitflags", @@ -11001,10 +11135,10 @@ dependencies = [ "serde", "sp-core-hashing", "sp-debug-derive", - "sp-externalities 0.12.0", - "sp-runtime-interface 6.0.0", + "sp-externalities", + "sp-runtime-interface", "sp-std", - "sp-storage 6.0.0", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -11016,6 +11150,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11026,20 +11161,10 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-core-hashing-proc-macro" -version = "4.0.0-dev" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing", - "syn", -] - [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -11050,6 +11175,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11058,36 +11184,28 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "sp-externalities" -version = "0.11.0" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 5.0.0", -] - [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage 6.0.0", + "sp-storage", ] [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "log", @@ -11095,53 +11213,31 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 5.0.0", - "sp-core 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", "sp-std", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "5.0.0" -dependencies = [ - "futures 0.3.21", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.12.0", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "sp-keystore 0.11.0", - "sp-runtime-interface 5.0.0", - "sp-state-machine 0.11.0", - "sp-std", - "sp-tracing 4.0.0", - "sp-trie 5.0.0", - "sp-wasm-interface 5.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "hash-db", @@ -11150,60 +11246,34 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "secp256k1", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-keystore 0.12.0", - "sp-runtime-interface 6.0.0", - "sp-state-machine 0.12.0", - "sp-std", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", - "sp-wasm-interface 6.0.0", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] -[[package]] -name = "sp-keyring" -version = "5.0.0" -dependencies = [ - "lazy_static", - "sp-core 5.0.0", - "sp-runtime 5.0.0", - "strum 0.23.0", -] - [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "lazy_static", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "strum 0.23.0", ] -[[package]] -name = "sp-keystore" -version = "0.11.0" -dependencies = [ - "async-trait", - "futures 0.3.21", - "merlin", - "parity-scale-codec", - "parking_lot 0.12.0", - "schnorrkel", - "serde", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -11212,14 +11282,15 @@ dependencies = [ "parking_lot 0.12.0", "schnorrkel", "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", + "sp-core", + "sp-externalities", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "thiserror", "zstd", @@ -11228,20 +11299,22 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 4.0.0", - "sp-core 5.0.0", + "sp-arithmetic", + "sp-core", "sp-npos-elections-solution-type", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", ] [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11252,65 +11325,37 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "backtrace", "lazy_static", "regex", ] -[[package]] -name = "sp-rpc" -version = "5.0.0" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 5.0.0", -] - [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "rustc-hash", "serde", - "sp-core 6.0.0", -] - -[[package]] -name = "sp-runtime" -version = "5.0.0" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "scale-info", - "serde", - "sp-application-crypto 5.0.0", - "sp-arithmetic 4.0.0", - "sp-core 5.0.0", - "sp-io 5.0.0", - "sp-std", + "sp-core", ] [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "either", "hash256-std-hasher", @@ -11322,61 +11367,34 @@ dependencies = [ "rand 0.7.3", "scale-info", "serde", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-std", ] -[[package]] -name = "sp-runtime-interface" -version = "5.0.0" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.11.0", - "sp-runtime-interface-proc-macro 4.0.0", - "sp-std", - "sp-storage 5.0.0", - "sp-tracing 4.0.0", - "sp-wasm-interface 5.0.0", - "static_assertions", -] - [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.12.0", - "sp-runtime-interface-proc-macro 5.0.0", + "sp-externalities", + "sp-runtime-interface-proc-macro", "sp-std", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "4.0.0" -dependencies = [ - "Inflector", - "proc-macro-crate 1.1.3", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11388,19 +11406,21 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", - "sp-core 5.0.0", - "sp-io 5.0.0", + "sp-core", + "sp-io", "sp-std", - "sp-wasm-interface 5.0.0", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sp-serializer" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "serde", "serde_json", @@ -11409,12 +11429,13 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", "sp-staking", "sp-std", ] @@ -11422,39 +11443,18 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-runtime 5.0.0", - "sp-std", -] - -[[package]] -name = "sp-state-machine" -version = "0.11.0" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.0", - "rand 0.7.3", - "smallvec", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "sp-panic-handler", + "sp-runtime", "sp-std", - "sp-trie 5.0.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", ] [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "log", @@ -11463,11 +11463,11 @@ dependencies = [ "parking_lot 0.12.0", "rand 0.7.3", "smallvec", - "sp-core 6.0.0", - "sp-externalities 0.12.0", + "sp-core", + "sp-externalities", "sp-panic-handler", "sp-std", - "sp-trie 6.0.0", + "sp-trie", "thiserror", "tracing", "trie-db", @@ -11477,23 +11477,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" - -[[package]] -name = "sp-storage" -version = "5.0.0" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", - "sp-std", -] +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11506,18 +11495,20 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "sp-io 5.0.0", - "sp-runtime-interface 5.0.0", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime-interface", "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures-timer", @@ -11525,26 +11516,15 @@ dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", - "sp-runtime 5.0.0", + "sp-runtime", "sp-std", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "4.0.0" -dependencies = [ - "parity-scale-codec", - "sp-std", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-std", @@ -11556,84 +11536,56 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", - "sp-runtime 5.0.0", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core 5.0.0", + "sp-core", "sp-inherents", - "sp-runtime 5.0.0", - "sp-std", - "sp-trie 5.0.0", -] - -[[package]] -name = "sp-trie" -version = "5.0.0" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "scale-info", - "sp-core 5.0.0", + "sp-runtime", "sp-std", - "trie-db", - "trie-root", + "sp-trie", ] [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", + "sp-core", "sp-std", "thiserror", "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "4.0.0-dev" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm 0.42.2", - "scale-info", - "serde", - "sp-core-hashing-proc-macro 4.0.0-dev", - "sp-runtime 5.0.0", - "sp-std", - "sp-version-proc-macro", - "thiserror", -] - [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm 0.42.2", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0", - "sp-runtime 6.0.0", + "sp-core-hashing-proc-macro", + "sp-runtime", "sp-std", "sp-version-proc-macro", "thiserror", @@ -11642,6 +11594,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11649,28 +11602,17 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-wasm-interface" -version = "5.0.0" -dependencies = [ - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std", - "wasmi", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", "sp-std", "wasmi", + "wasmtime", ] [[package]] @@ -11761,15 +11703,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -11828,15 +11770,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "xcm", "xcm-builder", @@ -11953,6 +11895,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "platforms", ] @@ -11960,6 +11903,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11974,13 +11918,14 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 5.0.0", - "sp-runtime 5.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures-util", "hyper", @@ -11993,6 +11938,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -12008,16 +11954,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 5.0.0", - "sp-keyring 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "substrate-test-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -12027,6 +11974,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -12037,6 +11985,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "build-helper", @@ -12122,12 +12071,13 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] @@ -12517,6 +12467,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -12528,13 +12479,13 @@ dependencies = [ "sc-executor", "sc-service", "serde", - "sp-core 5.0.0", - "sp-externalities 0.11.0", - "sp-io 5.0.0", - "sp-keystore 0.11.0", - "sp-runtime 5.0.0", - "sp-state-machine 0.11.0", - "sp-version 4.0.0-dev", + "sp-core", + "sp-externalities", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-version", "zstd", ] @@ -12550,7 +12501,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.3", "rand 0.8.5", "static_assertions", @@ -13118,6 +13069,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "beefy-primitives", "bitvec", @@ -13182,17 +13134,17 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -13203,12 +13155,13 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] @@ -13261,15 +13214,15 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-std", "sp-transaction-pool", - "sp-version 5.0.0", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -13422,6 +13375,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13434,6 +13388,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-support", "frame-system", @@ -13442,9 +13397,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std", "xcm", "xcm-executor", @@ -13453,16 +13408,17 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "frame-benchmarking", "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std", "xcm", ] @@ -13470,6 +13426,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#f90bd3b89a7412eba8bf89a10a0cc9ce8075c9ed" dependencies = [ "Inflector", "proc-macro2", @@ -13540,275 +13497,3 @@ dependencies = [ "cc", "libc", ] - -[[patch.unused]] -name = "chain-spec-builder" -version = "2.0.0" - -[[patch.unused]] -name = "frame-support-test" -version = "3.0.0" - -[[patch.unused]] -name = "frame-support-test-compile-pass" -version = "4.0.0-dev" - -[[patch.unused]] -name = "frame-support-test-pallet" -version = "4.0.0-dev" - -[[patch.unused]] -name = "generate-bags" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-bench" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-cli" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-executor" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-inspect" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "node-rpc" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime-generate-bags" -version = "3.0.0" - -[[patch.unused]] -name = "node-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-template-runtime" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-testing" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-atomic-swap" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-child-bounties" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-conviction-voting" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-basic" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-offchain-worker" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-parallel" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-lottery" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-node-authorization" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-referenda" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-scored-pool" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-transaction-storage" -version = "4.0.0-dev" - -[[patch.unused]] -name = "sc-consensus-manual-seal" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-network-test" -version = "0.8.0" - -[[patch.unused]] -name = "sc-runtime-test" -version = "2.0.0" - -[[patch.unused]] -name = "sc-service-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-api-test" -version = "2.0.1" - -[[patch.unused]] -name = "sp-application-crypto-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-arithmetic-fuzzer" -version = "2.0.0" - -[[patch.unused]] -name = "sp-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" - -[[patch.unused]] -name = "sp-runtime-interface-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" - -[[patch.unused]] -name = "sp-test-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "subkey" -version = "2.0.1" - -[[patch.unused]] -name = "substrate-frame-cli" -version = "4.0.0-dev" - -[[patch.unused]] -name = "substrate-frame-rpc-support" -version = "3.0.0" - -[[patch.unused]] -name = "substrate-test-runtime" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-client" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-utils-test-crate" -version = "0.1.0" - -[[patch.unused]] -name = "polkadot" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-primitives-test-helpers" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-test-malus" -version = "0.9.17" - -[[patch.unused]] -name = "polkadot-voter-bags" -version = "0.9.17" - -[[patch.unused]] -name = "remote-ext-tests-bags-list" -version = "0.9.17" - -[[patch.unused]] -name = "staking-miner" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-adder" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-adder-collator" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-halt" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-undying" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachain-undying-collator" -version = "0.9.17" - -[[patch.unused]] -name = "test-parachains" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-executor-integration-tests" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator-example" -version = "0.9.17" - -[[patch.unused]] -name = "xcm-simulator-fuzzer" -version = "0.9.17" - -[[patch.unused]] -name = "zombienet-backchannel" -version = "0.9.17" From 29797f0deb0436b8235bb0e20b9970874cf625d6 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 12:59:04 +0100 Subject: [PATCH 4/8] Fixes --- polkadot-parachains/statemine/src/weights/pallet_uniques.rs | 4 ++-- polkadot-parachains/statemint/src/weights/pallet_uniques.rs | 4 ++-- polkadot-parachains/westmint/src/weights/pallet_uniques.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs index ecdfce5e4fe..d4cb007c6ac 100644 --- a/polkadot-parachains/statemine/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemine/src/weights/pallet_uniques.rs @@ -224,7 +224,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Asset (r:1 w:1) fn set_accept_ownership() -> Weight { (19_417_000 as Weight) - .saturating_add(RocksDbWeight::get().reads(1 as Weight)) - .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + .saturating_add(T::DbWeight::get().reads(1 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs index f1fab1aaf93..794f34ab9d3 100644 --- a/polkadot-parachains/statemint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/statemint/src/weights/pallet_uniques.rs @@ -224,7 +224,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Asset (r:1 w:1) fn set_accept_ownership() -> Weight { (19_417_000 as Weight) - .saturating_add(RocksDbWeight::get().reads(1 as Weight)) - .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + .saturating_add(T::DbWeight::get().reads(1 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs index 7b8970eeaba..36aa43061b5 100644 --- a/polkadot-parachains/westmint/src/weights/pallet_uniques.rs +++ b/polkadot-parachains/westmint/src/weights/pallet_uniques.rs @@ -224,7 +224,7 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Asset (r:1 w:1) fn set_accept_ownership() -> Weight { (19_417_000 as Weight) - .saturating_add(RocksDbWeight::get().reads(1 as Weight)) - .saturating_add(RocksDbWeight::get().writes(1 as Weight)) + .saturating_add(T::DbWeight::get().reads(1 as Weight)) + .saturating_add(T::DbWeight::get().writes(1 as Weight)) } } From 21e6f3de7a6be10387e6650caa3c71405cb9ca5b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 15:19:30 +0100 Subject: [PATCH 5/8] Fixed --- Cargo.lock | 384 ++++++++++-------- client/relay-chain-rpc-interface/src/lib.rs | 4 +- parachain-template/runtime/src/xcm_config.rs | 4 +- .../canvas-kusama/src/xcm_config.rs | 6 +- .../rococo-parachain/src/lib.rs | 6 +- polkadot-parachains/seedling/src/lib.rs | 2 +- polkadot-parachains/shell/src/xcm_config.rs | 4 +- .../statemine/src/xcm_config.rs | 6 +- .../statemint/src/xcm_config.rs | 6 +- .../westmint/src/xcm_config.rs | 4 +- 10 files changed, 231 insertions(+), 195 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b54481780..b93deff4b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,11 +458,11 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "fnv", "futures 0.3.21", + "hex", "log", "parity-scale-codec", "parking_lot 0.12.0", @@ -487,7 +487,6 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -510,12 +509,10 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -2787,7 +2784,6 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", ] @@ -2805,7 +2801,6 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -2827,7 +2822,6 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "chrono", @@ -2868,7 +2862,6 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -2882,7 +2875,6 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -2910,7 +2902,6 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-metadata", @@ -2939,7 +2930,6 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2951,7 +2941,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2963,7 +2952,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -2973,7 +2961,6 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "log", @@ -2990,7 +2977,6 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3005,7 +2991,6 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", @@ -3014,7 +2999,6 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "sp-api", @@ -5613,7 +5597,6 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5630,7 +5613,6 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5644,7 +5626,6 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5660,7 +5641,6 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5676,7 +5656,6 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5691,7 +5670,6 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5715,7 +5693,6 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5735,7 +5712,6 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5750,7 +5726,6 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-primitives", "frame-support", @@ -5766,7 +5741,6 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5791,7 +5765,6 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5895,7 +5868,6 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5884,6 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-benchmarking", @@ -5939,7 +5910,6 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "parity-scale-codec", @@ -5954,7 +5924,6 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -5964,7 +5933,6 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5983,7 +5951,6 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5996,7 +5963,6 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6012,7 +5978,6 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6035,7 +6000,6 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6053,7 +6017,6 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6068,7 +6031,6 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6091,7 +6053,6 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6107,7 +6068,6 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6127,7 +6087,6 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6144,7 +6103,6 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6161,7 +6119,6 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6179,7 +6136,6 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6195,7 +6151,6 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6212,7 +6167,6 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6227,7 +6181,6 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6241,7 +6194,6 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6258,7 +6210,6 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6281,7 +6232,6 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6297,7 +6247,6 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6312,7 +6261,6 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6326,7 +6274,6 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6340,7 +6287,6 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6356,7 +6302,6 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6377,7 +6322,6 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6393,7 +6337,6 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6407,7 +6350,6 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6430,7 +6372,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6441,7 +6382,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "sp-arithmetic", @@ -6450,7 +6390,6 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6479,7 +6418,6 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6497,7 +6435,6 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6516,7 +6453,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6533,7 +6469,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6550,7 +6485,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6561,7 +6495,6 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6578,7 +6511,6 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6593,7 +6525,6 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6609,7 +6540,6 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -9038,7 +8968,6 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9419,7 +9348,6 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "sp-core", @@ -9430,7 +9358,6 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9457,7 +9384,6 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9480,7 +9406,6 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9496,7 +9421,6 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9513,7 +9437,6 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9524,7 +9447,6 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "clap 3.1.5", @@ -9562,7 +9484,6 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fnv", "futures 0.3.21", @@ -9590,7 +9511,6 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "kvdb", @@ -9615,7 +9535,6 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9639,7 +9558,6 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9668,7 +9586,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "fork-tree", @@ -9711,7 +9628,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9735,7 +9651,6 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9748,7 +9663,6 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9773,7 +9687,6 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sc-client-api", "sp-authorship", @@ -9784,7 +9697,6 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9811,7 +9723,6 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "environmental", "parity-scale-codec", @@ -9828,7 +9739,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -9844,7 +9754,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9862,7 +9771,6 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "async-trait", @@ -9871,6 +9779,7 @@ dependencies = [ "fork-tree", "futures 0.3.21", "futures-timer", + "hex", "log", "parity-scale-codec", "parking_lot 0.12.0", @@ -9901,7 +9810,6 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9925,7 +9833,6 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9942,7 +9849,6 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "hex", @@ -9957,7 +9863,6 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -10006,7 +9911,6 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ahash", "futures 0.3.21", @@ -10023,7 +9927,6 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bytes 1.1.0", "fnv", @@ -10051,7 +9954,6 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "libp2p", @@ -10064,7 +9966,6 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10073,7 +9974,6 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "hash-db", @@ -10104,7 +10004,6 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10129,7 +10028,6 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10146,7 +10044,6 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "directories", @@ -10210,7 +10107,6 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -10224,7 +10120,6 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10245,7 +10140,6 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "chrono", "futures 0.3.21", @@ -10263,7 +10157,6 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "atty", @@ -10294,7 +10187,6 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10305,7 +10197,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10332,7 +10223,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", @@ -10345,7 +10235,6 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10906,7 +10795,6 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "log", @@ -10923,7 +10811,6 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10935,7 +10822,6 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10948,7 +10834,6 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "integer-sqrt", "num-traits", @@ -10963,7 +10848,6 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10976,7 +10860,6 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", @@ -10988,7 +10871,6 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-api", @@ -11000,7 +10882,6 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "log", @@ -11018,7 +10899,6 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -11037,7 +10917,6 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", @@ -11055,7 +10934,6 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "merlin", @@ -11078,7 +10956,6 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11092,7 +10969,6 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -11104,7 +10980,6 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "base58", "bitflags", @@ -11150,7 +11025,6 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11164,7 +11038,6 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -11175,7 +11048,6 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11184,7 +11056,6 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -11194,7 +11065,6 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "environmental", "parity-scale-codec", @@ -11205,7 +11075,6 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "finality-grandpa", "log", @@ -11223,7 +11092,6 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11237,7 +11105,6 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "hash-db", @@ -11262,7 +11129,6 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "lazy_static", "sp-core", @@ -11273,7 +11139,6 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -11290,7 +11155,6 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "thiserror", "zstd", @@ -11299,7 +11163,6 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11314,7 +11177,6 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11325,7 +11187,6 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", "sp-core", @@ -11335,7 +11196,6 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "backtrace", "lazy_static", @@ -11345,7 +11205,6 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "rustc-hash", "serde", @@ -11355,7 +11214,6 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "either", "hash256-std-hasher", @@ -11377,7 +11235,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11394,7 +11251,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11406,7 +11262,6 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -11420,7 +11275,6 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "serde", "serde_json", @@ -11429,7 +11283,6 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11443,7 +11296,6 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "scale-info", @@ -11454,7 +11306,6 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "log", @@ -11477,12 +11328,10 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11495,7 +11344,6 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "sp-core", @@ -11508,7 +11356,6 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures-timer", @@ -11524,7 +11371,6 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "sp-std", @@ -11536,7 +11382,6 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "sp-api", "sp-runtime", @@ -11545,7 +11390,6 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "log", @@ -11561,7 +11405,6 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "hash-db", "memory-db", @@ -11577,7 +11420,6 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11594,7 +11436,6 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11605,7 +11446,6 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "impl-trait-for-tuples", "log", @@ -11895,7 +11735,6 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "platforms", ] @@ -11903,7 +11742,6 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11925,7 +11763,6 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures-util", "hyper", @@ -11938,7 +11775,6 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -11964,7 +11800,6 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11974,7 +11809,6 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11985,7 +11819,6 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "ansi_term", "build-helper", @@ -12467,7 +12300,6 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -13497,3 +13329,215 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" + +[[patch.unused]] +name = "frame-support-test" +version = "3.0.0" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" + +[[patch.unused]] +name = "frame-support-test-pallet" +version = "4.0.0-dev" + +[[patch.unused]] +name = "generate-bags" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-remote-tests" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-child-bounties" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-conviction-voting" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-parallel" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-referenda" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-state-trie-migration" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-whitelist" +version = "4.0.0-dev" + +[[patch.unused]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "subkey" +version = "2.0.1" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" + +[[patch.unused]] +name = "substrate-test-runtime" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-client" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" diff --git a/client/relay-chain-rpc-interface/src/lib.rs b/client/relay-chain-rpc-interface/src/lib.rs index dbc3927201a..c2ae32f2e19 100644 --- a/client/relay-chain-rpc-interface/src/lib.rs +++ b/client/relay-chain-rpc-interface/src/lib.rs @@ -39,7 +39,7 @@ use parity_scale_codec::{Decode, Encode}; use polkadot_service::Handle; use sc_client_api::{StorageData, StorageProof}; use sc_rpc_api::{state::ReadProof, system::Health}; -use sp_core::sp_std::collections::btree_map::BTreeMap; +use sp_core::sp_std::collections::{btree_map::BTreeMap, btree_set::BTreeSet}; use sp_runtime::DeserializeOwned; use sp_state_machine::StorageValue; use sp_storage::StorageKey; @@ -416,7 +416,7 @@ impl RelayChainInterface for RelayChainRPCInterface { .state_get_read_proof(storage_keys, Some(relay_parent)) .await .map(|read_proof| { - let bytes = read_proof.proof.into_iter().map(|bytes| bytes.to_vec()).collect(); + let bytes = read_proof.proof.into_iter().map(|bytes| bytes.to_vec()).collect::>(); StorageProof::new(bytes) }) } diff --git a/parachain-template/runtime/src/xcm_config.rs b/parachain-template/runtime/src/xcm_config.rs index 86dda52f4e1..bc55538be64 100644 --- a/parachain-template/runtime/src/xcm_config.rs +++ b/parachain-template/runtime/src/xcm_config.rs @@ -3,7 +3,7 @@ use super::{ Runtime, XcmpQueue, }; use frame_support::{ - match_type, parameter_types, + match_types, parameter_types, traits::{Everything, Nothing}, weights::{IdentityFee, Weight}, }; @@ -79,7 +79,7 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } diff --git a/polkadot-parachains/canvas-kusama/src/xcm_config.rs b/polkadot-parachains/canvas-kusama/src/xcm_config.rs index 70e0a636a6b..9288bd50733 100644 --- a/polkadot-parachains/canvas-kusama/src/xcm_config.rs +++ b/polkadot-parachains/canvas-kusama/src/xcm_config.rs @@ -18,7 +18,7 @@ use super::{ Runtime, XcmpQueue, }; use frame_support::{ - match_type, parameter_types, + match_types, parameter_types, traits::{EnsureOneOf, Everything, Nothing}, weights::{IdentityFee, Weight}, }; @@ -106,13 +106,11 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; -} -match_type! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } diff --git a/polkadot-parachains/rococo-parachain/src/lib.rs b/polkadot-parachains/rococo-parachain/src/lib.rs index b4ae6dc03f5..03005decf0e 100644 --- a/polkadot-parachains/rococo-parachain/src/lib.rs +++ b/polkadot-parachains/rococo-parachain/src/lib.rs @@ -37,7 +37,7 @@ use sp_version::RuntimeVersion; // A few exports that help ease life for downstream crates. pub use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, match_types, parameter_types, traits::{EnsureOneOf, Everything, IsInVec, Randomness}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND}, @@ -361,13 +361,11 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsUnitPlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) } }; -} -match_type! { pub type Statemint: impl Contains = { MultiLocation { parents: 1, interior: X1(Parachain(1000)) } }; diff --git a/polkadot-parachains/seedling/src/lib.rs b/polkadot-parachains/seedling/src/lib.rs index 4906aa6ff7c..601c8aba9ed 100644 --- a/polkadot-parachains/seedling/src/lib.rs +++ b/polkadot-parachains/seedling/src/lib.rs @@ -37,7 +37,7 @@ use sp_version::RuntimeVersion; // A few exports that help ease life for downstream crates. pub use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, parameter_types, traits::{IsInVec, Randomness}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND}, diff --git a/polkadot-parachains/shell/src/xcm_config.rs b/polkadot-parachains/shell/src/xcm_config.rs index 18f3b334c2a..57c217e0746 100644 --- a/polkadot-parachains/shell/src/xcm_config.rs +++ b/polkadot-parachains/shell/src/xcm_config.rs @@ -14,7 +14,7 @@ // limitations under the License. use super::{AccountId, Call, Event, Origin, ParachainInfo, Runtime}; -use frame_support::{match_type, parameter_types, weights::Weight}; +use frame_support::{match_types, parameter_types, weights::Weight}; use xcm::latest::prelude::*; use xcm_builder::{ AllowUnpaidExecutionFrom, FixedWeightBounds, LocationInverter, ParentAsSuperuser, @@ -40,7 +40,7 @@ pub type XcmOriginToTransactDispatchOrigin = ( ParentAsSuperuser, ); -match_type! { +match_types! { pub type JustTheParent: impl Contains = { MultiLocation { parents:1, interior: Here } }; } diff --git a/polkadot-parachains/statemine/src/xcm_config.rs b/polkadot-parachains/statemine/src/xcm_config.rs index a45f4a36262..97b076e129e 100644 --- a/polkadot-parachains/statemine/src/xcm_config.rs +++ b/polkadot-parachains/statemine/src/xcm_config.rs @@ -18,7 +18,7 @@ use super::{ ParachainSystem, PolkadotXcm, Runtime, XcmpQueue, }; use frame_support::{ - match_type, parameter_types, + match_types, parameter_types, traits::{Everything, Nothing, PalletInfoAccess}, weights::{IdentityFee, Weight}, }; @@ -127,13 +127,11 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; -} -match_type! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } diff --git a/polkadot-parachains/statemint/src/xcm_config.rs b/polkadot-parachains/statemint/src/xcm_config.rs index 391e64ce679..0cd96e4a5a2 100644 --- a/polkadot-parachains/statemint/src/xcm_config.rs +++ b/polkadot-parachains/statemint/src/xcm_config.rs @@ -18,7 +18,7 @@ use super::{ ParachainSystem, PolkadotXcm, Runtime, XcmpQueue, }; use frame_support::{ - match_type, parameter_types, + match_types, parameter_types, traits::{Everything, Nothing, PalletInfoAccess}, weights::{IdentityFee, Weight}, }; @@ -127,13 +127,11 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; -} -match_type! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } diff --git a/polkadot-parachains/westmint/src/xcm_config.rs b/polkadot-parachains/westmint/src/xcm_config.rs index 146e51a0d70..662bf9831f8 100644 --- a/polkadot-parachains/westmint/src/xcm_config.rs +++ b/polkadot-parachains/westmint/src/xcm_config.rs @@ -18,7 +18,7 @@ use super::{ ParachainSystem, PolkadotXcm, Runtime, XcmpQueue, }; use frame_support::{ - match_type, parameter_types, + match_types, parameter_types, traits::{Everything, PalletInfoAccess}, weights::{IdentityFee, Weight}, }; @@ -127,7 +127,7 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsPlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { .. }) } From 4a349c1e5bb2d495ebe5bfe50edb349c814521e3 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 15:34:08 +0100 Subject: [PATCH 6/8] Revert lock --- Cargo.lock | 692 ++--------------------------------------------------- 1 file changed, 15 insertions(+), 677 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6595ed2fa..fe7c6cb05f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,10 +458,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "beefy-primitives", "fnv", @@ -491,10 +488,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "beefy-gadget", "beefy-primitives", @@ -517,18 +511,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master [[package]] name = "beefy-primitives" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -2800,10 +2788,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", ] @@ -2821,10 +2806,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -2846,10 +2828,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "Inflector", "chrono", @@ -2890,10 +2869,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -2907,10 +2883,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -2938,10 +2911,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "bitflags", "frame-metadata", @@ -2970,10 +2940,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2985,10 +2952,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -3000,10 +2964,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro2", "quote", @@ -3013,10 +2974,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "log", @@ -3033,10 +2991,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -3051,10 +3006,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "sp-api", @@ -3063,10 +3015,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "sp-api", @@ -5665,6 +5614,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5681,6 +5631,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5694,6 +5645,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5709,10 +5661,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -5728,10 +5677,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -5746,10 +5692,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -5773,10 +5716,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5796,10 +5736,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -5814,10 +5751,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "beefy-primitives", "frame-support", @@ -5833,10 +5767,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5861,10 +5792,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -5968,10 +5896,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -5988,6 +5913,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-benchmarking", @@ -6014,6 +5940,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "parity-scale-codec", @@ -6028,6 +5955,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -6037,6 +5965,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6055,6 +5984,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -6067,10 +5997,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6086,10 +6013,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6112,10 +6036,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6133,10 +6054,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6151,10 +6069,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6177,10 +6092,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "enumflags2", "frame-benchmarking", @@ -6196,10 +6108,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6219,10 +6128,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6239,10 +6145,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6259,10 +6162,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6280,10 +6180,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6299,10 +6196,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6319,10 +6213,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6337,10 +6228,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6354,10 +6242,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6374,10 +6259,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6400,10 +6282,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6419,10 +6298,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6437,6 +6313,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6450,10 +6327,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6467,10 +6341,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6486,10 +6357,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6510,10 +6378,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6529,10 +6394,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6546,10 +6408,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6572,10 +6431,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6586,10 +6442,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "sp-arithmetic", @@ -6598,10 +6451,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6630,10 +6480,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6651,10 +6498,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6673,10 +6517,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-support", "frame-system", @@ -6693,10 +6534,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6713,10 +6551,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6727,10 +6562,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6747,6 +6579,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6761,10 +6594,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -6780,10 +6610,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-benchmarking", "frame-support", @@ -9212,10 +9039,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9596,10 +9420,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "sp-core", @@ -9610,10 +9431,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -9640,10 +9458,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "futures-timer", @@ -9666,10 +9481,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9685,10 +9497,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9705,10 +9514,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9719,10 +9525,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "chrono", "clap 3.1.5", @@ -9760,10 +9563,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "fnv", "futures 0.3.21", @@ -9791,10 +9591,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "hash-db", "kvdb", @@ -9819,10 +9616,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -9846,6 +9640,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9874,10 +9669,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "fork-tree", @@ -9920,10 +9712,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9947,10 +9736,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "fork-tree", "parity-scale-codec", @@ -9963,10 +9749,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -9991,10 +9774,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "sc-client-api", "sp-authorship", @@ -10005,10 +9785,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "lazy_static", "lru 0.6.6", @@ -10035,10 +9812,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "environmental", "parity-scale-codec", @@ -10055,10 +9829,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "parity-scale-codec", @@ -10074,10 +9845,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "cfg-if 1.0.0", "libc", @@ -10095,10 +9863,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ahash", "async-trait", @@ -10138,10 +9903,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -10165,10 +9927,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ansi_term", "futures 0.3.21", @@ -10185,10 +9944,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "hex", @@ -10203,10 +9959,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -10255,10 +10008,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ahash", "futures 0.3.21", @@ -10275,10 +10025,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "bytes 1.1.0", "fnv", @@ -10306,10 +10053,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "libp2p", @@ -10322,10 +10066,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10334,10 +10075,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "hash-db", @@ -10368,10 +10106,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10396,10 +10131,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10416,10 +10148,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "directories", @@ -10483,10 +10212,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "parity-scale-codec", @@ -10500,10 +10226,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10524,10 +10247,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "chrono", "futures 0.3.21", @@ -10545,10 +10265,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ansi_term", "atty", @@ -10579,10 +10296,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10593,10 +10307,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "futures-timer", @@ -10623,10 +10334,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "log", @@ -10639,10 +10347,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "futures-timer", @@ -11203,10 +10908,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "hash-db", "log", @@ -11223,10 +10925,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -11238,10 +10937,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11254,10 +10950,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "integer-sqrt", "num-traits", @@ -11272,10 +10965,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11288,10 +10978,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "parity-scale-codec", @@ -11303,10 +10990,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "sp-api", @@ -11318,10 +11002,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "log", @@ -11339,10 +11020,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -11361,6 +11039,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", @@ -11378,10 +11057,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "merlin", @@ -11404,10 +11080,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11421,10 +11094,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "schnorrkel", @@ -11436,10 +11106,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "base58", "bitflags", @@ -11485,10 +11152,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "blake2 0.10.2", "byteorder", @@ -11502,10 +11166,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro2", "quote", @@ -11516,10 +11177,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11528,10 +11186,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro2", "quote", @@ -11541,10 +11196,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "environmental", "parity-scale-codec", @@ -11555,10 +11207,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "finality-grandpa", "log", @@ -11576,10 +11225,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11593,10 +11239,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures 0.3.21", "hash-db", @@ -11621,10 +11264,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "lazy_static", "sp-core", @@ -11635,10 +11275,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -11655,10 +11292,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "thiserror", "zstd", @@ -11667,10 +11301,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11685,10 +11316,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11699,10 +11327,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "sp-api", "sp-core", @@ -11712,10 +11337,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "backtrace", "lazy_static", @@ -11725,10 +11347,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "rustc-hash", "serde", @@ -11738,10 +11357,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "either", "hash256-std-hasher", @@ -11763,10 +11379,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11783,10 +11396,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11798,6 +11408,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -11811,10 +11422,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "serde", "serde_json", @@ -11823,10 +11431,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11840,10 +11445,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "scale-info", @@ -11854,10 +11456,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "hash-db", "log", @@ -11880,18 +11479,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master [[package]] name = "sp-storage" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "impl-serde", "parity-scale-codec", @@ -11904,10 +11497,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "log", "sp-core", @@ -11920,10 +11510,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures-timer", @@ -11939,10 +11526,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "sp-std", @@ -11954,10 +11538,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "sp-api", "sp-runtime", @@ -11966,10 +11547,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "log", @@ -11985,10 +11563,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "hash-db", "memory-db", @@ -12004,10 +11579,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "impl-serde", "parity-scale-codec", @@ -12024,10 +11596,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12038,10 +11607,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "impl-trait-for-tuples", "log", @@ -12331,10 +11897,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "platforms", ] @@ -12342,10 +11905,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -12367,10 +11927,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "futures-util", "hyper", @@ -12383,10 +11940,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "async-trait", "futures 0.3.21", @@ -12412,6 +11966,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -12421,6 +11976,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -12431,10 +11987,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "ansi_term", "build-helper", @@ -12916,10 +12469,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -<<<<<<< HEAD -======= source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" ->>>>>>> origin/master dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -13949,215 +13499,3 @@ dependencies = [ "cc", "libc", ] - -[[patch.unused]] -name = "chain-spec-builder" -version = "2.0.0" - -[[patch.unused]] -name = "frame-support-test" -version = "3.0.0" - -[[patch.unused]] -name = "frame-support-test-compile-pass" -version = "4.0.0-dev" - -[[patch.unused]] -name = "frame-support-test-pallet" -version = "4.0.0-dev" - -[[patch.unused]] -name = "generate-bags" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-bench" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-cli" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-executor" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-inspect" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "node-rpc" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime-generate-bags" -version = "3.0.0" - -[[patch.unused]] -name = "node-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-template-runtime" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-testing" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-atomic-swap" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-child-bounties" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-conviction-voting" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-basic" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-offchain-worker" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-parallel" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-lottery" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-node-authorization" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-referenda" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-scored-pool" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-state-trie-migration" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-transaction-storage" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-whitelist" -version = "4.0.0-dev" - -[[patch.unused]] -name = "sc-consensus-manual-seal" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-network-test" -version = "0.8.0" - -[[patch.unused]] -name = "sc-runtime-test" -version = "2.0.0" - -[[patch.unused]] -name = "sc-service-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-api-test" -version = "2.0.1" - -[[patch.unused]] -name = "sp-application-crypto-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-arithmetic-fuzzer" -version = "2.0.0" - -[[patch.unused]] -name = "sp-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" - -[[patch.unused]] -name = "sp-runtime-interface-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" - -[[patch.unused]] -name = "sp-test-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "subkey" -version = "2.0.1" - -[[patch.unused]] -name = "substrate-frame-cli" -version = "4.0.0-dev" - -[[patch.unused]] -name = "substrate-frame-rpc-support" -version = "3.0.0" - -[[patch.unused]] -name = "substrate-test-runtime" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-client" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-utils-test-crate" -version = "0.1.0" From 3b481c1d9e573ce8c0b01d94322dbc849c15bde4 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 5 Mar 2022 15:42:33 +0100 Subject: [PATCH 7/8] Fixes --- Cargo.lock | 384 +++++++++++++++------------ polkadot-parachains/shell/src/lib.rs | 2 +- 2 files changed, 214 insertions(+), 172 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe7c6cb05f2..842755e4c8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,6 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "beefy-primitives", "fnv", @@ -488,7 +487,6 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -511,12 +509,10 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -2788,7 +2784,6 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", ] @@ -2806,7 +2801,6 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -2828,7 +2822,6 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "Inflector", "chrono", @@ -2869,7 +2862,6 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -2883,7 +2875,6 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -2911,7 +2902,6 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "bitflags", "frame-metadata", @@ -2940,7 +2930,6 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2952,7 +2941,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2964,7 +2952,6 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro2", "quote", @@ -2974,7 +2961,6 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "log", @@ -2991,7 +2977,6 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -3006,7 +2991,6 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "sp-api", @@ -3015,7 +2999,6 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "sp-api", @@ -5614,7 +5597,6 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5631,7 +5613,6 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5645,7 +5626,6 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -5661,7 +5641,6 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -5677,7 +5656,6 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -5692,7 +5670,6 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5716,7 +5693,6 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5736,7 +5712,6 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5751,7 +5726,6 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "beefy-primitives", "frame-support", @@ -5767,7 +5741,6 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5792,7 +5765,6 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,7 +5868,6 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5884,6 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "frame-benchmarking", @@ -5940,7 +5910,6 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "bitflags", "parity-scale-codec", @@ -5955,7 +5924,6 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro2", "quote", @@ -5965,7 +5933,6 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5984,7 +5951,6 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5997,7 +5963,6 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6013,7 +5978,6 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6036,7 +6000,6 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6054,7 +6017,6 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6069,7 +6031,6 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6092,7 +6053,6 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6108,7 +6068,6 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6128,7 +6087,6 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6145,7 +6103,6 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6162,7 +6119,6 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6180,7 +6136,6 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6196,7 +6151,6 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6213,7 +6167,6 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6228,7 +6181,6 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6242,7 +6194,6 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6259,7 +6210,6 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6282,7 +6232,6 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6298,7 +6247,6 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6313,7 +6261,6 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-support", "frame-system", @@ -6327,7 +6274,6 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6341,7 +6287,6 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6357,7 +6302,6 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6378,7 +6322,6 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6394,7 +6337,6 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6408,7 +6350,6 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6431,7 +6372,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6442,7 +6382,6 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "sp-arithmetic", @@ -6451,7 +6390,6 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6480,7 +6418,6 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6498,7 +6435,6 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6517,7 +6453,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-support", "frame-system", @@ -6534,7 +6469,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6551,7 +6485,6 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6562,7 +6495,6 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6579,7 +6511,6 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6594,7 +6525,6 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6610,7 +6540,6 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-benchmarking", "frame-support", @@ -9039,7 +8968,6 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9420,7 +9348,6 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "sp-core", @@ -9431,7 +9358,6 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9458,7 +9384,6 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9481,7 +9406,6 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9497,7 +9421,6 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9514,7 +9437,6 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9525,7 +9447,6 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "chrono", "clap 3.1.5", @@ -9563,7 +9484,6 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "fnv", "futures 0.3.21", @@ -9591,7 +9511,6 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "kvdb", @@ -9616,7 +9535,6 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9640,7 +9558,6 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "futures 0.3.21", @@ -9669,7 +9586,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "fork-tree", @@ -9712,7 +9628,6 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9736,7 +9651,6 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9749,7 +9663,6 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9774,7 +9687,6 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "sc-client-api", "sp-authorship", @@ -9785,7 +9697,6 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9812,7 +9723,6 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "environmental", "parity-scale-codec", @@ -9829,7 +9739,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "parity-scale-codec", @@ -9845,7 +9754,6 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9863,7 +9771,6 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ahash", "async-trait", @@ -9903,7 +9810,6 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9927,7 +9833,6 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9944,7 +9849,6 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "hex", @@ -9959,7 +9863,6 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -10008,7 +9911,6 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ahash", "futures 0.3.21", @@ -10025,7 +9927,6 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "bytes 1.1.0", "fnv", @@ -10053,7 +9954,6 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "libp2p", @@ -10066,7 +9966,6 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10075,7 +9974,6 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "hash-db", @@ -10106,7 +10004,6 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10131,7 +10028,6 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10148,7 +10044,6 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "directories", @@ -10212,7 +10107,6 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "parity-scale-codec", @@ -10226,7 +10120,6 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10247,7 +10140,6 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "chrono", "futures 0.3.21", @@ -10265,7 +10157,6 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ansi_term", "atty", @@ -10296,7 +10187,6 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10307,7 +10197,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10334,7 +10223,6 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "log", @@ -10347,7 +10235,6 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10908,7 +10795,6 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "log", @@ -10925,7 +10811,6 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10937,7 +10822,6 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10950,7 +10834,6 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "integer-sqrt", "num-traits", @@ -10965,7 +10848,6 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10978,7 +10860,6 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10990,7 +10871,6 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "sp-api", @@ -11002,7 +10882,6 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "log", @@ -11020,7 +10899,6 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11039,7 +10917,6 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "async-trait", "parity-scale-codec", @@ -11057,7 +10934,6 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "merlin", @@ -11080,7 +10956,6 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11094,7 +10969,6 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -11106,7 +10980,6 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "base58", "bitflags", @@ -11152,7 +11025,6 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11166,7 +11038,6 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro2", "quote", @@ -11177,7 +11048,6 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11186,7 +11056,6 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro2", "quote", @@ -11196,7 +11065,6 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "environmental", "parity-scale-codec", @@ -11207,7 +11075,6 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "finality-grandpa", "log", @@ -11225,7 +11092,6 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11239,7 +11105,6 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures 0.3.21", "hash-db", @@ -11264,7 +11129,6 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "lazy_static", "sp-core", @@ -11275,7 +11139,6 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11292,7 +11155,6 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "thiserror", "zstd", @@ -11301,7 +11163,6 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11316,7 +11177,6 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11327,7 +11187,6 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "sp-api", "sp-core", @@ -11337,7 +11196,6 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "backtrace", "lazy_static", @@ -11347,7 +11205,6 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "rustc-hash", "serde", @@ -11357,7 +11214,6 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "either", "hash256-std-hasher", @@ -11379,7 +11235,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11396,7 +11251,6 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11408,7 +11262,6 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "log", "parity-scale-codec", @@ -11422,7 +11275,6 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "serde", "serde_json", @@ -11431,7 +11283,6 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11445,7 +11296,6 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11456,7 +11306,6 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "log", @@ -11479,12 +11328,10 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11497,7 +11344,6 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "log", "sp-core", @@ -11510,7 +11356,6 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures-timer", @@ -11526,7 +11371,6 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "sp-std", @@ -11538,7 +11382,6 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "sp-api", "sp-runtime", @@ -11547,7 +11390,6 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "log", @@ -11563,7 +11405,6 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "hash-db", "memory-db", @@ -11579,7 +11420,6 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11596,7 +11436,6 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11607,7 +11446,6 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "impl-trait-for-tuples", "log", @@ -11897,7 +11735,6 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "platforms", ] @@ -11905,7 +11742,6 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11927,7 +11763,6 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "futures-util", "hyper", @@ -11940,7 +11775,6 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11966,7 +11800,6 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11976,7 +11809,6 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e4633560680f8ce077c896815cf23a9d7f04967e" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11987,7 +11819,6 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "ansi_term", "build-helper", @@ -12469,7 +12300,6 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#32a4fe01f110a755bf22eb8f803cdfd7052d4f8b" dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -12503,7 +12333,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.3", "rand 0.8.5", "static_assertions", @@ -13499,3 +13329,215 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" + +[[patch.unused]] +name = "frame-support-test" +version = "3.0.0" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" + +[[patch.unused]] +name = "frame-support-test-pallet" +version = "4.0.0-dev" + +[[patch.unused]] +name = "generate-bags" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime" +version = "3.0.0-dev" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-bags-list-remote-tests" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-child-bounties" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-conviction-voting" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-example-parallel" +version = "3.0.0-dev" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-referenda" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-state-trie-migration" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" + +[[patch.unused]] +name = "pallet-whitelist" +version = "4.0.0-dev" + +[[patch.unused]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" + +[[patch.unused]] +name = "subkey" +version = "2.0.1" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" + +[[patch.unused]] +name = "substrate-test-runtime" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-client" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index 4c255df72f4..9170f14eb19 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -42,7 +42,7 @@ use sp_version::RuntimeVersion; // A few exports that help ease life for downstream crates. pub use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, parameter_types, traits::{Everything, IsInVec, Randomness}, weights::{ constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND}, From dddde6f14a5d4c48a0969409941fd692a753505d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 7 Mar 2022 09:19:09 +0100 Subject: [PATCH 8/8] Bump Substrate --- Cargo.lock | 384 ++++++++++++++++++++++++----------------------------- 1 file changed, 171 insertions(+), 213 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 842755e4c8b..28a0184a0b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,6 +458,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "beefy-primitives", "fnv", @@ -487,6 +488,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -509,10 +511,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" [[package]] name = "beefy-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -2784,6 +2788,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", ] @@ -2801,6 +2806,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -2822,6 +2828,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "Inflector", "chrono", @@ -2862,6 +2869,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -2875,6 +2883,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -2902,6 +2911,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "bitflags", "frame-metadata", @@ -2930,6 +2940,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2941,6 +2952,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2952,6 +2964,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro2", "quote", @@ -2961,6 +2974,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "log", @@ -2977,6 +2991,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -2991,6 +3006,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "sp-api", @@ -2999,6 +3015,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "sp-api", @@ -5597,6 +5614,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -5613,6 +5631,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5626,6 +5645,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -5641,6 +5661,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -5656,6 +5677,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -5670,6 +5692,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5693,6 +5716,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5712,6 +5736,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5726,6 +5751,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "beefy-primitives", "frame-support", @@ -5741,6 +5767,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5765,6 +5792,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5868,6 +5896,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5884,6 +5913,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "bitflags", "frame-benchmarking", @@ -5910,6 +5940,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "bitflags", "parity-scale-codec", @@ -5924,6 +5955,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro2", "quote", @@ -5933,6 +5965,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5951,6 +5984,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5963,6 +5997,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5978,6 +6013,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6000,6 +6036,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6017,6 +6054,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6031,6 +6069,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6053,6 +6092,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6068,6 +6108,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6087,6 +6128,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6103,6 +6145,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6119,6 +6162,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6136,6 +6180,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6151,6 +6196,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6167,6 +6213,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6181,6 +6228,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6194,6 +6242,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6210,6 +6259,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6232,6 +6282,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6247,6 +6298,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6261,6 +6313,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6274,6 +6327,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6287,6 +6341,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6302,6 +6357,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6322,6 +6378,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6337,6 +6394,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6350,6 +6408,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6372,6 +6431,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6382,6 +6442,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "sp-arithmetic", @@ -6390,6 +6451,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6418,6 +6480,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6435,6 +6498,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6453,6 +6517,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-support", "frame-system", @@ -6469,6 +6534,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6485,6 +6551,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6495,6 +6562,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6511,6 +6579,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6525,6 +6594,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6540,6 +6610,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-benchmarking", "frame-support", @@ -8968,6 +9039,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -9348,6 +9420,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "sp-core", @@ -9358,6 +9431,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9384,6 +9458,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9406,6 +9481,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9421,6 +9497,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9437,6 +9514,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9447,6 +9525,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "chrono", "clap 3.1.5", @@ -9484,6 +9563,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "fnv", "futures 0.3.21", @@ -9511,6 +9591,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "hash-db", "kvdb", @@ -9535,6 +9616,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9558,6 +9640,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9586,6 +9669,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "fork-tree", @@ -9628,6 +9712,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9651,6 +9736,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9663,6 +9749,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -9687,6 +9774,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "sc-client-api", "sp-authorship", @@ -9697,6 +9785,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "lazy_static", "lru 0.6.6", @@ -9723,6 +9812,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "environmental", "parity-scale-codec", @@ -9739,6 +9829,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "parity-scale-codec", @@ -9754,6 +9845,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9771,6 +9863,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ahash", "async-trait", @@ -9810,6 +9903,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9833,6 +9927,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9849,6 +9944,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "hex", @@ -9863,6 +9959,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9911,6 +10008,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ahash", "futures 0.3.21", @@ -9927,6 +10025,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "bytes 1.1.0", "fnv", @@ -9954,6 +10053,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "libp2p", @@ -9966,6 +10066,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9974,6 +10075,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "hash-db", @@ -10004,6 +10106,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10028,6 +10131,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10044,6 +10148,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "directories", @@ -10107,6 +10212,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "parity-scale-codec", @@ -10120,6 +10226,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10140,6 +10247,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "chrono", "futures 0.3.21", @@ -10157,6 +10265,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ansi_term", "atty", @@ -10187,6 +10296,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10197,6 +10307,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10223,6 +10334,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "log", @@ -10235,6 +10347,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10795,6 +10908,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "hash-db", "log", @@ -10811,6 +10925,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10822,6 +10937,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10834,6 +10950,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "integer-sqrt", "num-traits", @@ -10848,6 +10965,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10860,6 +10978,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10871,6 +10990,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "sp-api", @@ -10882,6 +11002,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "log", @@ -10899,6 +11020,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -10917,6 +11039,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10934,6 +11057,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "merlin", @@ -10956,6 +11080,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10969,6 +11094,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10980,6 +11106,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "base58", "bitflags", @@ -11025,6 +11152,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11038,6 +11166,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro2", "quote", @@ -11048,6 +11177,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11056,6 +11186,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro2", "quote", @@ -11065,6 +11196,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "environmental", "parity-scale-codec", @@ -11075,6 +11207,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "finality-grandpa", "log", @@ -11092,6 +11225,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11105,6 +11239,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "hash-db", @@ -11129,6 +11264,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "lazy_static", "sp-core", @@ -11139,6 +11275,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11155,6 +11292,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "thiserror", "zstd", @@ -11163,6 +11301,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11177,6 +11316,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11187,6 +11327,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "sp-api", "sp-core", @@ -11196,6 +11337,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "backtrace", "lazy_static", @@ -11205,6 +11347,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "rustc-hash", "serde", @@ -11214,6 +11357,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "either", "hash256-std-hasher", @@ -11235,6 +11379,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11251,6 +11396,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11262,6 +11408,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "parity-scale-codec", @@ -11275,6 +11422,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "serde", "serde_json", @@ -11283,6 +11431,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11296,6 +11445,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "scale-info", @@ -11306,6 +11456,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "hash-db", "log", @@ -11328,10 +11479,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" [[package]] name = "sp-storage" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11344,6 +11497,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "log", "sp-core", @@ -11356,6 +11510,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures-timer", @@ -11371,6 +11526,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "sp-std", @@ -11382,6 +11538,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "sp-api", "sp-runtime", @@ -11390,6 +11547,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "log", @@ -11405,6 +11563,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "hash-db", "memory-db", @@ -11420,6 +11579,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11436,6 +11596,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11446,6 +11607,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "impl-trait-for-tuples", "log", @@ -11735,6 +11897,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "platforms", ] @@ -11742,6 +11905,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11763,6 +11927,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures-util", "hyper", @@ -11775,6 +11940,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "async-trait", "futures 0.3.21", @@ -11800,6 +11966,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11809,6 +11976,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11819,6 +11987,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "ansi_term", "build-helper", @@ -12300,6 +12469,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#f6679ddd31f68e9f1578064d58a246130c27026b" dependencies = [ "clap 3.1.5", "jsonrpsee 0.4.1", @@ -12333,7 +12503,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.3", "rand 0.8.5", "static_assertions", @@ -13329,215 +13499,3 @@ dependencies = [ "cc", "libc", ] - -[[patch.unused]] -name = "chain-spec-builder" -version = "2.0.0" - -[[patch.unused]] -name = "frame-support-test" -version = "3.0.0" - -[[patch.unused]] -name = "frame-support-test-compile-pass" -version = "4.0.0-dev" - -[[patch.unused]] -name = "frame-support-test-pallet" -version = "4.0.0-dev" - -[[patch.unused]] -name = "generate-bags" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-bench" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-cli" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-executor" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-inspect" -version = "0.9.0-dev" - -[[patch.unused]] -name = "node-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "node-rpc" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime" -version = "3.0.0-dev" - -[[patch.unused]] -name = "node-runtime-generate-bags" -version = "3.0.0" - -[[patch.unused]] -name = "node-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-template-runtime" -version = "4.0.0-dev" - -[[patch.unused]] -name = "node-testing" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-atomic-swap" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-child-bounties" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-conviction-voting" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-basic" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-offchain-worker" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-example-parallel" -version = "3.0.0-dev" - -[[patch.unused]] -name = "pallet-lottery" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-node-authorization" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-referenda" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-scored-pool" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-state-trie-migration" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-template" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-transaction-storage" -version = "4.0.0-dev" - -[[patch.unused]] -name = "pallet-whitelist" -version = "4.0.0-dev" - -[[patch.unused]] -name = "sc-consensus-manual-seal" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sc-network-test" -version = "0.8.0" - -[[patch.unused]] -name = "sc-runtime-test" -version = "2.0.0" - -[[patch.unused]] -name = "sc-service-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-api-test" -version = "2.0.1" - -[[patch.unused]] -name = "sp-application-crypto-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-arithmetic-fuzzer" -version = "2.0.0" - -[[patch.unused]] -name = "sp-consensus-pow" -version = "0.10.0-dev" - -[[patch.unused]] -name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" - -[[patch.unused]] -name = "sp-runtime-interface-test" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm" -version = "2.0.0" - -[[patch.unused]] -name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" - -[[patch.unused]] -name = "sp-test-primitives" -version = "2.0.0" - -[[patch.unused]] -name = "subkey" -version = "2.0.1" - -[[patch.unused]] -name = "substrate-frame-cli" -version = "4.0.0-dev" - -[[patch.unused]] -name = "substrate-frame-rpc-support" -version = "3.0.0" - -[[patch.unused]] -name = "substrate-test-runtime" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-client" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" - -[[patch.unused]] -name = "substrate-test-utils-test-crate" -version = "0.1.0"