From b8124abbc0f7a23dae5f104394c66c6cefb8f62f Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Thu, 4 Apr 2024 07:34:19 +0300 Subject: [PATCH] Switch to Subspace fork of Substrate --- Cargo.lock | 470 ++++++++++++++++++----------------- Cargo.toml | 140 +++++------ client/consensus/src/lib.rs | 5 +- template/node/src/service.rs | 18 +- 4 files changed, 316 insertions(+), 317 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f28d9a7e82..005661a106 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2486,7 +2486,7 @@ dependencies = [ "sp-core", "sp-database", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sqlx", "substrate-test-runtime-client", "tempfile", @@ -2571,12 +2571,12 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-timestamp", "substrate-prometheus-endpoint", "substrate-test-runtime-client", @@ -2613,7 +2613,7 @@ dependencies = [ "sp-blockchain", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2766,7 +2766,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", ] @@ -2794,8 +2794,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2806,7 +2806,7 @@ dependencies = [ "parity-scale-codec", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2827,7 +2827,7 @@ dependencies = [ "fp-evm", "frame-support", "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2842,7 +2842,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2858,7 +2858,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2889,7 +2889,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-support-procedural", @@ -2905,16 +2905,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "Inflector", "array-bytes 6.1.0", @@ -2946,15 +2946,15 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", "thousands", ] @@ -2962,7 +2962,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-system", @@ -2973,8 +2973,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -2992,7 +2992,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "aquamarine", "array-bytes 6.1.0", @@ -3015,7 +3015,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3023,8 +3023,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-weights", "static_assertions", "tt-call", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "Inflector", "cfg-expr", @@ -3052,7 +3052,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3064,7 +3064,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "proc-macro2", "quote", @@ -3074,7 +3074,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "cfg-if", "docify", @@ -3086,7 +3086,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-version", "sp-weights", ] @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-benchmarking", "frame-support", @@ -3103,13 +3103,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "sp-api", @@ -3118,13 +3118,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -3236,7 +3236,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -5585,7 +5585,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-system", @@ -5596,13 +5596,13 @@ dependencies = [ "sp-application-crypto", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-system", @@ -5610,13 +5610,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-benchmarking", "frame-support", @@ -5634,13 +5634,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "docify", "frame-benchmarking", @@ -5650,7 +5650,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5682,7 +5682,7 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5711,7 +5711,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5739,7 +5739,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5830,7 +5830,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-benchmarking", "frame-support", @@ -5901,7 +5901,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -5917,13 +5917,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-system", @@ -5938,14 +5938,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", ] [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "docify", "frame-benchmarking", @@ -5955,13 +5955,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "docify", "frame-benchmarking", @@ -5973,15 +5973,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-support", "frame-system", @@ -5991,13 +5991,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6025,7 +6025,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-benchmarking", "frame-support", @@ -6035,7 +6035,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -6446,7 +6446,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-weights", "staging-xcm", ] @@ -6465,7 +6465,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "syn 1.0.109", "trybuild", ] @@ -6488,7 +6488,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -7369,18 +7369,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", ] [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "futures", "futures-timer", @@ -7402,7 +7402,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "sp-api", @@ -7417,7 +7417,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "docify", @@ -7443,7 +7443,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -7454,7 +7454,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "bip39", @@ -7495,7 +7495,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "fnv", "futures", @@ -7510,11 +7510,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7522,7 +7522,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "hash-db", "kvdb", @@ -7548,8 +7548,9 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ + "async-lock", "async-trait", "futures", "futures-timer", @@ -7568,12 +7569,13 @@ dependencies = [ "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", + "tokio", ] [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "futures", @@ -7602,7 +7604,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "fork-tree", @@ -7638,7 +7640,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7651,7 +7653,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "ahash 0.8.7", "array-bytes 6.1.0", @@ -7694,7 +7696,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "assert_matches", "async-trait", @@ -7729,7 +7731,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "futures", @@ -7752,7 +7754,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7761,24 +7763,24 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", "wasm-instrument", ] @@ -7786,7 +7788,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "anyhow", "cfg-if", @@ -7796,15 +7798,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "ansi_term", "futures", @@ -7821,7 +7823,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "parking_lot 0.12.1", @@ -7835,7 +7837,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -7864,7 +7866,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -7907,7 +7909,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-channel", "cid", @@ -7927,7 +7929,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7944,7 +7946,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "ahash 0.8.7", "futures", @@ -7963,7 +7965,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -7984,7 +7986,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -8020,7 +8022,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "futures", @@ -8039,7 +8041,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "bytes", @@ -8062,7 +8064,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -8073,7 +8075,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8082,7 +8084,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "futures", "jsonrpsee", @@ -8114,7 +8116,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8134,7 +8136,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "futures", "governor", @@ -8153,7 +8155,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "futures", @@ -8184,7 +8186,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "directories", @@ -8225,12 +8227,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -8247,7 +8249,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "log", "parity-scale-codec", @@ -8258,7 +8260,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "derive_more", "futures", @@ -8273,13 +8275,13 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "chrono", "futures", @@ -8298,7 +8300,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "ansi_term", "chrono", @@ -8318,7 +8320,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", "tracing", "tracing-log", @@ -8328,7 +8330,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -8339,7 +8341,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "futures", @@ -8357,7 +8359,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -8366,7 +8368,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "futures", @@ -8382,7 +8384,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-channel", "futures", @@ -8856,7 +8858,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "hash-db", "log", @@ -8864,12 +8866,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", "sp-version", "thiserror", @@ -8878,7 +8880,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8892,27 +8894,27 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "static_assertions", ] @@ -8937,18 +8939,18 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "futures", "log", @@ -8966,7 +8968,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "futures", @@ -8981,7 +8983,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "parity-scale-codec", @@ -8991,14 +8993,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "parity-scale-codec", @@ -9010,14 +9012,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "finality-grandpa", "log", @@ -9029,25 +9031,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-timestamp", ] [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "bandersnatch_vrfs", @@ -9077,11 +9079,11 @@ dependencies = [ "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "ss58-registry", "substrate-bip39", "thiserror", @@ -9114,7 +9116,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "blake2b_simd", "byteorder", @@ -9127,7 +9129,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "quote", "sp-crypto-hashing", @@ -9137,7 +9139,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9146,7 +9148,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "proc-macro2", "quote", @@ -9166,12 +9168,12 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -9188,32 +9190,32 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "bytes", "ed25519-dalek", @@ -9224,12 +9226,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", "tracing", "tracing-core", @@ -9238,7 +9240,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "sp-core", "sp-runtime", @@ -9248,18 +9250,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "thiserror", "zstd 0.12.4", @@ -9268,30 +9270,30 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "sp-api", "sp-core", @@ -9301,7 +9303,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "backtrace", "lazy_static", @@ -9311,7 +9313,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "rustc-hash", "serde", @@ -9321,7 +9323,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "docify", "either", @@ -9338,26 +9340,26 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-storage 19.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-tracing 16.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-wasm-interface 20.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "static_assertions", ] @@ -9383,7 +9385,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "Inflector", "expander", @@ -9409,7 +9411,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "scale-info", @@ -9418,13 +9420,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9432,13 +9434,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "hash-db", "log", @@ -9447,9 +9449,9 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-panic-handler", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", "thiserror", "tracing", @@ -9459,7 +9461,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 4.1.1", @@ -9473,10 +9475,10 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-runtime-interface 24.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", "x25519-dalek 2.0.0", ] @@ -9484,7 +9486,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" [[package]] name = "sp-std" @@ -9494,14 +9496,14 @@ source = "git+https://github.com/paritytech/polkadot-sdk#1c435e91c117b877c803427 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -9520,23 +9522,23 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "tracing", "tracing-core", "tracing-subscriber", @@ -9557,7 +9559,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "sp-api", "sp-runtime", @@ -9566,7 +9568,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "async-trait", "parity-scale-codec", @@ -9574,14 +9576,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-trie", ] [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "ahash 0.8.7", "hash-db", @@ -9594,8 +9596,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "thiserror", "tracing", "trie-db", @@ -9605,7 +9607,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9614,7 +9616,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-version-proc-macro", "thiserror", ] @@ -9622,7 +9624,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -9633,13 +9635,13 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "wasmtime", ] @@ -9659,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9667,8 +9669,8 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-debug-derive 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", ] [[package]] @@ -9852,7 +9854,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "bounded-collections", @@ -9977,12 +9979,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10001,7 +10003,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "hyper", "log", @@ -10013,7 +10015,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "async-trait", @@ -10040,7 +10042,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "array-bytes 6.1.0", "frame-executive", @@ -10062,7 +10064,7 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-externalities 0.25.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -10071,7 +10073,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0)", + "sp-std 14.0.0 (git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953)", "sp-transaction-pool", "sp-trie", "sp-version", @@ -10082,7 +10084,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "futures", "sc-block-builder", @@ -10100,7 +10102,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "build-helper", "cargo_metadata", @@ -11635,7 +11637,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.8.0#ec7817e5adc2f3a91dd94b0465dd61b4c1b07ab7" +source = "git+https://github.com/subspace/polkadot-sdk?rev=f03cd638f6e60e458f5daef27865226c31b33953#f03cd638f6e60e458f5daef27865226c31b33953" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 06df535012..2691d36e80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,81 +76,81 @@ thiserror = "1.0" tokio = "1.36.0" # Substrate Client -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sc-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } +sc-basic-authorship = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-block-builder = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-chain-spec = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-cli = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sc-client-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-client-db = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sc-consensus = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-consensus-aura = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-consensus-grandpa = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-consensus-manual-seal = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-executor = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-keystore = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-network = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-network-common = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-network-sync = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-offchain = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-rpc = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-rpc-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-service = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sc-telemetry = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-transaction-pool = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-transaction-pool-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sc-utils = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } # Substrate Primitive -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-crypto-hashing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-database = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } +sp-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-block-builder = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-blockchain = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sp-consensus = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sp-consensus-aura = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-core = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-crypto-hashing = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-database = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sp-externalities = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-genesis-builder = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-inherents = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-io = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-keyring = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +sp-offchain = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-runtime = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-runtime-interface = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-session = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-state-machine = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-std = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-storage = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-timestamp = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-transaction-pool = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-version = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +sp-weights = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } # Substrate FRAME -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } +frame-benchmarking = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +frame-executive = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +frame-support = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +frame-system = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +frame-system-benchmarking = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-aura = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-balances = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-grandpa = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-sudo = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-timestamp = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-transaction-payment = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } +pallet-utility = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } # Substrate Utility -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0" } +frame-benchmarking-cli = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +substrate-build-script-utils = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +substrate-frame-rpc-system = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +substrate-test-runtime-client = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } +substrate-wasm-builder = { git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953" } # XCM -xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.8.0", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/subspace/polkadot-sdk", rev = "f03cd638f6e60e458f5daef27865226c31b33953", default-features = false } # Arkworks ark-bls12-377 = { version = "0.4.0", default-features = false, features = ["curve"] } diff --git a/client/consensus/src/lib.rs b/client/consensus/src/lib.rs index 1a2aa426e5..00377e0b09 100644 --- a/client/consensus/src/lib.rs +++ b/client/consensus/src/lib.rs @@ -105,10 +105,7 @@ where { type Error = ConsensusError; - async fn check_block( - &mut self, - block: BlockCheckParams, - ) -> Result { + async fn check_block(&self, block: BlockCheckParams) -> Result { self.inner.check_block(block).await.map_err(Into::into) } diff --git a/template/node/src/service.rs b/template/node/src/service.rs index a008902c3d..680e935ea2 100644 --- a/template/node/src/service.rs +++ b/template/node/src/service.rs @@ -38,7 +38,7 @@ type FullSelectChain = sc_consensus::LongestChain; type GrandpaBlockImport = sc_consensus_grandpa::GrandpaBlockImport; type GrandpaLinkHalf = sc_consensus_grandpa::LinkHalf; -type BoxBlockImport = sc_consensus::BoxBlockImport; +type SharedBlockImport = sc_consensus::SharedBlockImport; /// The minimum period of blocks on which justifications will be /// imported and generated. @@ -57,7 +57,7 @@ pub fn new_partial( FullPool>, ( Option, - BoxBlockImport, + SharedBlockImport, GrandpaLinkHalf>, FrontierBackend, Arc>, @@ -77,7 +77,7 @@ where &TaskManager, Option, GrandpaBlockImport>, - ) -> Result<(BasicImportQueue, BoxBlockImport), ServiceError>, + ) -> Result<(BasicImportQueue, SharedBlockImport), ServiceError>, { let telemetry = config .telemetry_endpoints @@ -189,7 +189,7 @@ pub fn build_aura_grandpa_import_queue( task_manager: &TaskManager, telemetry: Option, grandpa_block_import: GrandpaBlockImport>, -) -> Result<(BasicImportQueue, BoxBlockImport), ServiceError> +) -> Result<(BasicImportQueue, SharedBlockImport), ServiceError> where RuntimeApi: ConstructRuntimeApi>, RuntimeApi: Send + Sync + 'static, @@ -227,7 +227,7 @@ where ) .map_err::(Into::into)?; - Ok((import_queue, Box::new(frontier_block_import))) + Ok((import_queue, SharedBlockImport::new(frontier_block_import))) } /// Build the import queue for the template runtime (manual seal). @@ -238,7 +238,7 @@ pub fn build_manual_seal_import_queue( task_manager: &TaskManager, _telemetry: Option, _grandpa_block_import: GrandpaBlockImport>, -) -> Result<(BasicImportQueue, BoxBlockImport), ServiceError> +) -> Result<(BasicImportQueue, SharedBlockImport), ServiceError> where RuntimeApi: ConstructRuntimeApi>, RuntimeApi: Send + Sync + 'static, @@ -248,11 +248,11 @@ where let frontier_block_import = FrontierBlockImport::new(client.clone(), client); Ok(( sc_consensus_manual_seal::import_queue( - Box::new(frontier_block_import.clone()), + SharedBlockImport::new(frontier_block_import.clone()), &task_manager.spawn_essential_handle(), config.prometheus_registry(), ), - Box::new(frontier_block_import), + SharedBlockImport::new(frontier_block_import), )) } @@ -602,7 +602,7 @@ fn run_manual_seal_authorship( client: Arc>, transaction_pool: Arc>>, select_chain: FullSelectChain, - block_import: BoxBlockImport, + block_import: SharedBlockImport, task_manager: &TaskManager, prometheus_registry: Option<&Registry>, telemetry: Option<&Telemetry>,