From 0785943a1e377454f088814ef20f4432de09da7a Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 16 Nov 2020 18:28:14 +0100 Subject: [PATCH] */Cargo.{lock,toml}: Point to mxinden substrate auth-disc-timing --- Cargo.lock | 340 ++++++++++-------- cli/Cargo.toml | 18 +- core-primitives/Cargo.toml | 6 +- erasure-coding/Cargo.toml | 4 +- node/collation-generation/Cargo.toml | 2 +- node/core/av-store/Cargo.toml | 4 +- node/core/backing/Cargo.toml | 10 +- node/core/bitfield-signing/Cargo.toml | 2 +- node/core/candidate-selection/Cargo.toml | 2 +- node/core/candidate-validation/Cargo.toml | 4 +- node/core/chain-api/Cargo.toml | 4 +- node/core/proposer/Cargo.toml | 22 +- node/core/provisioner/Cargo.toml | 4 +- node/core/runtime-api/Cargo.toml | 4 +- .../availability-distribution/Cargo.toml | 12 +- node/network/bitfield-distribution/Cargo.toml | 8 +- node/network/bridge/Cargo.toml | 10 +- node/network/collator-protocol/Cargo.toml | 4 +- node/network/pov-distribution/Cargo.toml | 2 +- node/network/protocol/Cargo.toml | 2 +- .../network/statement-distribution/Cargo.toml | 12 +- 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 | 10 +- node/subsystem/Cargo.toml | 6 +- node/test/client/Cargo.toml | 26 +- node/test/service/Cargo.toml | 60 ++-- parachain/Cargo.toml | 14 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 4 +- .../test-parachains/adder/collator/Cargo.toml | 12 +- primitives/Cargo.toml | 28 +- rpc/Cargo.toml | 40 +-- runtime/common/Cargo.toml | 54 +-- runtime/kusama/Cargo.toml | 106 +++--- runtime/parachains/Cargo.toml | 58 +-- runtime/polkadot/Cargo.toml | 102 +++--- runtime/rococo/Cargo.toml | 66 ++-- runtime/test-runtime/Cargo.toml | 74 ++-- runtime/westend/Cargo.toml | 108 +++--- statement-table/Cargo.toml | 2 +- validation/Cargo.toml | 32 +- xcm/xcm-builder/Cargo.toml | 10 +- xcm/xcm-executor/Cargo.toml | 12 +- 46 files changed, 706 insertions(+), 684 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b7a68ebfa08..42cb68fde2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.31" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f" +checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7" [[package]] name = "approx" @@ -457,9 +457,9 @@ checksum = "7059804e226b3ac116519a252d7f5fb985a5ccc0e93255e036a5f7e7283323f4" dependencies = [ "failure", "hashbrown 0.1.8", - "hmac", + "hmac 0.7.1", "once_cell 0.1.8", - "pbkdf2", + "pbkdf2 0.3.0", "rand 0.6.5", "sha2 0.8.2", ] @@ -1494,7 +1494,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", ] @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "chrono", "frame-benchmarking", @@ -1542,7 +1542,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "serde", @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "bitflags", "frame-metadata", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.24", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1643,7 +1643,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -1657,7 +1657,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-api", @@ -2158,6 +2158,16 @@ dependencies = [ "digest 0.8.1", ] +[[package]] +name = "hmac" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" +dependencies = [ + "crypto-mac 0.8.0", + "digest 0.9.0", +] + [[package]] name = "hmac-drbg" version = "0.2.0" @@ -2166,7 +2176,7 @@ checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" dependencies = [ "digest 0.8.1", "generic-array 0.12.3", - "hmac", + "hmac 0.7.1", ] [[package]] @@ -3847,7 +3857,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3" [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -3863,7 +3873,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -3878,7 +3888,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3903,7 +3913,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3917,7 +3927,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3933,7 +3943,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3948,7 +3958,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3963,7 +3973,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3984,7 +3994,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4000,7 +4010,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4020,7 +4030,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4037,7 +4047,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4051,7 +4061,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4067,7 +4077,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4081,7 +4091,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4096,7 +4106,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4117,7 +4127,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4133,7 +4143,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4146,7 +4156,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "enumflags2", "frame-support", @@ -4161,7 +4171,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4176,7 +4186,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4206,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4212,7 +4222,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4226,7 +4236,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4248,7 +4258,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4259,7 +4269,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4273,7 +4283,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4291,7 +4301,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "frame-system", @@ -4308,7 +4318,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4326,7 +4336,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-support", "parity-scale-codec", @@ -4339,7 +4349,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4354,7 +4364,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4370,7 +4380,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4651,6 +4661,15 @@ dependencies = [ "rayon", ] +[[package]] +name = "pbkdf2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" +dependencies = [ + "crypto-mac 0.8.0", +] + [[package]] name = "pdqselect" version = "0.1.0" @@ -6344,9 +6363,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.3.9" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" +checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" dependencies = [ "aho-corasick", "memchr", @@ -6366,9 +6385,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.18" +version = "0.6.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" +checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" [[package]] name = "region" @@ -6588,7 +6607,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "async-trait", "bytes 0.5.6", @@ -6618,7 +6637,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6642,7 +6661,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6659,7 +6678,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6680,7 +6699,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6691,7 +6710,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6700,6 +6719,7 @@ dependencies = [ "fdlimit", "futures 0.3.5", "hex", + "lazy_static", "libp2p", "log 0.4.11", "names", @@ -6735,7 +6755,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6746,7 +6766,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "fnv", @@ -6783,7 +6803,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "blake2-rfc", "hash-db", @@ -6813,7 +6833,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6824,7 +6844,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "fork-tree", @@ -6869,7 +6889,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "futures 0.3.5", @@ -6893,7 +6913,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6906,7 +6926,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6931,7 +6951,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6945,7 +6965,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "lazy_static", @@ -6974,7 +6994,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "log 0.4.11", @@ -6991,7 +7011,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7006,7 +7026,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7024,7 +7044,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "finality-grandpa", @@ -7061,7 +7081,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "finality-grandpa", @@ -7085,7 +7105,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -7103,7 +7123,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "async-trait", "derive_more", @@ -7123,7 +7143,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "hash-db", "lazy_static", @@ -7142,7 +7162,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "async-std", "async-trait", @@ -7196,7 +7216,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7211,7 +7231,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "bytes 0.5.6", "fnv", @@ -7238,7 +7258,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "libp2p", @@ -7251,7 +7271,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7260,7 +7280,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "hash-db", @@ -7293,7 +7313,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "futures 0.3.5", @@ -7317,7 +7337,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7335,7 +7355,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "directories", @@ -7399,7 +7419,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7413,7 +7433,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7432,7 +7452,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7453,7 +7473,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "erased-serde", "log 0.4.11", @@ -7472,7 +7492,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "futures 0.3.5", @@ -7493,7 +7513,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "futures 0.3.5", @@ -7931,7 +7951,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "log 0.4.11", @@ -7943,7 +7963,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "hash-db", "parity-scale-codec", @@ -7958,7 +7978,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7970,7 +7990,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "serde", @@ -7982,7 +8002,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7995,7 +8015,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8007,7 +8027,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8018,7 +8038,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8030,7 +8050,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "lru 0.4.3", @@ -8047,7 +8067,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "serde", "serde_json", @@ -8056,7 +8076,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -8082,7 +8102,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "merlin", "parity-scale-codec", @@ -8102,7 +8122,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8111,7 +8131,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8123,7 +8143,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "base58", "blake2-rfc", @@ -8167,7 +8187,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8176,7 +8196,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8186,7 +8206,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "environmental", "parity-scale-codec", @@ -8197,7 +8217,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8214,7 +8234,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8226,7 +8246,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "hash-db", @@ -8250,7 +8270,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "lazy_static", "sp-core", @@ -8261,7 +8281,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "async-trait", "derive_more", @@ -8277,7 +8297,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "serde", @@ -8289,7 +8309,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8300,7 +8320,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "sp-api", "sp-core", @@ -8310,7 +8330,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "backtrace", "log 0.4.11", @@ -8319,7 +8339,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "serde", "sp-core", @@ -8328,7 +8348,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "either", "hash256-std-hasher", @@ -8350,7 +8370,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8366,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "Inflector", "proc-macro-crate", @@ -8378,7 +8398,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "serde", "serde_json", @@ -8387,7 +8407,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8400,7 +8420,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8410,7 +8430,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "hash-db", "log 0.4.11", @@ -8432,12 +8452,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8450,7 +8470,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "sp-core", @@ -8463,7 +8483,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8477,7 +8497,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8490,7 +8510,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "derive_more", "futures 0.3.5", @@ -8505,7 +8525,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "hash-db", "memory-db", @@ -8519,7 +8539,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "futures-core", @@ -8531,7 +8551,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8543,7 +8563,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8675,8 +8695,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236" dependencies = [ - "hmac", - "pbkdf2", + "hmac 0.7.1", + "pbkdf2 0.3.0", "schnorrkel", "sha2 0.8.2", "zeroize", @@ -8685,7 +8705,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "chrono", "console_error_panic_hook", @@ -8711,7 +8731,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "platforms", ] @@ -8719,7 +8739,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8742,7 +8762,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "async-std", "derive_more", @@ -8756,7 +8776,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8783,7 +8803,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8793,7 +8813,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#095d0f06a42b66a92f28d097499a69e3f170d59d" +source = "git+https://github.com/mxinden/substrate?branch=auth-disc-timing#d4e3f9fa99a9d7b56f269dec80f067d67da459c8" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -8978,18 +8998,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42" +checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab" +checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -9026,18 +9046,20 @@ dependencies = [ [[package]] name = "tiny-bip39" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2" +checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8" dependencies = [ - "failure", - "hmac", + "anyhow", + "hmac 0.8.1", "once_cell 1.4.1", - "pbkdf2", + "pbkdf2 0.4.0", "rand 0.7.3", "rustc-hash", - "sha2 0.8.2", + "sha2 0.9.1", + "thiserror", "unicode-normalization", + "zeroize", ] [[package]] @@ -10266,9 +10288,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8" +checksum = "05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a" dependencies = [ "zeroize_derive", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index df5375af3328..32a43aae6a79 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,19 +23,19 @@ wasm-bindgen-futures = { version = "0.4.7", optional = true } service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true } polkadot-parachain = { path = "../parachain", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -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 } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-tracing = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-benchmarking-cli = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } +sc-cli = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", 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 = "auth-disc-timing" } [features] default = [ "wasmtime", "db", "cli", "full-node", "trie-memory-tracker", "polkadot-parachain" ] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index cd4dac0f187d..0809d3e62e04 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 = "auth-disc-timing", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 0983db3c1d48..452e165ba62e 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 = "auth-disc-timing" } +trie = { package = "sp-trie", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } thiserror = "1.0.21" diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 0e302ae6884f..468ef3db4cf3 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,7 +12,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 = "auth-disc-timing" } thiserror = "1.0.21" [dev-dependencies] diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 8c22eab5a75b..d01cddb69048 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } [dev-dependencies] env_logger = "0.7.1" @@ -27,6 +27,6 @@ assert_matches = "1.3.0" smallvec = "1.4.2" kvdb-memorydb = "0.7.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 8892e201503c..47c87e654b75 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } @@ -18,10 +18,10 @@ log = "0.4.11" thiserror = "1.0.21" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 ef778186a473..4f9ca173d52d 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.11" polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } wasm-timer = "0.2.4" thiserror = "1.0.21" derive_more = "0.99.11" diff --git a/node/core/candidate-selection/Cargo.toml b/node/core/candidate-selection/Cargo.toml index 5a15550ddb4b..c4e3895a2e4b 100644 --- a/node/core/candidate-selection/Cargo.toml +++ b/node/core/candidate-selection/Cargo.toml @@ -13,4 +13,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 = "auth-disc-timing" } diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 87cb639a3601..487490e8d4ba 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" futures = "0.3.5" log = "0.4.11" -sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { package = "sp-core", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } parity-scale-codec = { version = "1.3.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -18,7 +18,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 23f6ed4dede4..fed1dafdbeda 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 = "auth-disc-timing" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -15,4 +15,4 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } 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 = "auth-disc-timing" } diff --git a/node/core/proposer/Cargo.toml b/node/core/proposer/Cargo.toml index 6028d931c12f..039a2b336cb7 100644 --- a/node/core/proposer/Cargo.toml +++ b/node/core/proposer/Cargo.toml @@ -11,14 +11,14 @@ log = "0.4.8" 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" } -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" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-basic-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-inherents = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 0260b0c4386e..9ab1bebd516c 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -14,6 +14,6 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } futures-timer = "3.0.2" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 81cf95410976..e6441606c8ca 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] futures = "0.3.5" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } polkadot-primitives = { path = "../../../primitives" } polkadot-subsystem = { package = "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 = "auth-disc-timing" } 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 1f032b7f054b..4e3e34592884 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -13,16 +13,16 @@ polkadot-erasure-coding = { path = "../../../erasure-coding" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", features = ["std"] } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } thiserror = "1.0.21" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", features = ["std"] } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } futures-timer = "3.0.2" env_logger = "0.7.1" assert_matches = "1.3.0" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 41e34cb2f7cf..b4f436d5b986 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -16,10 +16,10 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [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-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } maplit = "1.0.2" env_logger = "0.7.1" assert_matches = "1.3.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 32b41133574c..b204dfd5d522 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -10,9 +10,9 @@ futures = "0.3.5" log = "0.4.11" polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = "1.3.4" -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 = "auth-disc-timing" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 3b10015e1545..90854f0d217d 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -21,7 +21,7 @@ assert_matches = "1.3.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 = "auth-disc-timing", features = ["std"] } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 2449a63016f7..987ae56ecff3 100644 --- a/node/network/pov-distribution/Cargo.toml +++ b/node/network/pov-distribution/Cargo.toml @@ -14,5 +14,5 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] assert_matches = "1.3.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 11e1cc4180e3..5b3ccbcee471 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -9,4 +9,4 @@ 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"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index fa0b3786d014..2908e4bcfae2 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.5" log = "0.4.11" polkadot-primitives = { path = "../../../primitives" } node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -20,8 +20,8 @@ indexmap = "1.4.0" [dev-dependencies] 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-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 5341cb42e014..1924812b00bd 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -10,14 +10,14 @@ log = "0.4.11" 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 = "auth-disc-timing" } polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } 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 = "auth-disc-timing" } 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..624346816b25 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 = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 5ea9e38bb7a2..e55b57b69136 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -6,50 +6,50 @@ edition = "2018" [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-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 } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +babe = { package = "sc-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-client-db = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-consensus-slots = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +service = { package = "sc-service", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } # Substrate Primitives -sp-authority-discovery = { 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" } -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" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +consensus_common = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-block-builder = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-storage = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } # Substrate Pallets -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } # Substrate Other -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } # External Crates codec = { package = "parity-scale-codec", version = "1.3.4" } diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 24f49ec3a1c7..a4bd04ba2fff 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -18,9 +18,9 @@ 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 = "auth-disc-timing" } smallvec = "1.4.1" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index f03cea134827..bc8c7cb90daa 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -20,11 +20,11 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +substrate-prometheus-endpoint = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } [dev-dependencies] assert_matches = "1.3.0" diff --git a/node/subsystem/Cargo.toml b/node/subsystem/Cargo.toml index f578d98633b6..53f2ab946e4f 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 = "auth-disc-timing" } 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 = "auth-disc-timing" } +substrate-prometheus-endpoint = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } thiserror = "1.0.21" [dev-dependencies] diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 2b0d6dd91fec..7cd1f6f250fa 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,18 +14,18 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-block-builder = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-inherents = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-state-machine = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 0dbffe78e166..ba191bbf0604 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -25,37 +25,37 @@ polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-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-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-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" } +sp-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +babe = { package = "sc-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +consensus_common = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-system = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +grandpa_primitives = { package = "sp-finality-grandpa", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-cli = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-network = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-transaction-pool = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +service = { package = "sc-service", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-state-machine = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +substrate-test-client = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing" } tokio = { version = "0.2", features = ["macros"] } diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index e3a01c31cd81..28bff536da7b 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -10,19 +10,19 @@ 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 = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-wasm-interface = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = { version = "0.99.11" } # all optional crates. thiserror = { version = "1.0.21", 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 = "auth-disc-timing", optional = true } +sc-executor = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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..1258f0c683a8 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 = "auth-disc-timing" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 1364ef6b2b17..2b32d68c61d2 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 = "auth-disc-timing", 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 -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "2.0.0" } diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 9a066279e8f1..92ec5cb07e85 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -23,17 +23,17 @@ polkadot-service = { path = "../../../../node/service" } polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } [dev-dependencies] polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-service = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } tokio = { version = "0.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index ca0f630216c8..7288dd79c311 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -7,25 +7,25 @@ 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-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -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 } -sp-authority-discovery = { 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 = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-serializer = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } pretty_assertions = "0.5.1" [features] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 0c50b52fce70..3fea16bee3e6 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,24 +7,24 @@ edition = "2018" [dependencies] jsonrpc-core = "15.1.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-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-consensus-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"} -sc-sync-state-rpc = { 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 = "auth-disc-timing" } +sp-blockchain = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-consensus = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-consensus-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-chain-spec = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-rpc = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-consensus-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} +sc-consensus-babe-rpc = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} +sc-consensus-epochs = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} +sc-finality-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-finality-grandpa-rpc = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} +sc-sync-state-rpc = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-transaction-payment-rpc = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 = "auth-disc-timing" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index b3ac78e90400..c75d0203c6b8 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -13,27 +13,27 @@ 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 = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 } -pallet-treasury = { 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 = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.2", default-features = false, optional = true } @@ -41,13 +41,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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } 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 ccc77ca92536..16e09fa12d53 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -15,59 +15,59 @@ 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 = "auth-disc-timing", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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-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 = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-recovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-society = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } hex-literal = { version = "0.2.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -77,8 +77,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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } separator = "0.4.1" serde_json = "1.0.41" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 98c047d1e989..2a78f6432e15 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -12,27 +12,27 @@ rustc-hex = { version = "2.0.1", default-features = false } serde = { version = "1.0.102", features = [ "derive" ], optional = true } derive_more = { version = "0.99.11" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-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-authority-discovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } xcm = { package = "xcm", path = "../../xcm", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -44,17 +44,17 @@ rand_chacha = { version = "0.2.2", default-features = false } [dev-dependencies] futures = "0.3.4" 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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-application-crypto = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } serde_json = "1.0.41" libsecp256k1 = "0.3.2" -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"} +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sc-keystore = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing"} [features] diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index f99ddca6f0e1..cd2857a421f9 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -15,57 +15,57 @@ 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 = "auth-disc-timing", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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-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 = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } hex-literal = { version = "0.2.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -75,8 +75,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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } trie-db = "0.22.0" serde_json = "1.0.41" diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 6877a3c12b52..7046d95a20ec 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -11,42 +11,42 @@ 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 = "auth-disc-timing", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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-sudo = { 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 = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-sudo = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 be646dd63de6..c707f423280e 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -14,42 +14,42 @@ 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 } -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 = "auth-disc-timing", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-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 = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-sudo = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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-runtime-parachains = { path = "../parachains", 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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } serde_json = "1.0.41" [build-dependencies] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index d9408830fc21..670d9481ad38 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,60 +15,60 @@ 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 = "auth-disc-timing", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-version = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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-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 = "auth-disc-timing", default-features = false } +pallet-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-babe = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-balances = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-collective = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-democracy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-executive = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-grandpa = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-identity = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-im-online = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-indices = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-membership = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-multisig = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-nicks = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-offences = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-proxy = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-recovery = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-scheduler = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-session = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-society = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +pallet-sudo = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system = {git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-treasury = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-utility = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +pallet-vesting = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", 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 = "auth-disc-timing", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false, optional = true } hex-literal = { version = "0.2.1", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -79,8 +79,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 = "auth-disc-timing" } +sp-trie = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } serde_json = "1.0.41" [build-dependencies] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 3b3e8bd84197..d3f76f8281bc 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 = "auth-disc-timing" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 1519227b7767..3fcf890cac56 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 = "auth-disc-timing" } +sp-timestamp = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-basic-authorship = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sp-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +consensus = { package = "sp-consensus", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } futures = "0.3.4" log = "0.4.8" 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 = "auth-disc-timing" } +inherents = { package = "sp-inherents", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +primitives = { package = "sp-core", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +txpool-api = { package = "sp-transaction-pool", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +sc-client-api = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +block-builder = { package = "sc-block-builder", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +trie = { package = "sp-trie", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } thiserror = "1.0.21" [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 512cb5e41107..ab412c7b062b 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -9,11 +9,11 @@ version = "0.8.22" codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } # Polkadot dependencies polkadot-parachain = { path = "../../parachain", default-features = false } diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index 4eaa4833b2c2..2ee63849a1e3 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -9,12 +9,12 @@ version = "0.8.22" impl-trait-for-tuples = "0.1.3" codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } xcm = { path = "..", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-io = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-arithmetic = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-core = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +sp-runtime = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } +frame-support = { git = "https://github.com/mxinden/substrate", branch = "auth-disc-timing", default-features = false } [features] default = ["std"]