From 9cd13c892af9e8945e42ea9027c16db051d08007 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 25 Sep 2020 09:18:26 +0200 Subject: [PATCH] [DO NOT MERGE]: Burnin for stop sending noise legacy handshake --- cli/Cargo.toml | 28 ++--- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/collation-generation/Cargo.toml | 2 +- node/core/av-store/Cargo.toml | 2 +- node/core/backing/Cargo.toml | 12 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-selection/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 6 +- node/core/chain-api/Cargo.toml | 4 +- node/core/proposer/Cargo.toml | 22 ++-- node/core/provisioner/Cargo.toml | 2 +- node/core/runtime-api/Cargo.toml | 6 +- .../availability-distribution/Cargo.toml | 8 +- node/network/bitfield-distribution/Cargo.toml | 4 +- node/network/bridge/Cargo.toml | 8 +- node/network/collator-protocol/Cargo.toml | 4 +- node/network/pov-distribution/Cargo.toml | 4 +- node/network/protocol/Cargo.toml | 6 +- .../network/statement-distribution/Cargo.toml | 8 +- node/overseer/Cargo.toml | 4 +- node/primitives/Cargo.toml | 4 +- node/service/Cargo.toml | 76 ++++++------ node/subsystem-test-helpers/Cargo.toml | 4 +- node/subsystem-util/Cargo.toml | 6 +- node/subsystem/Cargo.toml | 6 +- node/test-service/Cargo.toml | 56 ++++----- parachain/Cargo.toml | 14 +-- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- primitives/Cargo.toml | 24 ++-- rpc/Cargo.toml | 34 +++--- runtime/common/Cargo.toml | 52 ++++----- runtime/kusama/Cargo.toml | 108 ++++++++--------- runtime/parachains/Cargo.toml | 52 ++++----- runtime/polkadot/Cargo.toml | 104 ++++++++--------- runtime/rococo-v1/Cargo.toml | 64 +++++----- runtime/test-runtime/Cargo.toml | 76 ++++++------ runtime/test-runtime/client/Cargo.toml | 22 ++-- runtime/westend/Cargo.toml | 110 +++++++++--------- service/Cargo.toml | 76 ++++++------ statement-table/Cargo.toml | 2 +- validation/Cargo.toml | 32 ++--- 43 files changed, 536 insertions(+), 536 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 05574d0bc1a6..41b63ac893db 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,30 +17,30 @@ crate-type = ["cdylib", "rlib"] log = "0.4.8" futures = { version = "0.3.4", features = ["compat"] } structopt = "0.3.8" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-db = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-tracing = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } service = { package = "polkadot-service", path = "../service", default-features = false, optional = true } service-new = { package = "polkadot-service-new", path = "../node/service", default-features = false, optional = true } tokio = { version = "0.2.13", features = ["rt-threaded"], optional = true } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +frame-benchmarking-cli = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } +sc-cli = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } # this crate is used only to enable `trie-memory-tracker` feature -# see https://github.com/paritytech/substrate/pull/6745 -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +# see https://github.com/mxinden/substrate/pull/6745 +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [features] default = [ "wasmtime", "db", "cli", "service-old", "trie-memory-tracker" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index cd4dac0f187d..bf8d9fb0bad3 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = [ "derive" ] } [features] diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index bb880232e63d..2d2d61d3b8d0 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -8,6 +8,6 @@ edition = "2018" primitives = { package = "polkadot-primitives", path = "../primitives" } reed_solomon = { package = "reed-solomon-erasure", version = "4.0.2"} codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +trie = { package = "sp-trie", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } derive_more = "0.15.0" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index f7d5e7f162ef..d5901f026bbb 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index f457b7edaaa8..db94e11fb905 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.8" derive_more = "0.99.9" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures = { version = "0.3.5", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } kvdb-memorydb = "0.7.0" diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 9401290f2b5b..5f052836315a 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,10 +6,10 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +keystore = { package = "sc-keystore", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -21,8 +21,8 @@ bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } log = "0.4.8" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures = { version = "0.3.5", features = ["thread-pool"] } assert_matches = "1.3.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index 11bfef713c7b..f8527fceba2f 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -12,5 +12,5 @@ log = "0.4.8" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "sc-keystore", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } wasm-timer = "0.2.4" diff --git a/node/core/candidate-selection/Cargo.toml b/node/core/candidate-selection/Cargo.toml index 171e84723eb1..0d0b1197ebbc 100644 --- a/node/core/candidate-selection/Cargo.toml +++ b/node/core/candidate-selection/Cargo.toml @@ -14,4 +14,4 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 8f1b7a0fa0fd..9c97bd97f81c 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { package = "sp-core", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } parity-scale-codec = { version = "1.3.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -18,7 +18,7 @@ derive_more = "0.99.9" log = "0.4.8" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures = { version = "0.3.5", features = ["thread-pool"] } assert_matches = "1.3.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index d626a0d9329d..c51b7aaab9f8 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = { version = "0.3.5" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -14,4 +14,4 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys futures = { version = "0.3.5", features = ["thread-pool"] } maplit = "1.0.2" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 7cf7fc28af22..caa2daa45371 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -12,16 +12,16 @@ parity-scale-codec = "1.3.4" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-telemetry = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-inherents = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] } wasm-timer = "0.2.4" diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 38744704022f..5005267e86fb 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -15,5 +15,5 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] lazy_static = "1.4" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures-timer = "3.0.2" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 229366627a36..9bcaa037403f 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -6,14 +6,14 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures = { version = "0.3.5", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index fd2028e53852..ec73ce50bf01 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -15,15 +15,15 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-network-bridge = { path = "../../network/bridge" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } derive_more = "0.99.9" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", features = ["std"] } [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", features = ["std"] } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } parking_lot = "0.11.0" futures-timer = "3.0.2" env_logger = "0.7.1" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index b8b19cbecbda..59f3fa5579bd 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -16,12 +16,12 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { package = "polkadot-node-subsystem-util", path = "../../subsystem-util" } polkadot-network-bridge = { path = "../../network/bridge" } polkadot-node-network-protocol = { path = "../../network/protocol" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } parking_lot = "0.11.0" maplit = "1.0.2" smol = "0.3.3" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 555f158b782e..d293cb123d03 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,8 +11,8 @@ futures-timer = "3.0.2" streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = "1.3.4" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../protocol" } @@ -20,5 +20,5 @@ polkadot-node-network-protocol = { path = "../protocol" } assert_matches = "1.3.0" parking_lot = "0.10.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 8469bc5b9450..8859c60e94b8 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -24,7 +24,7 @@ smol-timeout = "0.1.0" smallvec = "1.4.2" futures-timer = "3.0.2" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", features = ["std"] } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/pov-distribution/Cargo.toml b/node/network/pov-distribution/Cargo.toml index cedc94732cfb..0d64a3e20843 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -12,12 +12,12 @@ streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } parity-scale-codec = "1.3.4" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] parking_lot = "0.10.0" assert_matches = "1.3.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index abcb6ae2adda..d0db20561d88 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -9,6 +9,6 @@ description = "Primitives types for the Node-side" polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } parity-scale-codec = { version = "1.3.4", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index c92fdcf6db90..3ad8a03d4763 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -13,8 +13,8 @@ streamunordered = "0.5.1" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } parity-scale-codec = "1.3.4" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } arrayvec = "0.5.1" @@ -24,5 +24,5 @@ indexmap = "1.4.0" parking_lot = "0.10.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.3.0" -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index e21cb9363146..7710479e31b1 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -10,13 +10,13 @@ log = "0.4.8" futures-timer = "3.0.2" streamunordered = "0.5.1" polkadot-primitives = { path = "../../primitives" } -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../primitives" } async-trait = "0.1" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } polkadot-node-network-protocol = { path = "../network/protocol" } futures = { version = "0.3.5", features = ["thread-pool"] } futures-timer = "3.0.2" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 81e2467b374f..c7e8a47bdc23 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,5 +10,5 @@ futures = "0.3.5" polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "1.3.4", default-features = false, features = ["derive"] } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 45eb7826caac..54cd3196e9f3 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -20,48 +20,48 @@ kusama-runtime = { path = "../../runtime/kusama" } westend-runtime = { path = "../../runtime/westend" } polkadot-rpc = { path = "../../rpc" } polkadot-node-core-proposer = { path = "../core/proposer" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-db = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-storage = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +consensus_common = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +service = { package = "sc-service", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe = { package = "sc-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } codec = { package = "parity-scale-codec", version = "1.3.4" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } env_logger = "0.7.0" [features] diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 220af40deb93..e0f7907641a1 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -19,6 +19,6 @@ polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } smallvec = "1.4.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 2c189419cc15..da8af9fa4364 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1" derive_more = "0.99.9" futures = "0.3.5" futures-timer = "3.0.2" -keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } +keystore = { package = "sc-keystore", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } log = "0.4.8" parity-scale-codec = "1.3.4" parking_lot = { version = "0.10.0", optional = true } @@ -19,9 +19,9 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } smallvec = "1.4.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } streamunordered = "0.5.1" [dev-dependencies] diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index f7283d40aadd..7b8a82804708 100644 --- a/node/subsystem/Cargo.toml +++ b/node/subsystem/Cargo.toml @@ -18,10 +18,10 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } smallvec = "1.4.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +substrate-prometheus-endpoint = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] assert_matches = "1.3.0" diff --git a/node/test-service/Cargo.toml b/node/test-service/Cargo.toml index d1bf0aed1d19..53746d2e3ab1 100644 --- a/node/test-service/Cargo.toml +++ b/node/test-service/Cargo.toml @@ -20,35 +20,35 @@ polkadot-service = { path = "../../service" } polkadot-test-runtime = { path = "../../runtime/test-runtime" } # Substrate dependencies -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-informant = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe = { package = "sc-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +consensus_common = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-informant = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +service = { package = "sc-service", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-state-machine = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +substrate-test-client = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } serde_json = "1.0" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index c365d14d4d97..328c91d904cb 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,18 +10,18 @@ edition = "2018" # this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing # various unnecessary Substrate-specific endpoints. codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = [ "derive" ] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-wasm-interface = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } # all optional crates. derive_more = { version = "0.99.2", optional = true } serde = { version = "1.0.102", default-features = false, features = [ "derive" ], optional = true } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-externalities = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", optional = true } parking_lot = { version = "0.10.0", optional = true } log = { version = "0.4.8", optional = true } futures = { version = "0.3.4", optional = true } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index d391c1b2314d..727b5907e35f 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -14,7 +14,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index c0095a1bd4bb..0c1839619ab3 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,12 +9,12 @@ build = "build.rs" [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } tiny-keccak = "1.5.0" dlmalloc = { version = "0.1.3", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -runtime-io = { package = "sp-io", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +runtime-io = { package = "sp-io", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.0.6" } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 1308700e1989..3aa23cdb643e 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,23 +7,23 @@ edition = "2018" [dependencies] serde = { version = "1.0.102", optional = true, features = ["derive"] } parity-scale-codec = { version = "1.3.4", default-features = false, features = ["bit-vec", "derive"] } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +trie = { package = "sp-trie", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index dd2b2526a16d..bd525c0e0ad6 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,21 +7,21 @@ edition = "2018" [dependencies] jsonrpc-core = "15.0.0" polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-consensus-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-rpc = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-consensus-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake"} +sc-consensus-babe-rpc = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake"} +sc-consensus-epochs = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake"} +sc-finality-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-finality-grandpa-rpc = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake"} +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-transaction-payment-rpc = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 213610bd5406..24ca64c4a86d 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,26 +13,26 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.2", default-features = false, optional = true } @@ -40,13 +40,13 @@ runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parac [dev-dependencies] hex-literal = "0.2.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } trie-db = "0.22.0" serde_json = "1.0.41" libsecp256k1 = "0.3.2" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index cbeeb4cc0826..99e82fae995b 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,60 +15,60 @@ serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-finality-tracker = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-recovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-society = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } hex-literal = { version = "0.2.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -78,8 +78,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index a2aef4d65cb1..00109c776ab8 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,25 +12,25 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.2", default-features = false, optional = true } @@ -40,16 +40,16 @@ rand_chacha = { version = "0.2.2", default-features = false } [dev-dependencies] hex-literal = "0.2.1" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } serde_json = "1.0.41" libsecp256k1 = "0.3.2" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index d9ee9d799abf..0a8a73c0f8bf 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,58 +15,58 @@ serde_derive = { version = "1.0.102", optional = true } static_assertions = "1.1.0" smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-finality-tracker = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } hex-literal = { version = "0.2.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -76,8 +76,8 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } trie-db = "0.22.0" serde_json = "1.0.41" diff --git a/runtime/rococo-v1/Cargo.toml b/runtime/rococo-v1/Cargo.toml index 31256c260a16..33aed4e92975 100644 --- a/runtime/rococo-v1/Cargo.toml +++ b/runtime/rococo-v1/Cargo.toml @@ -11,41 +11,41 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 37c5d843d372..c1da500cfe0a 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,43 +14,43 @@ serde = { version = "1.0.102", default-features = false } serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -rstd = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +rstd = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-finality-tracker = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-sudo = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -60,8 +60,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/test-runtime/client/Cargo.toml b/runtime/test-runtime/client/Cargo.toml index ce00e4a51d37..00d17a644067 100644 --- a/runtime/test-runtime/client/Cargo.toml +++ b/runtime/test-runtime/client/Cargo.toml @@ -16,14 +16,14 @@ polkadot-test-runtime = { path = ".." } polkadot-test-service = { path = "../../../node/test-service" } # Substrate dependencies -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-light = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["test-helpers"], default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-light = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", features = ["test-helpers"], default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +substrate-test-client = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 7dfc1b7ee903..01ffc0b04ff1 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,61 +15,61 @@ serde_derive = { version = "1.0.102", optional = true } smallvec = "1.4.1" static_assertions = "1.1.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-finality-tracker = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-finality-tracker = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-recovery = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-society = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-sudo = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false, optional = true } hex-literal = { version = "0.2.1" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -80,8 +80,8 @@ polkadot-parachain = { path = "../../parachain", default-features = false } hex-literal = "0.2.1" libsecp256k1 = "0.3.2" tiny-keccak = "1.5.0" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } serde_json = "1.0.41" [build-dependencies] diff --git a/service/Cargo.toml b/service/Cargo.toml index 3af2e7d2daff..c3185fab6b4b 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -18,48 +18,48 @@ polkadot-runtime = { path = "../runtime/polkadot" } kusama-runtime = { path = "../runtime/kusama" } westend-runtime = { path = "../runtime/westend" } polkadot-rpc = { path = "../rpc" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-db = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +consensus_common = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +service = { package = "sc-service", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +authority-discovery = { package = "sc-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe = { package = "sc-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } codec = { package = "parity-scale-codec", version = "1.3.4" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-storage = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] polkadot-test-runtime-client = { path = "../runtime/test-runtime/client" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } env_logger = "0.7.0" [features] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 24c5b8db84ea..1de83edceb90 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 8199980b0c63..8ef3b6230e5a 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -7,25 +7,25 @@ edition = "2018" [dependencies] polkadot-primitives = { path = "../primitives" } parachain = { package = "polkadot-parachain", path = "../parachain" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-timestamp = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-basic-authorship = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +consensus = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } futures = "0.3.4" log = "0.4.8" derive_more = "0.14.1" codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -block-builder = { package = "sc-block-builder", git = "https://github.com/paritytech/substrate", branch = "master" } -trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +primitives = { package = "sp-core", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +block-builder = { package = "sc-block-builder", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +trie = { package = "sp-trie", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "stop-send-noise-legacy-handhshake" }