From 5f1db84eac4a226c37b7f6ce6ee19b49dc7e2008 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Fri, 26 May 2023 17:23:06 +0300 Subject: [PATCH] To revert: Update substrate branch to "lexnv/bump_sp_crates" Signed-off-by: Alexandru Vasile --- Cargo.lock | 3036 ++++++++++------- Cargo.toml | 2 +- cli/Cargo.toml | 26 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/client/Cargo.toml | 56 +- node/collation-generation/Cargo.toml | 4 +- node/core/approval-voting/Cargo.toml | 18 +- node/core/av-store/Cargo.toml | 6 +- node/core/backing/Cargo.toml | 12 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 6 +- node/core/chain-api/Cargo.toml | 8 +- node/core/chain-selection/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 12 +- node/core/parachains-inherent/Cargo.toml | 4 +- node/core/provisioner/Cargo.toml | 4 +- node/core/pvf-checker/Cargo.toml | 12 +- node/core/pvf/Cargo.toml | 10 +- node/core/pvf/common/Cargo.toml | 10 +- node/core/pvf/execute-worker/Cargo.toml | 16 +- node/core/pvf/prepare-worker/Cargo.toml | 12 +- node/core/runtime-api/Cargo.toml | 10 +- node/jaeger/Cargo.toml | 4 +- node/malus/Cargo.toml | 6 +- node/metrics/Cargo.toml | 16 +- node/network/approval-distribution/Cargo.toml | 4 +- .../availability-distribution/Cargo.toml | 12 +- node/network/availability-recovery/Cargo.toml | 10 +- node/network/bitfield-distribution/Cargo.toml | 10 +- node/network/bridge/Cargo.toml | 8 +- node/network/collator-protocol/Cargo.toml | 12 +- node/network/dispute-distribution/Cargo.toml | 12 +- node/network/gossip-support/Cargo.toml | 16 +- node/network/protocol/Cargo.toml | 4 +- .../network/statement-distribution/Cargo.toml | 20 +- node/overseer/Cargo.toml | 8 +- node/primitives/Cargo.toml | 12 +- node/service/Cargo.toml | 104 +- node/subsystem-test-helpers/Cargo.toml | 10 +- node/subsystem-types/Cargo.toml | 10 +- node/subsystem-util/Cargo.toml | 6 +- node/test/client/Cargo.toml | 28 +- node/test/performance-test/Cargo.toml | 4 +- node/test/service/Cargo.toml | 62 +- parachain/Cargo.toml | 8 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 6 +- .../test-parachains/adder/collator/Cargo.toml | 12 +- parachain/test-parachains/halt/Cargo.toml | 2 +- parachain/test-parachains/undying/Cargo.toml | 6 +- .../undying/collator/Cargo.toml | 12 +- primitives/Cargo.toml | 24 +- primitives/test-helpers/Cargo.toml | 8 +- rpc/Cargo.toml | 46 +- runtime/common/Cargo.toml | 60 +- runtime/common/slot_range_helper/Cargo.toml | 4 +- runtime/kusama/Cargo.toml | 154 +- runtime/kusama/constants/Cargo.toml | 2 +- runtime/metrics/Cargo.toml | 6 +- runtime/parachains/Cargo.toml | 54 +- runtime/polkadot/Cargo.toml | 148 +- runtime/polkadot/constants/Cargo.toml | 2 +- runtime/rococo/Cargo.toml | 132 +- runtime/rococo/constants/Cargo.toml | 2 +- runtime/test-runtime/Cargo.toml | 78 +- runtime/test-runtime/constants/Cargo.toml | 2 +- runtime/westend/Cargo.toml | 140 +- runtime/westend/constants/Cargo.toml | 2 +- statement-table/Cargo.toml | 2 +- utils/generate-bags/Cargo.toml | 4 +- utils/remote-ext-tests/bags-list/Cargo.toml | 8 +- utils/staking-miner/Cargo.toml | 28 +- xcm/Cargo.toml | 4 +- xcm/pallet-xcm/Cargo.toml | 4 +- xcm/xcm-builder/Cargo.toml | 18 +- xcm/xcm-executor/Cargo.toml | 16 +- xcm/xcm-executor/integration-tests/Cargo.toml | 14 +- xcm/xcm-simulator/Cargo.toml | 6 +- xcm/xcm-simulator/example/Cargo.toml | 20 +- xcm/xcm-simulator/fuzzer/Cargo.toml | 16 +- 81 files changed, 2627 insertions(+), 2081 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c4df5edb58d..97c551323562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "hash-db", "log", @@ -1570,7 +1570,7 @@ dependencies = [ "cfg-if", "fiat-crypto", "packed_simd_2", - "platforms 3.0.2", + "platforms", "subtle", "zeroize", ] @@ -2504,7 +2504,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", ] @@ -2524,44 +2524,69 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +[[package]] +name = "frame-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-runtime-interface 8.0.0", + "sp-std 6.0.0", + "sp-storage 8.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-application-crypto 7.0.0", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-runtime-interface 7.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "Inflector", "array-bytes", "chrono", "clap 4.2.5", "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "gethostname", "handlebars", "itertools", @@ -2580,18 +2605,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-externalities 0.14.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-std 6.0.0", + "sp-storage 8.0.0", + "sp-trie 8.0.0", "thiserror", "thousands", ] @@ -2599,7 +2624,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2610,35 +2635,35 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-tracing 7.0.0", ] [[package]] @@ -2656,7 +2681,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-recursion", "futures", @@ -2665,15 +2690,49 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", "spinners", "substrate-rpc-client", "tokio", "tokio-retry", ] +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "bitflags", + "environmental", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "impl-trait-for-tuples", + "k256", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-core-hashing-proc-macro 6.0.0", + "sp-debug-derive 6.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-state-machine 0.14.0", + "sp-std 6.0.0", + "sp-tracing 7.0.0", + "sp-weights 5.0.0", + "tt-call", +] + [[package]] name = "frame-support" version = "4.0.0-dev" @@ -2682,7 +2741,7 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "impl-trait-for-tuples", "k256", "log", @@ -2692,22 +2751,38 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-debug-derive", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-core-hashing-proc-macro 5.0.0", + "sp-debug-derive 5.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", + "sp-weights 4.0.0", "tt-call", ] +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "itertools", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -2716,7 +2791,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "itertools", "proc-macro-warning", "proc-macro2", @@ -2724,18 +2799,40 @@ dependencies = [ "syn 2.0.16", ] +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "proc-macro-crate", "proc-macro2", "quote", "syn 2.0.16", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -2749,39 +2846,58 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-executive", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-support-test-pallet", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "pretty_assertions", "rustversion", "scale-info", "serde", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-std 6.0.0", + "sp-version 6.0.0", "trybuild", ] [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "parity-scale-codec", + "scale-info", + "serde", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "cfg-if", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "log", "parity-scale-codec", "scale-info", "serde", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-version 6.0.0", + "sp-weights 5.0.0", ] [[package]] @@ -2790,53 +2906,53 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ "cfg-if", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "sp-version 5.0.0", + "sp-weights 4.0.0", ] [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -3012,12 +3128,12 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "chrono", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "git2", "num-format", "pallet-staking", @@ -3878,12 +3994,12 @@ name = "kusama-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -3894,7 +4010,7 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-bounties", "pallet-child-bounties", "pallet-collective", @@ -3949,27 +4065,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-arithmetic 7.0.0", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 8.0.0", + "sp-version 6.0.0", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -3983,13 +4099,13 @@ dependencies = [ name = "kusama-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-weights 4.0.0", ] [[package]] @@ -4932,36 +5048,36 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", + "sp-core 8.0.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] @@ -5536,107 +5652,122 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-tracing 7.0.0", ] [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-bags-list", "pallet-staking", - "sp-core", - "sp-runtime", - "sp-std", - "sp-storage", - "sp-tracing", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-storage 8.0.0", + "sp-tracing 7.0.0", +] + +[[package]] +name = "pallet-balances" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -5644,44 +5775,44 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-beefy", "pallet-mmr", @@ -5689,413 +5820,413 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-weights 5.0.0", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", - "sp-std", + "sp-runtime 8.0.0", + "sp-runtime-interface 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-grandpa", "pallet-im-online", "pallet-offences", @@ -6103,172 +6234,172 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 7.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-weights 5.0.0", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-trie 8.0.0", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-std", + "sp-std 6.0.0", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-authorship", "pallet-session", @@ -6276,17 +6407,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6297,210 +6428,210 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 7.0.0", ] [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 8.0.0", + "sp-weights 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#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-weights 5.0.0", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "impl-trait-for-tuples", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -6508,20 +6639,20 @@ name = "pallet-xcm" version = "0.9.41" dependencies = [ "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -6531,22 +6662,22 @@ dependencies = [ name = "pallet-xcm-benchmarks" version = "0.9.41" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "log", "pallet-assets", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "pallet-xcm", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-common", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -6842,12 +6973,6 @@ version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" -[[package]] -name = "platforms" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" - [[package]] name = "platforms" version = "3.0.2" @@ -6893,7 +7018,7 @@ dependencies = [ "rand_core 0.5.1", "schnorrkel", "sp-authority-discovery", - "sp-core", + "sp-core 8.0.0", "tracing-gum", ] @@ -6914,11 +7039,11 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "rand_chacha 0.3.1", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-authority-discovery", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", + "sp-keystore 0.14.0", "tracing-gum", ] @@ -6943,10 +7068,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-tracing 7.0.0", "thiserror", "tracing-gum", ] @@ -6973,8 +7098,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "rand 0.8.5", "sc-network", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", "thiserror", "tracing-gum", @@ -7002,8 +7127,8 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core", - "sp-io", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-keyring", "sp-maybe-compressed-blob", "substrate-build-script-utils", @@ -7016,9 +7141,9 @@ name = "polkadot-client" version = "0.9.41" dependencies = [ "async-trait", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -7034,7 +7159,7 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -7042,14 +7167,14 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-storage", + "sp-storage 8.0.0", "sp-timestamp", "sp-transaction-pool", "westend-runtime", @@ -7076,10 +7201,10 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-network", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "thiserror", "tracing-gum", ] @@ -7090,9 +7215,9 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -7120,10 +7245,10 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-tracing 7.0.0", "thiserror", "tracing-gum", ] @@ -7137,8 +7262,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 8.0.0", + "sp-trie 8.0.0", "thiserror", ] @@ -7159,13 +7284,13 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-tracing 7.0.0", "tracing-gum", ] @@ -7192,7 +7317,7 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-network", "sp-consensus", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "thiserror", "tracing-gum", @@ -7211,7 +7336,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core", + "sp-core 8.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -7244,14 +7369,14 @@ dependencies = [ "rand_core 0.5.1", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "thiserror", "tracing-gum", ] @@ -7279,7 +7404,7 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sp-consensus", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "thiserror", "tracing-gum", @@ -7302,11 +7427,11 @@ dependencies = [ "polkadot-primitives-test-helpers", "polkadot-statement-table", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-tracing 7.0.0", "thiserror", "tracing-gum", ] @@ -7321,7 +7446,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-keystore", + "sp-keystore 0.14.0", "thiserror", "tracing-gum", "wasm-timer", @@ -7345,7 +7470,7 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "sp-maybe-compressed-blob", "tracing-gum", @@ -7366,7 +7491,7 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "tracing-gum", ] @@ -7386,7 +7511,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 8.0.0", "thiserror", "tracing-gum", ] @@ -7410,11 +7535,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-tracing 7.0.0", "thiserror", "tracing-gum", ] @@ -7430,7 +7555,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "thiserror", "tracing-gum", ] @@ -7450,8 +7575,8 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "rand 0.8.5", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 8.0.0", + "sp-keystore 0.14.0", "thiserror", "tracing-gum", ] @@ -7478,10 +7603,10 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core", + "sp-core 8.0.0", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 7.0.0", + "sp-wasm-interface 8.0.0", "substrate-build-script-utils", "tempfile", "test-parachain-adder", @@ -7504,11 +7629,11 @@ dependencies = [ "polkadot-primitives", "polkadot-primitives-test-helpers", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "thiserror", "tracing-gum", ] @@ -7525,8 +7650,8 @@ dependencies = [ "polkadot-primitives", "sc-executor-common", "sc-executor-wasmtime", - "sp-core", - "sp-tracing", + "sp-core 8.0.0", + "sp-tracing 7.0.0", "substrate-build-script-utils", "tokio", "tracing-gum", @@ -7546,11 +7671,11 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-io 8.0.0", "sp-maybe-compressed-blob", - "sp-tracing", + "sp-tracing 7.0.0", "tikv-jemalloc-ctl", "tokio", "tracing-gum", @@ -7570,9 +7695,9 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", - "sp-io", + "sp-io 8.0.0", "sp-maybe-compressed-blob", - "sp-tracing", + "sp-tracing 7.0.0", "tikv-jemalloc-ctl", "tokio", "tracing-gum", @@ -7591,10 +7716,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "polkadot-primitives-test-helpers", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "tracing-gum", ] @@ -7611,7 +7736,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 8.0.0", "thiserror", "tokio", ] @@ -7678,12 +7803,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-consensus-babe", - "sp-core", - "sp-keystore", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 8.0.0", "thiserror", "zstd 0.11.2+zstd.1.5.2", ] @@ -7709,10 +7834,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-keystore", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", + "sp-keystore 0.14.0", ] [[package]] @@ -7730,7 +7855,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -7770,9 +7895,9 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "tempfile", "thiserror", "tracing-gum", @@ -7798,8 +7923,8 @@ dependencies = [ "polkadot-primitives-test-helpers", "prioritized-metered-channel", "sc-client-api", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -7810,14 +7935,14 @@ version = "0.9.41" dependencies = [ "bounded-collections", "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -7848,18 +7973,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-arithmetic 7.0.0", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", ] [[package]] @@ -7868,10 +7993,10 @@ version = "0.9.41" dependencies = [ "polkadot-primitives", "rand 0.8.5", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", "sp-keyring", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] @@ -7894,13 +8019,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -7910,12 +8035,12 @@ name = "polkadot-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -7925,7 +8050,7 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-bounties", "pallet-child-bounties", "pallet-collective", @@ -7977,27 +8102,27 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-arithmetic 7.0.0", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 8.0.0", + "sp-version 6.0.0", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -8012,18 +8137,18 @@ name = "polkadot-runtime-common" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-support-test", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "hex-literal 0.4.1", "impl-trait-for-tuples", "libsecp256k1", "log", "pallet-authorship", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-election-provider-multi-phase", "pallet-fast-unstake", "pallet-session", @@ -8043,17 +8168,17 @@ dependencies = [ "serde_derive", "serde_json", "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", - "sp-keystore", + "sp-keystore 0.14.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", "static_assertions", "xcm", ] @@ -8062,13 +8187,13 @@ dependencies = [ name = "polkadot-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-weights 4.0.0", ] [[package]] @@ -8076,11 +8201,11 @@ name = "polkadot-runtime-metrics" version = "0.9.41" dependencies = [ "bs58", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 6.0.0", + "sp-tracing 7.0.0", ] [[package]] @@ -8091,17 +8216,17 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-support-test", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "futures", "hex-literal 0.4.1", "log", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-message-queue", "pallet-session", "pallet-staking", @@ -8119,18 +8244,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "static_assertions", "thousands", "xcm", @@ -8145,7 +8270,7 @@ dependencies = [ "async-trait", "env_logger 0.9.0", "frame-benchmarking-cli", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-rpc-runtime-api", "futures", "hex-literal 0.4.1", @@ -8224,7 +8349,7 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-block-builder", "sp-blockchain", @@ -8232,19 +8357,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", + "sp-keystore 0.14.0", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.14.0", + "sp-storage 8.0.0", "sp-timestamp", "sp-transaction-pool", - "sp-trie", + "sp-trie 8.0.0", "substrate-prometheus-endpoint", "tempfile", "thiserror", @@ -8273,13 +8398,13 @@ dependencies = [ "polkadot-primitives-test-helpers", "sc-keystore", "sc-network", - "sp-application-crypto", + "sp-application-crypto 8.0.0", "sp-authority-discovery", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-staking", - "sp-tracing", + "sp-keystore 0.14.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-tracing 7.0.0", "thiserror", "tracing-gum", ] @@ -8290,7 +8415,7 @@ version = "0.9.41" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 8.0.0", ] [[package]] @@ -8306,15 +8431,15 @@ dependencies = [ "sc-block-builder", "sc-consensus", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-inherents", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "sp-timestamp", "substrate-test-client", ] @@ -8343,8 +8468,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", - "sp-keystore", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "tracing-gum", ] @@ -8355,15 +8480,15 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-rpc-runtime-api", "hex-literal 0.4.1", "log", "pallet-authority-discovery", "pallet-authorship", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-grandpa", "pallet-indices", "pallet-offences", @@ -8387,24 +8512,24 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 8.0.0", + "sp-version 6.0.0", "substrate-wasm-builder", "test-runtime-constants", "tiny-keccak", @@ -8417,11 +8542,11 @@ dependencies = [ name = "polkadot-test-service" version = "0.9.41" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "futures", "hex", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-staking", "pallet-transaction-payment", "polkadot-node-primitives", @@ -8448,17 +8573,17 @@ dependencies = [ "sc-tracing", "sc-transaction-pool", "serde_json", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -8475,7 +8600,7 @@ dependencies = [ "generate-bags", "kusama-runtime", "polkadot-runtime", - "sp-io", + "sp-io 8.0.0", "westend-runtime", ] @@ -9165,15 +9290,15 @@ name = "remote-ext-tests-bags-list" version = "0.9.41" dependencies = [ "clap 4.2.5", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "kusama-runtime", "kusama-runtime-constants", "log", "pallet-bags-list-remote-tests", "polkadot-runtime", "polkadot-runtime-constants", - "sp-core", - "sp-tracing", + "sp-core 8.0.0", + "sp-tracing 7.0.0", "tokio", "westend-runtime", "westend-runtime-constants", @@ -9297,11 +9422,11 @@ name = "rococo-runtime" version = "0.9.41" dependencies = [ "binary-merkle-tree", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9310,7 +9435,7 @@ dependencies = [ "pallet-authority-discovery", "pallet-authorship", "pallet-babe", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-beefy", "pallet-beefy-mmr", "pallet-bounties", @@ -9358,25 +9483,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-trie 8.0.0", + "sp-version 6.0.0", "static_assertions", "substrate-wasm-builder", "tiny-keccak", @@ -9390,13 +9515,13 @@ dependencies = [ name = "rococo-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-weights 4.0.0", ] [[package]] @@ -9626,18 +9751,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 8.0.0", + "sp-wasm-interface 8.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", @@ -9653,12 +9778,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 8.0.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9666,7 +9791,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "futures-timer", @@ -9677,34 +9802,34 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9715,15 +9840,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9734,7 +9859,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "chrono", @@ -9760,12 +9885,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-keystore 0.14.0", + "sp-panic-handler 6.0.0", + "sp-runtime 8.0.0", + "sp-version 6.0.0", "thiserror", "tiny-bip39", "tokio", @@ -9774,7 +9899,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "fnv", "futures", @@ -9784,24 +9909,24 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 8.0.0", "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-externalities 0.14.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "sp-statement-store", - "sp-storage", + "sp-storage 8.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "hash-db", "kvdb", @@ -9815,19 +9940,19 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-trie 8.0.0", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", @@ -9839,12 +9964,12 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9852,7 +9977,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "fork-tree", @@ -9870,17 +9995,17 @@ dependencies = [ "sc-keystore", "sc-telemetry", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9888,7 +10013,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "jsonrpsee", @@ -9896,21 +10021,21 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 8.0.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-channel", @@ -9928,16 +10053,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-arithmetic 7.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", - "sp-keystore", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -9946,7 +10071,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "jsonrpsee", @@ -9957,28 +10082,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -10002,15 +10127,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-arithmetic 7.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 8.0.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10018,7 +10143,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "finality-grandpa", "futures", @@ -10030,15 +10155,15 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", @@ -10048,46 +10173,46 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-io 8.0.0", + "sp-panic-handler 6.0.0", + "sp-runtime-interface 8.0.0", + "sp-trie 8.0.0", + "sp-version 6.0.0", + "sp-wasm-interface 8.0.0", "tracing", ] [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 8.0.0", "thiserror", "wasm-instrument", ] @@ -10095,7 +10220,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "anyhow", "cfg-if", @@ -10105,15 +10230,15 @@ dependencies = [ "rustix 0.36.7", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 8.0.0", + "sp-wasm-interface 8.0.0", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ansi_term", "futures", @@ -10123,27 +10248,27 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-channel", @@ -10174,11 +10299,11 @@ dependencies = [ "serde_json", "smallvec", "snow", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10188,7 +10313,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-channel", "cid", @@ -10201,7 +10326,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 8.0.0", "thiserror", "unsigned-varint", ] @@ -10209,7 +10334,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-trait", @@ -10228,7 +10353,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10237,7 +10362,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ahash 0.8.2", "futures", @@ -10248,7 +10373,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -10256,7 +10381,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-channel", @@ -10271,15 +10396,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-channel", @@ -10301,12 +10426,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10314,7 +10439,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "futures", @@ -10326,14 +10451,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime", + "sp-runtime 8.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "bytes", @@ -10353,10 +10478,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "threadpool", "tracing", ] @@ -10364,7 +10489,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "libp2p-identity", @@ -10373,14 +10498,14 @@ dependencies = [ "partial_sort", "sc-utils", "serde_json", - "sp-arithmetic", + "sp-arithmetic 7.0.0", "wasm-timer", ] [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10389,7 +10514,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "jsonrpsee", @@ -10404,23 +10529,23 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", - "sp-keystore", + "sp-core 8.0.0", + "sp-keystore 0.14.0", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", "sp-statement-store", - "sp-version", + "sp-version 6.0.0", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10429,17 +10554,17 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 8.0.0", "sp-rpc", - "sp-runtime", - "sp-version", + "sp-runtime 8.0.0", + "sp-version 6.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "http", "jsonrpsee", @@ -10454,7 +10579,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "futures", @@ -10468,11 +10593,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-version", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-version 6.0.0", "thiserror", "tokio-stream", ] @@ -10480,7 +10605,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "directories", @@ -10520,20 +10645,20 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.14.0", + "sp-storage 8.0.0", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie", - "sp-version", + "sp-trie 8.0.0", + "sp-version 6.0.0", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -10546,18 +10671,18 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 8.0.0", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "clap 4.2.5", "fs4", @@ -10565,7 +10690,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 8.0.0", "thiserror", "tokio", ] @@ -10573,7 +10698,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10585,14 +10710,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "libc", @@ -10603,15 +10728,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "chrono", "futures", @@ -10630,7 +10755,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ansi_term", "atty", @@ -10646,12 +10771,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", + "sp-core 8.0.0", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 8.0.0", + "sp-tracing 7.0.0", "thiserror", "tracing", "tracing-log", @@ -10661,7 +10786,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10672,7 +10797,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", @@ -10686,11 +10811,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-tracing 7.0.0", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10699,21 +10824,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 8.0.0", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-channel", "futures", @@ -10722,7 +10847,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 7.0.0", ] [[package]] @@ -11189,8 +11314,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -11258,6 +11383,26 @@ dependencies = [ "sha-1 0.9.8", ] +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-std 6.0.0", + "sp-trie 8.0.0", + "sp-version 6.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "4.0.0-dev" @@ -11267,17 +11412,31 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-metadata-ir", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 7.0.0", + "sp-metadata-ir 0.1.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-runtime 7.0.0", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-trie 7.0.0", + "sp-version 5.0.0", "thiserror", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "Inflector", + "blake2", + "expander 1.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -11300,9 +11459,22 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-application-crypto" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -11315,153 +11487,167 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0", + "static_assertions", +] + +[[package]] +name = "sp-arithmetic" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std 6.0.0", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", "sp-consensus", "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 6.0.0", "sp-timestamp", ] @@ -11496,12 +11682,56 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 5.0.0", + "sp-debug-derive 5.0.0", + "sp-externalities 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "array-bytes", + "bitflags", + "blake2", + "bounded-collections", + "bs58", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-core-hashing 6.0.0", + "sp-debug-derive 6.0.0", + "sp-externalities 0.14.0", + "sp-runtime-interface 8.0.0", + "sp-std 6.0.0", + "sp-storage 8.0.0", "ss58-registry", "substrate-bip39", "thiserror", @@ -11519,7 +11749,21 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.2", "sha3", - "sp-std", + "sp-std 5.0.0", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.6", + "sha2 0.10.2", + "sha3", + "sp-std 6.0.0", "twox-hash", ] @@ -11530,14 +11774,25 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4 dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 5.0.0", + "syn 2.0.16", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 6.0.0", "syn 2.0.16", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11553,6 +11808,16 @@ dependencies = [ "syn 2.0.16", ] +[[package]] +name = "sp-debug-derive" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "sp-externalities" version = "0.13.0" @@ -11560,8 +11825,34 @@ source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4 dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 5.0.0", + "sp-storage 7.0.0", +] + +[[package]] +name = "sp-externalities" +version = "0.14.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 6.0.0", + "sp-storage 8.0.0", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "thiserror", ] [[package]] @@ -11573,9 +11864,9 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", "thiserror", ] @@ -11593,26 +11884,52 @@ dependencies = [ "parity-scale-codec", "rustversion", "secp256k1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-keystore 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", + "sp-trie 7.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "bytes", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "parity-scale-codec", + "rustversion", + "secp256k1", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-keystore 0.14.0", + "sp-runtime-interface 8.0.0", + "sp-state-machine 0.14.0", + "sp-std 6.0.0", + "sp-tracing 7.0.0", + "sp-trie 8.0.0", "tracing", "tracing-core", ] [[package]] name = "sp-keyring" -version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", "strum", ] @@ -11620,25 +11937,49 @@ dependencies = [ name = "sp-keystore" version = "0.13.0" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +dependencies = [ + "futures", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "thiserror", +] + +[[package]] +name = "sp-keystore" +version = "0.14.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", "serde", - "sp-core", - "sp-externalities", + "sp-core 8.0.0", + "sp-externalities 0.14.0", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", ] +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", + "sp-std 6.0.0", +] + [[package]] name = "sp-metadata-ir" version = "0.1.0" @@ -11647,49 +11988,49 @@ dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 5.0.0", ] [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-debug-derive 6.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-runtime 8.0.0", ] [[package]] @@ -11702,14 +12043,24 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 8.0.0", ] [[package]] @@ -11726,12 +12077,34 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 7.0.0", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", + "sp-weights 4.0.0", +] + +[[package]] +name = "sp-runtime" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto 8.0.0", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-std 6.0.0", + "sp-weights 5.0.0", ] [[package]] @@ -11743,12 +12116,30 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.13.0", + "sp-runtime-interface-proc-macro 6.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "sp-tracing 6.0.0", + "sp-wasm-interface 7.0.0", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.14.0", + "sp-runtime-interface-proc-macro 7.0.0", + "sp-std 6.0.0", + "sp-storage 8.0.0", + "sp-tracing 7.0.0", + "sp-wasm-interface 8.0.0", "static_assertions", ] @@ -11764,18 +12155,43 @@ dependencies = [ "syn 2.0.16", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", ] [[package]] @@ -11786,9 +12202,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] @@ -11802,11 +12218,31 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-panic-handler 5.0.0", + "sp-std 5.0.0", + "sp-trie 7.0.0", + "thiserror", + "tracing", +] + +[[package]] +name = "sp-state-machine" +version = "0.14.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-panic-handler 6.0.0", + "sp-std 6.0.0", + "sp-trie 8.0.0", "thiserror", "tracing", ] @@ -11814,18 +12250,18 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-application-crypto 8.0.0", + "sp-core 8.0.0", + "sp-externalities 0.14.0", + "sp-runtime 8.0.0", + "sp-runtime-interface 8.0.0", + "sp-std 6.0.0", "thiserror", ] @@ -11834,6 +12270,11 @@ name = "sp-std" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +[[package]] +name = "sp-std" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" + [[package]] name = "sp-storage" version = "7.0.0" @@ -11843,22 +12284,35 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 5.0.0", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-storage" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 6.0.0", + "sp-std 6.0.0", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "thiserror", ] @@ -11868,7 +12322,19 @@ version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 5.0.0", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + +[[package]] +name = "sp-tracing" +version = "7.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "parity-scale-codec", + "sp-std 6.0.0", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -11877,26 +12343,26 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-trie 8.0.0", ] [[package]] @@ -11914,8 +12380,31 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core", - "sp-std", + "sp-core 7.0.0", + "sp-std 5.0.0", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "ahash 0.8.2", + "hash-db", + "hashbrown 0.13.2", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "scale-info", + "schnellru", + "sp-core 8.0.0", + "sp-std 6.0.0", "thiserror", "tracing", "trie-db", @@ -11932,10 +12421,27 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-core-hashing-proc-macro 5.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", + "sp-version-proc-macro 4.0.0-dev", + "thiserror", +] + +[[package]] +name = "sp-version" +version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-core-hashing-proc-macro 6.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-version-proc-macro 4.0.0", "thiserror", ] @@ -11950,6 +12456,17 @@ dependencies = [ "syn 2.0.16", ] +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.16", +] + [[package]] name = "sp-wasm-interface" version = "7.0.0" @@ -11959,7 +12476,21 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 5.0.0", + "wasmi", + "wasmtime", +] + +[[package]] +name = "sp-wasm-interface" +version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std 6.0.0", "wasmi", "wasmtime", ] @@ -11973,10 +12504,25 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-debug-derive 5.0.0", + "sp-std 5.0.0", +] + +[[package]] +name = "sp-weights" +version = "5.0.0" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-debug-derive 6.0.0", + "sp-std 6.0.0", ] [[package]] @@ -12046,13 +12592,13 @@ dependencies = [ "exitcode", "frame-election-provider-support", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "futures-util", "jsonrpsee", "kusama-runtime", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-election-provider-multi-phase", "pallet-staking", "pallet-transaction-payment", @@ -12066,11 +12612,11 @@ dependencies = [ "serde_json", "signal-hook", "signal-hook-tokio", - "sp-core", - "sp-io", + "sp-core 8.0.0", + "sp-io 8.0.0", "sp-npos-elections", - "sp-runtime", - "sp-version", + "sp-runtime 8.0.0", + "sp-version 6.0.0", "sub-tokens", "thiserror", "tokio", @@ -12208,15 +12754,15 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ - "platforms 2.0.0", + "platforms", ] [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12225,17 +12771,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 8.0.0", + "sp-runtime 8.0.0", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "hyper", "log", @@ -12247,20 +12793,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 8.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "jsonrpsee", "log", @@ -12269,17 +12815,17 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-core 8.0.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-trie 8.0.0", "trie-db", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "array-bytes", "async-trait", @@ -12295,17 +12841,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 8.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.14.0", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", ] [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12315,7 +12861,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12326,7 +12872,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "ansi_term", "build-helper", @@ -12490,8 +13036,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 8.0.0", + "sp-std 6.0.0", "substrate-wasm-builder", "tiny-keccak", ] @@ -12515,7 +13061,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "substrate-test-utils", "test-parachain-adder", @@ -12538,8 +13084,8 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 8.0.0", + "sp-std 6.0.0", "substrate-wasm-builder", "tiny-keccak", ] @@ -12563,7 +13109,7 @@ dependencies = [ "polkadot-test-service", "sc-cli", "sc-service", - "sp-core", + "sp-core 8.0.0", "sp-keyring", "substrate-test-utils", "test-parachain-undying", @@ -12575,7 +13121,7 @@ name = "test-parachains" version = "0.9.41" dependencies = [ "parity-scale-codec", - "sp-core", + "sp-core 8.0.0", "test-parachain-adder", "test-parachain-halt", "tiny-keccak", @@ -12585,13 +13131,13 @@ dependencies = [ name = "test-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-weights 4.0.0", ] [[package]] @@ -13170,7 +13716,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#f4cb21c876d4ce19eb9ef09c39bebf83ba01d16d" +source = "git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates#a772defd277796fe9a65e91aeb658579f09f2f20" dependencies = [ "async-trait", "clap 4.2.5", @@ -13184,22 +13730,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-debug-derive", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", + "sp-core 8.0.0", + "sp-debug-derive 6.0.0", + "sp-externalities 0.14.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", + "sp-keystore 0.14.0", "sp-rpc", - "sp-runtime", - "sp-state-machine", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-version 6.0.0", + "sp-weights 5.0.0", "substrate-rpc-client", "zstd 0.12.3+zstd.1.5.2", ] @@ -14129,12 +14675,12 @@ name = "westend-runtime" version = "0.9.41" dependencies = [ "bitvec", - "frame-benchmarking", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-election-provider-support", "frame-executive", "frame-remote-externalities", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14144,7 +14690,7 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-bags-list", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", @@ -14194,25 +14740,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 8.0.0", + "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-io 8.0.0", "sp-keyring", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 8.0.0", "sp-session", - "sp-staking", - "sp-std", - "sp-tracing", + "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "sp-transaction-pool", - "sp-version", + "sp-version 6.0.0", "substrate-wasm-builder", "tiny-keccak", "tokio", @@ -14226,13 +14772,13 @@ dependencies = [ name = "westend-runtime-constants" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-weights 4.0.0", ] [[package]] @@ -14634,8 +15180,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-weights", + "sp-io 8.0.0", + "sp-weights 5.0.0", "xcm-procedural", ] @@ -14644,11 +15190,11 @@ name = "xcm-builder" version = "0.9.41" dependencies = [ "assert_matches", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "impl-trait-for-tuples", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-transaction-payment", "pallet-xcm", "parity-scale-codec", @@ -14657,11 +15203,11 @@ dependencies = [ "polkadot-test-runtime", "primitive-types", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 7.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-weights 5.0.0", "xcm", "xcm-executor", ] @@ -14671,17 +15217,17 @@ name = "xcm-executor" version = "0.9.41" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 7.0.0", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-weights 5.0.0", "xcm", ] @@ -14689,8 +15235,8 @@ dependencies = [ name = "xcm-executor-integration-tests" version = "0.9.41" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "futures", "pallet-xcm", "polkadot-test-client", @@ -14698,9 +15244,9 @@ dependencies = [ "polkadot-test-service", "sp-consensus", "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "sp-runtime 8.0.0", + "sp-state-machine 0.14.0", + "sp-tracing 7.0.0", "xcm", "xcm-executor", ] @@ -14719,14 +15265,14 @@ dependencies = [ name = "xcm-simulator" version = "0.9.41" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "parity-scale-codec", "paste", "polkadot-core-primitives", "polkadot-parachain", "polkadot-runtime-parachains", - "sp-io", - "sp-std", + "sp-io 8.0.0", + "sp-std 6.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -14736,10 +15282,10 @@ dependencies = [ name = "xcm-simulator-example" version = "0.9.41" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "log", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-message-queue", "pallet-uniques", "pallet-xcm", @@ -14748,11 +15294,11 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", + "sp-tracing 7.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -14764,10 +15310,10 @@ name = "xcm-simulator-fuzzer" version = "0.9.41" dependencies = [ "arbitrary", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", + "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "honggfuzz", - "pallet-balances", + "pallet-balances 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=lexnv/bump_sp_crates)", "pallet-message-queue", "pallet-xcm", "parity-scale-codec", @@ -14775,10 +15321,10 @@ dependencies = [ "polkadot-parachain", "polkadot-runtime-parachains", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 8.0.0", + "sp-io 8.0.0", + "sp-runtime 8.0.0", + "sp-std 6.0.0", "xcm", "xcm-builder", "xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index cc3b4e4c1d35..f67aa98f345a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ assert_cmd = "2.0.4" nix = { version = "0.26.1", features = ["signal"] } tempfile = "3.2.0" tokio = "1.24.2" -substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-core-primitives = { path = "core-primitives" } [workspace] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1fe9fa696cfd..6cee38a8ddf9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,22 +27,22 @@ polkadot-node-core-pvf-execute-worker = { path = "../node/core/pvf/execute-worke polkadot-node-core-pvf-prepare-worker = { path = "../node/core/pvf/prepare-worker", optional = true } polkadot-performance-test = { path = "../node/test/performance-test", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } polkadot-node-metrics = { path = "../node/metrics" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["db", "cli", "full-node", "polkadot-native"] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 56dca0535eed..39172a4a448f 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index d7a9236b93cd..bb0524f220a4 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,8 +9,8 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" [dev-dependencies] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 3b4e8e725ae5..5ec03cd1dfbe 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -7,36 +7,36 @@ edition.workspace = true [dependencies] async-trait = "0.1.57" futures = "0.3.21" -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } # Polkadot Runtimes polkadot-runtime = { path = "../../runtime/polkadot", optional = true } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 68410c2cecbe..9951b94cc2ba 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index e35a3610b82e..c299e492daf3 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -24,20 +24,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [dev-dependencies] async-trait = "0.1.57" parking_lot = "0.12.0" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 4f47ac14539d..af50ff73213a 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [dev-dependencies] log = "0.4.17" @@ -27,9 +27,9 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } parking_lot = "0.12.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 7428372eec62..ce1081a304e9 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [dependencies] futures = "0.3.21" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -19,11 +19,11 @@ thiserror = "1.0.31" fatality = "0.0.6" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index b94cc6708c74..6185771b2acd 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } wasm-timer = "0.2.5" thiserror = "1.0.31" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 18826f7e2376..266d50980320 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -24,9 +24,9 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index 5051e96c6352..a3abd585e1ee 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } polkadot-node-subsystem = {path = "../../subsystem" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] futures = { version = "0.3.21", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "3.4.0" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 750b0b5976bb..868b0b9dff19 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -19,7 +19,7 @@ parity-scale-codec = "3.4.0" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } parking_lot = "0.12.0" assert_matches = "1" kvdb-memorydb = "0.13.0" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index c6f5b6d2f362..58e7e75eabb8 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,20 +18,20 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] kvdb-memorydb = "0.13.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } futures-timer = "3.0.2" -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] # If not enabled, the dispute coordinator will do nothing. diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index d4301cb22270..017b7a06b371 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -13,5 +13,5 @@ async-trait = "0.1.57" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index c6d78582cfc9..8c9149bebeae 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -18,7 +18,7 @@ futures-timer = "3.0.2" fatality = "0.0.6" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index d41955d9bac5..69676abe8f3f 100644 --- a/node/core/pvf-checker/Cargo.toml +++ b/node/core/pvf-checker/Cargo.toml @@ -15,14 +15,14 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures-timer = "3.0.2" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index d00c13fda2b0..cb63d85811b5 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -31,13 +31,13 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] assert_matches = "1.4.0" diff --git a/node/core/pvf/common/Cargo.toml b/node/core/pvf/common/Cargo.toml index de9fa10804c7..3a470041e3ac 100644 --- a/node/core/pvf/common/Cargo.toml +++ b/node/core/pvf/common/Cargo.toml @@ -16,11 +16,11 @@ parity-scale-codec = { version = "3.4.0", default-features = false, features = [ polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } diff --git a/node/core/pvf/execute-worker/Cargo.toml b/node/core/pvf/execute-worker/Cargo.toml index c360cee8bf5d..0d642f64d5e4 100644 --- a/node/core/pvf/execute-worker/Cargo.toml +++ b/node/core/pvf/execute-worker/Cargo.toml @@ -18,14 +18,14 @@ polkadot-node-core-pvf-common = { path = "../common" } polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemalloc-ctl = "0.5.0" diff --git a/node/core/pvf/prepare-worker/Cargo.toml b/node/core/pvf/prepare-worker/Cargo.toml index 07386de35962..d77d2f6f9cc8 100644 --- a/node/core/pvf/prepare-worker/Cargo.toml +++ b/node/core/pvf/prepare-worker/Cargo.toml @@ -18,12 +18,12 @@ polkadot-node-core-pvf-common = { path = "../common" } polkadot-parachain = { path = "../../../../parachain" } polkadot-primitives = { path = "../../../../primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemalloc-ctl = "0.5.0" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 31c1386cbd7f..fc56eca0337f 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } lru = "0.9" -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } @@ -17,10 +17,10 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-types = { path = "../../subsystem-types" } [dev-dependencies] -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = { version = "0.3.21", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index fccdaff79a4e..3cd38ce59bb8 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,8 +11,8 @@ lazy_static = "1.4" parking_lot = "0.12.0" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" tokio = "1.24.2" log = "0.4.17" diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index 8e23e623174f..9d10aa812fd1 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -27,8 +27,8 @@ polkadot-primitives = { path = "../../primitives" } color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.57" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } clap = { version = "4.0.9", features = ["derive"] } futures = "0.3.21" futures-timer = "3.0.2" @@ -42,5 +42,5 @@ fast-runtime = ["polkadot-cli/fast-runtime"] [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index ced0fbb315b0..3e11e593fcfb 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -13,11 +13,11 @@ gum = { package = "tracing-gum", path = "../gum" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } # Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } codec = { package = "parity-scale-codec", version = "3.4.0" } primitives = { package = "polkadot-primitives", path = "../../primitives/" } bs58 = { version = "0.4.0", features = ["alloc"] } @@ -29,10 +29,10 @@ tempfile = "3.2.0" hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] } tokio = "1.24.2" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } prometheus-parse = {version = "0.2.2"} [features] diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 87e7d8456188..6a57c9fe20b4 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -17,8 +17,8 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 3cb5fdbef9c7..051a160fd967 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -14,8 +14,8 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", features = ["std"] } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" rand = "0.8.5" derive_more = "0.99.17" @@ -24,10 +24,10 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures-timer = "3.0.2" assert_matches = "1.4.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 9107fec17d7f..c0949a520f8e 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] assert_matches = "1.4.0" @@ -27,10 +27,10 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.17" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 8ac7c2ac6bfb..3b060b267c69 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -16,11 +16,11 @@ rand = "0.8" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } maplit = "1.0.2" log = "0.4.17" env_logger = "0.9.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index bba32588b275..098953879acf 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-metrics = { path = "../../metrics"} polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -26,7 +26,7 @@ thiserror = "1" assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures-timer = "3" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 7eea0a0972e9..bc55747cbd61 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -11,9 +11,9 @@ futures = "0.3.21" futures-timer = "3" gum = { package = "tracing-gum", path = "../../gum" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -28,9 +28,9 @@ log = "0.4.17" env_logger = "0.9.0" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } parity-scale-codec = { version = "3.4.0", features = ["std"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index b344c326a29d..dd4e6fd165a6 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -16,9 +16,9 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" fatality = "0.0.6" lru = "0.9.0" @@ -28,9 +28,9 @@ indexmap = "1.9.1" async-channel = "1.8.0" async-trait = "0.1.57" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures-timer = "3.0.2" assert_matches = "1.4.0" lazy_static = "1.4.0" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 2236b72d3c77..a0bad5db052d 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,10 +5,10 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -22,10 +22,10 @@ rand_chacha = { version = "0.3.1", default-features = false } gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 12c06f838bc8..cbe9596fccc1 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -13,8 +13,8 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } strum = { version = "0.24", features = ["derive"] } futures = "0.3.21" thiserror = "1.0.31" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 7ca5fe1624cb..7c9166fcb8b9 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,8 +9,8 @@ edition.workspace = true futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,13 +24,13 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures-timer = "3.0.2" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 70a22bdcdd0a..a33036d16b98 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -5,8 +5,8 @@ authors.workspace = true edition.workspace = true [dependencies] -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.12.0" @@ -18,14 +18,14 @@ polkadot-primitives = { path = "../../primitives" } orchestra = "0.0.5" gum = { package = "tracing-gum", path = "../gum" } lru = "0.9" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } async-trait = "0.1.57" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } [dev-dependencies] metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = { version = "0.3.21", features = ["thread-pool"] } femme = "2.2.1" assert_matches = "1.4.0" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index ce77a9fc2ecd..33e818ce139c 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,12 +10,12 @@ bounded-vec = "0.7" futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.31" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 75b018facd34..74a281b17d51 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,64 +7,64 @@ edition.workspace = true [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy = { package = "sc-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-gadget = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +beefy = { package = "sc-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +mmr-gadget = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates"} +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # External Crates futures = "0.3.21" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 41c48d7f31e1..7e54dc4e6503 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -12,11 +12,11 @@ parking_lot = "0.12.0" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 31bf34cd2124..7f0d869ab9d4 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -14,11 +14,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } orchestra = "0.0.5" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } smallvec = "1.8.0" -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thiserror = "1.0.31" async-trait = "0.1.57" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index cf80b34aeeb5..1ee62e1759c1 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -29,9 +29,9 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-overseer = { path = "../overseer" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } kvdb = "0.13.0" parity-db = { version = "0.4.8"} diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 950662a8c72c..e65f24be1b98 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,22 +14,22 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = "0.3.21" [features] diff --git a/node/test/performance-test/Cargo.toml b/node/test/performance-test/Cargo.toml index 4e3001b3ee66..517db45c8dce 100644 --- a/node/test/performance-test/Cargo.toml +++ b/node/test/performance-test/Cargo.toml @@ -15,8 +15,8 @@ polkadot-erasure-coding = { path = "../../../erasure-coding" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } kusama-runtime = { path = "../../../runtime/kusama" } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 8bf8ba6976bf..19d4cb75d9bf 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,40 +26,40 @@ test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } serde_json = "1.0.96" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } tokio = { version = "1.24.2", features = ["macros"] } [features] diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index afd192257636..5e2b7b540483 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,10 +11,10 @@ version.workspace = true # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" bounded-collections = { version = "0.1.5", default-features = false } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 3065d682e9f9..f9618fb2c16b 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -13,7 +13,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index fc48e056134f..1e063d6daa19 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,15 +9,15 @@ authors.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 7fe4aefc688d..9803567d0843 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index a5147bb98fa8..45354aa3005b 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } rustversion = "1.0.6" [features] diff --git a/parachain/test-parachains/undying/Cargo.toml b/parachain/test-parachains/undying/Cargo.toml index 848e48ec623b..83aafd667dc2 100644 --- a/parachain/test-parachains/undying/Cargo.toml +++ b/parachain/test-parachains/undying/Cargo.toml @@ -9,16 +9,16 @@ edition.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } log = { version = "0.4.17", default-features = false } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/undying/collator/Cargo.toml b/parachain/test-parachains/undying/collator/Cargo.toml index 2b9d80401f5d..2fbe3b739431 100644 --- a/parachain/test-parachains/undying/collator/Cargo.toml +++ b/parachain/test-parachains/undying/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-service = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6ce968230724..33076249954d 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -11,18 +11,18 @@ parity-scale-codec = { version = "3.4.0", default-features = false, features = [ scale-info = { version = "2.5.0", default-features = false, features = ["bit-vec", "derive"] } serde = { version = "1.0.137", optional = true, features = ["derive"] } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index 917e5f3babdb..deff88ca6ca3 100644 --- a/primitives/test-helpers/Cargo.toml +++ b/primitives/test-helpers/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", features = ["std"] } polkadot-primitives = { path = "../" } rand = "0.8.5" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 6f1c7bfa81ba..36307f69a4b7 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,26 +7,26 @@ edition.workspace = true [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-beefy-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-beefy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-beefy-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 517b600eeea6..70154f375d37 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,33 +15,33 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } @@ -52,11 +52,11 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.4.1" -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } serde_json = "1.0.96" libsecp256k1 = "0.7.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index e9af09a9a529..9db3276ebf74 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition.workspace = true paste = "1.0" enumn = "0.1.8" parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index acb58ee96513..dacc6a0cd95e 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -16,83 +16,83 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } kusama-runtime-constants = { package = "kusama-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } hex-literal = { version = "0.4.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -106,16 +106,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } separator = "0.4.1" serde_json = "1.0.96" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/runtime/kusama/constants/Cargo.toml b/runtime/kusama/constants/Cargo.toml index 6d5dc406586c..814ddd7ab383 100644 --- a/runtime/kusama/constants/Cargo.toml +++ b/runtime/kusama/constants/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index bd673635186a..8a0f2d7f4cc1 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -5,11 +5,11 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false} +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } parity-scale-codec = { version = "3.4.0", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } bs58 = { version = "0.4.0", default-features = false, features = ["alloc"] } diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index e1b5b5b1de59..3e0c757f3466 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -14,30 +14,30 @@ serde = { version = "1.0.139", features = [ "derive" ], optional = true } derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", optional = true } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -52,11 +52,11 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] futures = "0.3.21" hex-literal = "0.4.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers"} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } thousands = "0.2.0" assert_matches = "1" serde_json = "1.0.96" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 5e59c22c984d..682a2c4aa32d 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -16,79 +16,79 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } polkadot-runtime-constants = { package = "polkadot-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } hex-literal = { version = "0.4.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -102,16 +102,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } serde_json = "1.0.96" separator = "0.4.1" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/runtime/polkadot/constants/Cargo.toml b/runtime/polkadot/constants/Cargo.toml index ad8159e7463d..ff2cf9b732e4 100644 --- a/runtime/polkadot/constants/Cargo.toml +++ b/runtime/polkadot/constants/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index a6d00060d939..3205ca2a99fd 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -14,72 +14,72 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } rococo-runtime-constants = { package = "rococo-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } hex-literal = { version = "0.4.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -93,16 +93,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", package = "frame-remote-externalities" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } separator = "0.4.1" serde_json = "1.0.96" -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } tokio = { version = "1.24.2", features = ["macros"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index 9383a9de6c68..24661ba7d927 100644 --- a/runtime/rococo/constants/Cargo.toml +++ b/runtime/rococo/constants/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index b5b2d2289437..65f4d4d5708d 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -15,44 +15,44 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-system = {git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } test-runtime-constants = { package = "test-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -66,12 +66,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-trie = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } serde_json = "1.0.96" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/runtime/test-runtime/constants/Cargo.toml b/runtime/test-runtime/constants/Cargo.toml index d96de0a0f9c1..fccdbaf4b33f 100644 --- a/runtime/test-runtime/constants/Cargo.toml +++ b/runtime/test-runtime/constants/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 08a8ca23a55a..82d0a176ac9d 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,77 +15,77 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-executive = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } westend-runtime-constants = { package = "westend-runtime-constants", path = "./constants", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-session = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-society = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } hex-literal = { version = "0.4.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -100,14 +100,14 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.4.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } serde_json = "1.0.96" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/runtime/westend/constants/Cargo.toml b/runtime/westend/constants/Cargo.toml index c6fac15dca32..8ebfdc90fdfd 100644 --- a/runtime/westend/constants/Cargo.toml +++ b/runtime/westend/constants/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 8ac120c237df..7334ea9849cf 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition.workspace = true [dependencies] parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index 2038dc94a1ea..04068833a249 100644 --- a/utils/generate-bags/Cargo.toml +++ b/utils/generate-bags/Cargo.toml @@ -7,8 +7,8 @@ edition.workspace = true [dependencies] clap = { version = "4.0.9", features = ["derive"] } -generate-bags = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +generate-bags = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } westend-runtime = { path = "../../runtime/westend" } kusama-runtime = { path = "../../runtime/kusama" } diff --git a/utils/remote-ext-tests/bags-list/Cargo.toml b/utils/remote-ext-tests/bags-list/Cargo.toml index 7eb945ef65b2..5257f93ed050 100644 --- a/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/utils/remote-ext-tests/bags-list/Cargo.toml @@ -12,10 +12,10 @@ polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" } kusama-runtime-constants = { path = "../../../runtime/kusama/constants" } westend-runtime-constants = { path = "../../../runtime/westend/constants" } -pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } clap = { version = "4.0.9", features = ["derive"] } log = "0.4.17" diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 081b4648416f..e8b439da5f7e 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -19,22 +19,22 @@ serde = "1.0.137" serde_json = "1.0" thiserror = "1.0.31" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "sync"] } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", package = "frame-remote-externalities" } signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-version = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index e2a123a16680..5ab6b87cc96c 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -12,12 +12,12 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-weights = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } serde = { version = "1.0.136", optional = true, features = ["derive"] } xcm-procedural = { path = "procedural" } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } hex = "0.4.3" hex-literal = "0.4.1" diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index dd58b0bf903a..fc349514592e 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -12,7 +12,7 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive" serde = { version = "1.0.137", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false, optional = true } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } @@ -24,7 +24,7 @@ xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } polkadot-parachain = { path = "../../parachain" } xcm-builder = { path = "../xcm-builder" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 6f4a4f9dde14..1768e50e18b9 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -11,14 +11,14 @@ parity-scale-codec = { version = "3.4.0", default-features = false, features = [ scale-info = { version = "2.5.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-weights = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } log = { version = "0.4.17", default-features = false } # Polkadot dependencies @@ -26,7 +26,7 @@ polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] primitive-types = "0.12.1" -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } pallet-xcm = { path = "../pallet-xcm" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } assert_matches = "1.5.0" diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index f91626eec359..711f8ddd411a 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -10,15 +10,15 @@ impl-trait-for-tuples = "0.2.2" environmental = { version = "1.1.4", default-features = false } parity-scale-codec = { version = "3.4.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-weights = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" , default-features = false, optional = true } [features] default = ["std"] diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index 4fff3952a05d..6ad2fdb6fe49 100644 --- a/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/xcm/xcm-executor/integration-tests/Cargo.toml @@ -6,20 +6,20 @@ edition.workspace = true version.workspace = true [dependencies] -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } futures = "0.3.21" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-test-service = { path = "../../../node/test/service" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates", default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } [features] default = ["std"] diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index 5a4589659103..4f9ec14f3a2b 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -9,9 +9,9 @@ edition.workspace = true codec = { package = "parity-scale-codec", version = "3.4.0" } paste = "1.0.7" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } xcm = { path = "../" } xcm-executor = { path = "../xcm-executor" } diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index 47b7c82243d3..52e0d7a2fa61 100644 --- a/xcm/xcm-simulator/example/Cargo.toml +++ b/xcm/xcm-simulator/example/Cargo.toml @@ -10,16 +10,16 @@ codec = { package = "parity-scale-codec", version = "3.4.0" } scale-info = { version = "2.5.0", features = ["derive"] } log = { version = "0.4.14", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } xcm = { path = "../../" } xcm-simulator = { path = "../" } diff --git a/xcm/xcm-simulator/fuzzer/Cargo.toml b/xcm/xcm-simulator/fuzzer/Cargo.toml index f8cdfa9424cf..9554874536f3 100644 --- a/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -11,14 +11,14 @@ honggfuzz = "0.5.55" arbitrary = "1.2.0" scale-info = { version = "2.5.0", features = ["derive"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "lexnv/bump_sp_crates" } xcm = { path = "../../" } xcm-simulator = { path = "../" }