diff --git a/Cargo.lock b/Cargo.lock index b8df8a174f9c..1b49faf6b123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,63 +452,10 @@ dependencies = [ "serde", ] -[[package]] -name = "beefy-gadget" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" -dependencies = [ - "array-bytes", - "async-trait", - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-beefy", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "beefy-gadget-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" -dependencies = [ - "beefy-gadget", - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-rpc", - "serde", - "sp-beefy", - "sp-core", - "sp-runtime", - "thiserror", -] - [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "hash-db", "log", @@ -2310,7 +2257,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", ] @@ -2333,7 +2280,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-support-procedural", @@ -2358,7 +2305,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "Inflector", "array-bytes", @@ -2405,7 +2352,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2416,7 +2363,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2433,7 +2380,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -2462,7 +2409,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "log", @@ -2478,7 +2425,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "bitflags", "frame-metadata", @@ -2510,7 +2457,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "Inflector", "cfg-expr", @@ -2525,7 +2472,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2537,7 +2484,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro2", "quote", @@ -2547,7 +2494,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2571,7 +2518,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -2582,7 +2529,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "log", @@ -2600,7 +2547,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2615,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2624,7 +2571,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "parity-scale-codec", @@ -2795,7 +2742,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "chrono", "frame-election-provider-support", @@ -3657,9 +3604,9 @@ dependencies = [ "sp-api", "sp-arithmetic", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -4562,7 +4509,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "log", @@ -4570,9 +4517,9 @@ dependencies = [ "sc-client-api", "sc-offchain", "sp-api", - "sp-beefy", "sp-blockchain", "sp-consensus", + "sp-consensus-beefy", "sp-core", "sp-mmr-primitives", "sp-runtime", @@ -4581,7 +4528,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "anyhow", "jsonrpsee", @@ -5143,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5158,7 +5105,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5174,7 +5121,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5188,7 +5135,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5212,7 +5159,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5232,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5251,7 +5198,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5266,7 +5213,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5222,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-beefy", + "sp-consensus-beefy", "sp-runtime", "sp-session", "sp-staking", @@ -5285,7 +5232,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5246,7 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-beefy", + "sp-consensus-beefy", "sp-core", "sp-io", "sp-runtime", @@ -5309,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5327,7 +5274,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5346,7 +5293,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5363,7 +5310,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5380,7 +5327,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5398,7 +5345,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5421,7 +5368,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5434,7 +5381,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5452,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5470,7 +5417,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5493,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5509,7 +5456,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5529,7 +5476,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5546,7 +5493,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5563,7 +5510,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5580,7 +5527,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5596,7 +5543,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5612,7 +5559,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5629,7 +5576,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5649,7 +5596,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5660,7 +5607,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5677,7 +5624,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5701,7 +5648,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5718,7 +5665,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5733,7 +5680,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5751,7 +5698,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5766,7 +5713,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5785,7 +5732,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5802,7 +5749,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5823,7 +5770,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5839,7 +5786,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5853,7 +5800,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5876,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5887,7 +5834,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "log", "sp-arithmetic", @@ -5896,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "sp-api", @@ -5905,7 +5852,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5922,7 +5869,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5936,7 +5883,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5954,7 +5901,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5973,7 +5920,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-support", "frame-system", @@ -5989,7 +5936,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6005,7 +5952,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6017,7 +5964,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6034,7 +5981,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6049,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6065,7 +6012,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6080,7 +6027,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6598,11 +6545,11 @@ dependencies = [ "sc-service", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-beefy", "sp-consensus-grandpa", "sp-core", "sp-inherents", @@ -7378,8 +7325,6 @@ dependencies = [ name = "polkadot-rpc" version = "0.9.37" dependencies = [ - "beefy-gadget", - "beefy-gadget-rpc", "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", @@ -7388,6 +7333,8 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", + "sc-consensus-beefy", + "sc-consensus-beefy-rpc", "sc-consensus-epochs", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", @@ -7475,9 +7422,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -7540,7 +7487,7 @@ dependencies = [ "serde_json", "slot-range-helper", "sp-api", - "sp-beefy", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -7637,7 +7584,6 @@ version = "0.9.37" dependencies = [ "assert_matches", "async-trait", - "beefy-gadget", "env_logger 0.9.0", "frame-benchmarking-cli", "frame-support", @@ -7703,6 +7649,7 @@ dependencies = [ "sc-client-db", "sc-consensus", "sc-consensus-babe", + "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", "sc-executor", @@ -7719,11 +7666,11 @@ dependencies = [ "serde_json", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-beefy", "sp-consensus-grandpa", "sp-core", "sp-inherents", @@ -7881,9 +7828,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -8767,9 +8714,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", @@ -8996,7 +8943,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "log", "sp-core", @@ -9007,7 +8954,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -9034,7 +8981,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "futures-timer", @@ -9057,7 +9004,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9073,7 +9020,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9088,7 +9035,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9099,7 +9046,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "chrono", @@ -9139,7 +9086,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "fnv", "futures", @@ -9165,7 +9112,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "hash-db", "kvdb", @@ -9191,7 +9138,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -9216,7 +9163,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "fork-tree", @@ -9255,7 +9202,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "jsonrpsee", @@ -9274,10 +9221,63 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-consensus-beefy" +version = "4.0.0-dev" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" +dependencies = [ + "array-bytes", + "async-trait", + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "wasm-timer", +] + +[[package]] +name = "sc-consensus-beefy-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-consensus-beefy", + "sc-rpc", + "serde", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "thiserror", +] + [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9290,7 +9290,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9330,7 +9330,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "finality-grandpa", "futures", @@ -9350,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -9373,7 +9373,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9397,7 +9397,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9410,7 +9410,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "log", "sc-allocator", @@ -9423,7 +9423,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "anyhow", "cfg-if", @@ -9441,7 +9441,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ansi_term", "futures", @@ -9456,7 +9456,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "async-trait", @@ -9471,7 +9471,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "async-trait", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "cid", "futures", @@ -9533,7 +9533,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "bitflags", @@ -9559,7 +9559,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ahash 0.8.2", "futures", @@ -9577,7 +9577,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "futures", @@ -9598,7 +9598,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "async-trait", @@ -9630,7 +9630,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "futures", @@ -9649,7 +9649,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "bytes", @@ -9679,7 +9679,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "libp2p", @@ -9692,7 +9692,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9701,7 +9701,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "jsonrpsee", @@ -9731,7 +9731,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9750,7 +9750,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "http", "jsonrpsee", @@ -9765,7 +9765,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "futures", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "directories", @@ -9857,7 +9857,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "log", "parity-scale-codec", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "clap 4.0.15", "futures", @@ -9884,7 +9884,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9903,7 +9903,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "libc", @@ -9922,7 +9922,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "chrono", "futures", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ansi_term", "atty", @@ -9972,7 +9972,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -10010,7 +10010,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -10024,7 +10024,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "backtrace", "futures", @@ -10532,7 +10532,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "hash-db", "log", @@ -10550,7 +10550,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "blake2", "proc-macro-crate", @@ -10562,7 +10562,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10575,7 +10575,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "integer-sqrt", "num-traits", @@ -10589,7 +10589,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10599,29 +10599,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", - "sp-std", - "strum", -] - [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "sp-api", @@ -10633,7 +10614,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "log", @@ -10651,7 +10632,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -10669,7 +10650,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "parity-scale-codec", @@ -10687,7 +10668,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "merlin", @@ -10707,10 +10688,29 @@ dependencies = [ "sp-timestamp", ] +[[package]] +name = "sp-consensus-beefy" +version = "4.0.0-dev" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", + "sp-std", + "strum", +] + [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "finality-grandpa", "log", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10740,7 +10740,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10753,7 +10753,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "base58", @@ -10796,7 +10796,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "blake2", "byteorder", @@ -10810,7 +10810,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro2", "quote", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10830,7 +10830,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro2", "quote", @@ -10840,7 +10840,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "environmental", "parity-scale-codec", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10866,7 +10866,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "bytes", "ed25519", @@ -10891,7 +10891,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "lazy_static", "sp-core", @@ -10902,7 +10902,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures", @@ -10919,7 +10919,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "thiserror", "zstd", @@ -10928,7 +10928,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10946,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10960,7 +10960,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "sp-api", "sp-core", @@ -10970,7 +10970,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "backtrace", "lazy_static", @@ -10980,7 +10980,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "rustc-hash", "serde", @@ -10990,7 +10990,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "either", "hash256-std-hasher", @@ -11012,7 +11012,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11030,7 +11030,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "Inflector", "proc-macro-crate", @@ -11042,7 +11042,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11056,7 +11056,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11068,7 +11068,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "hash-db", "log", @@ -11088,12 +11088,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11106,7 +11106,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "futures-timer", @@ -11121,7 +11121,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "sp-std", @@ -11133,7 +11133,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "sp-api", "sp-runtime", @@ -11142,7 +11142,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "log", @@ -11158,7 +11158,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11181,7 +11181,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11198,7 +11198,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11209,7 +11209,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11223,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "parity-scale-codec", "scale-info", @@ -11443,7 +11443,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "platforms", ] @@ -11451,7 +11451,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11470,7 +11470,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "hyper", "log", @@ -11482,7 +11482,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "jsonrpsee", @@ -11495,7 +11495,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "jsonrpsee", "log", @@ -11514,7 +11514,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "array-bytes", "async-trait", @@ -11540,7 +11540,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11550,7 +11550,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11561,7 +11561,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "ansi_term", "build-helper", @@ -12362,7 +12362,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#7c8b89b3a6b603902709fc33fdb10a864b8b4204" +source = "git+https://github.com/davxy/substrate?branch=move-beefy-to-consensus#10dffc0aba17b8037b6ca7ec49ca876037a1179d" dependencies = [ "async-trait", "clap 4.0.15", @@ -13373,9 +13373,9 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", - "sp-beefy", "sp-block-builder", "sp-consensus-babe", + "sp-consensus-beefy", "sp-core", "sp-inherents", "sp-io", diff --git a/Cargo.toml b/Cargo.toml index db341c55315e..e8fba22c6872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ assert_cmd = "2.0.4" nix = { version = "0.26.1", features = ["signal"] } tempfile = "3.2.0" tokio = "1.24.2" -substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-rpc-client = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-core-primitives = { path = "core-primitives" } [workspace] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 01247bbc996f..27717a0d756e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,21 +25,21 @@ polkadot-client = { path = "../node/client", optional = true } polkadot-node-core-pvf = { path = "../node/core/pvf", optional = true } polkadot-performance-test = { path = "../node/test/performance-test", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-benchmarking-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +try-runtime-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +sc-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } polkadot-node-metrics = { path = "../node/metrics" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-storage-monitor = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +sc-sysinfo = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-storage-monitor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["db", "cli", "full-node", "polkadot-native"] diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index a03c71847c6b..3906aa1a60dd 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] } diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index b38bc13d8028..38296cf2ca1f 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -9,8 +9,8 @@ polkadot-primitives = { path = "../primitives" } polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["std", "derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" [dev-dependencies] diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 7bd69a337179..18c1dec26a45 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -7,37 +7,37 @@ edition.workspace = true [dependencies] async-trait = "0.1.57" futures = "0.3.21" -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-benchmarking-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-storage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-inherents = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-transaction-pool = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-block-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-beefy" } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "sp-consensus-beefy" } # Polkadot Runtimes polkadot-runtime = { path = "../../runtime/polkadot", optional = true } diff --git a/node/collation-generation/Cargo.toml b/node/collation-generation/Cargo.toml index 5ec843b224ec..f569f94303f5 100644 --- a/node/collation-generation/Cargo.toml +++ b/node/collation-generation/Cargo.toml @@ -12,8 +12,8 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-maybe-compressed-blob = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] } diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index 5264c9f335cb..cb943b9749e9 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -24,20 +24,20 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-consensus-slots = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [dev-dependencies] async-trait = "0.1.57" parking_lot = "0.12.0" rand_core = "0.5.1" # should match schnorrkel -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 2f1637cd6ec3..61276443dd6a 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [dev-dependencies] log = "0.4.17" @@ -27,9 +27,9 @@ env_logger = "0.9.0" assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } parking_lot = "0.12.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 7428372eec62..0b1517c40f1d 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [dependencies] futures = "0.3.21" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -19,11 +19,11 @@ thiserror = "1.0.31" fatality = "0.0.6" [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/core/bitfield-signing/Cargo.toml b/node/core/bitfield-signing/Cargo.toml index b94cc6708c74..1885466a5c44 100644 --- a/node/core/bitfield-signing/Cargo.toml +++ b/node/core/bitfield-signing/Cargo.toml @@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } wasm-timer = "0.2.5" thiserror = "1.0.31" diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index e46d44033bad..8d7126e7001a 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.21" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/paritytech/substrate", branch = "master" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["bit-vec", "derive"] } polkadot-primitives = { path = "../../../primitives" } @@ -24,9 +24,9 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-core-pvf = { path = "../pvf" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = { version = "0.3.21", features = ["thread-pool"] } assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/chain-api/Cargo.toml b/node/core/chain-api/Cargo.toml index f8f378f87f22..dd4f876e52f2 100644 --- a/node/core/chain-api/Cargo.toml +++ b/node/core/chain-api/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } polkadot-node-subsystem = {path = "../../subsystem" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] futures = { version = "0.3.21", features = ["thread-pool"] } @@ -20,4 +20,4 @@ maplit = "1.0.2" parity-scale-codec = "3.3.0" polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } diff --git a/node/core/chain-selection/Cargo.toml b/node/core/chain-selection/Cargo.toml index 3a5e360f8990..f8c5e0bce58d 100644 --- a/node/core/chain-selection/Cargo.toml +++ b/node/core/chain-selection/Cargo.toml @@ -19,7 +19,7 @@ parity-scale-codec = "3.3.0" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } parking_lot = "0.12.0" assert_matches = "1" kvdb-memorydb = "0.13.0" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 128c59a02230..1d58c4a7969a 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -18,20 +18,20 @@ polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] kvdb-memorydb = "0.13.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } assert_matches = "1.4.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } futures-timer = "3.0.2" -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] # If not enabled, the dispute coordinator will do nothing. diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index d4301cb22270..fa65bced0bd0 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -13,5 +13,5 @@ async-trait = "0.1.57" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-inherents = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index c6d78582cfc9..aa630b44f000 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -18,7 +18,7 @@ futures-timer = "3.0.2" fatality = "0.0.6" [dev-dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } diff --git a/node/core/pvf-checker/Cargo.toml b/node/core/pvf-checker/Cargo.toml index d41955d9bac5..1dc83def90b1 100644 --- a/node/core/pvf-checker/Cargo.toml +++ b/node/core/pvf-checker/Cargo.toml @@ -15,14 +15,14 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-overseer = { path = "../../overseer" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures-timer = "3.0.2" diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index a810c3887c96..a7d5043b2285 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -31,15 +31,15 @@ polkadot-node-metrics = { path = "../../metrics" } polkadot-node-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../../primitives" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-wasmtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-wasm-interface = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-executor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor-wasmtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor-common = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-wasm-interface = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-maybe-compressed-blob = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2.139" diff --git a/node/core/runtime-api/Cargo.toml b/node/core/runtime-api/Cargo.toml index 31c1386cbd7f..9ddda26702c0 100644 --- a/node/core/runtime-api/Cargo.toml +++ b/node/core/runtime-api/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } lru = "0.9" -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-metrics = { path = "../../metrics" } @@ -17,10 +17,10 @@ polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-types = { path = "../../subsystem-types" } [dev-dependencies] -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = { version = "0.3.21", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/jaeger/Cargo.toml b/node/jaeger/Cargo.toml index 8d851977a910..26eadd5ab4d0 100644 --- a/node/jaeger/Cargo.toml +++ b/node/jaeger/Cargo.toml @@ -11,8 +11,8 @@ lazy_static = "1.4" parking_lot = "0.12.0" polkadot-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" tokio = "1.24.2" log = "0.4.17" diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index c783693ca527..813eba822d0e 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -26,8 +26,8 @@ polkadot-node-core-pvf = { path = "../core/pvf" } color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.57" -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } clap = { version = "4.0.9", features = ["derive"] } futures = "0.3.21" futures-timer = "3.0.2" @@ -40,5 +40,5 @@ default = [] [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 8a6938190887..c546b85e129f 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -13,11 +13,11 @@ gum = { package = "tracing-gum", path = "../gum" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } # Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } codec = { package = "parity-scale-codec", version = "3.3.0" } primitives = { package = "polkadot-primitives", path = "../../primitives/" } bs58 = { version = "0.4.0", features = ["alloc"] } @@ -29,10 +29,10 @@ tempfile = "3.2.0" hyper = { version = "0.14.20", default-features = false, features = ["http1", "tcp"] } tokio = "1.24.2" polkadot-test-service = { path = "../test/service", features=["runtime-metrics"]} -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } prometheus-parse = {version = "0.2.2"} [features] diff --git a/node/network/approval-distribution/Cargo.toml b/node/network/approval-distribution/Cargo.toml index 6df854072aa6..a93de3a721f4 100644 --- a/node/network/approval-distribution/Cargo.toml +++ b/node/network/approval-distribution/Cargo.toml @@ -16,8 +16,8 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", features = ["std"] } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index a2ffd82bb005..ed76db80b555 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -14,8 +14,8 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", features = ["std"] } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" rand = "0.8.5" derive_more = "0.99.17" @@ -24,10 +24,10 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", features = ["std"] } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures-timer = "3.0.2" assert_matches = "1.4.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index f43205bfe1b2..d4f9942e1134 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] assert_matches = "1.4.0" @@ -27,10 +27,10 @@ env_logger = "0.9.0" futures-timer = "3.0.2" log = "0.4.17" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 8ac7c2ac6bfb..b6459db555cd 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -16,11 +16,11 @@ rand = "0.8" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } maplit = "1.0.2" log = "0.4.17" env_logger = "0.9.0" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index a10983d4b1b1..15c2cb7f2c0a 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -11,9 +11,9 @@ futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network-common = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-metrics = { path = "../../metrics"} polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = {path = "../../subsystem" } @@ -27,7 +27,7 @@ thiserror = "1" assert_matches = "1.4.0" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-util = { path = "../../subsystem-util"} -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures-timer = "3" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/network/collator-protocol/Cargo.toml b/node/network/collator-protocol/Cargo.toml index 2e28299ade6a..89796c2a8a49 100644 --- a/node/network/collator-protocol/Cargo.toml +++ b/node/network/collator-protocol/Cargo.toml @@ -11,9 +11,9 @@ futures = "0.3.21" futures-timer = "3" gum = { package = "tracing-gum", path = "../../gum" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-primitives = { path = "../../../primitives" } polkadot-node-network-protocol = { path = "../../network/protocol" } @@ -28,9 +28,9 @@ log = "0.4.17" env_logger = "0.9.0" assert_matches = "1.4.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", features = ["std"] } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } parity-scale-codec = { version = "3.3.0", features = ["std"] } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index 9f973994c6b1..017267625b17 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -16,9 +16,9 @@ polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-primitives = { path = "../../primitives" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" fatality = "0.0.6" lru = "0.9.0" @@ -27,9 +27,9 @@ indexmap = "1.9.1" [dev-dependencies] async-trait = "0.1.57" polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures-timer = "3.0.2" assert_matches = "1.4.0" lazy_static = "1.4.0" diff --git a/node/network/gossip-support/Cargo.toml b/node/network/gossip-support/Cargo.toml index 2236b72d3c77..e1135d85c558 100644 --- a/node/network/gossip-support/Cargo.toml +++ b/node/network/gossip-support/Cargo.toml @@ -5,10 +5,10 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-network-protocol = { path = "../protocol" } polkadot-node-subsystem = { path = "../../subsystem" } @@ -22,10 +22,10 @@ rand_chacha = { version = "0.3.1", default-features = false } gum = { package = "tracing-gum", path = "../../gum" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 112c00375c99..ebc2d715aa92 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -12,9 +12,9 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network-common = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } strum = { version = "0.24", features = ["derive"] } futures = "0.3.21" thiserror = "1.0.31" diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 5dcb2a75d3f5..01bf5dd6688f 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -9,8 +9,8 @@ edition.workspace = true futures = "0.3.21" gum = { package = "tracing-gum", path = "../../gum" } polkadot-primitives = { path = "../../../primitives" } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-node-subsystem = {path = "../../subsystem" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } @@ -24,13 +24,13 @@ fatality = "0.0.6" [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures-timer = "3.0.2" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 5d26c0b6e2bf..3effad065437 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -5,8 +5,8 @@ authors.workspace = true edition.workspace = true [dependencies] -client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +client = { package = "sc-client-api", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = "0.3.21" futures-timer = "3.0.2" parking_lot = "0.12.0" @@ -18,14 +18,14 @@ polkadot-primitives = { path = "../../primitives" } orchestra = "0.0.4" gum = { package = "tracing-gum", path = "../gum" } lru = "0.9" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } async-trait = "0.1.57" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } [dev-dependencies] metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = { version = "0.3.21", features = ["thread-pool"] } femme = "2.2.1" assert_matches = "1.4.0" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 9b165a2e7330..8a1c2d9ae133 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -10,13 +10,13 @@ bounded-vec = "0.7" futures = "0.3.21" polkadot-primitives = { path = "../../primitives" } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-vrf = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-maybe-compressed-blob = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-parachain = { path = "../../parachain", default-features = false } schnorrkel = "0.9.1" thiserror = "1.0.31" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index a532fcea8dbb..38d6f1da85f7 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,63 +7,63 @@ edition.workspace = true [dependencies] # Substrate Client -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", package = "sp-beefy" } -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-gadget = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master"} -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } -service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } +sc-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +babe = { package = "sc-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +beefy-gadget = { package = "sc-consensus-beefy", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +mmr-gadget = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus"} +sc-block-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-chain-spec = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-client-db = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-slots = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network-common = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-transaction-pool = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-sync-state-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-basic-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-offchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-sysinfo = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +service = { package = "sc-service", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +telemetry = { package = "sc-telemetry", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # Substrate Primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-offchain = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +consensus_common = { package = "sp-consensus", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "sp-consensus-beefy" } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-block-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-offchain = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-storage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-transaction-pool = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-state-machine = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # 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/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-im-online = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # Substrate Other -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-benchmarking-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # External Crates futures = "0.3.21" diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 41c48d7f31e1..960ca0b20359 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -12,11 +12,11 @@ parking_lot = "0.12.0" polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] polkadot-overseer = { path = "../overseer" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 22528503ccc4..9a7cca4e83d6 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -14,11 +14,11 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } orchestra = "0.0.4" -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } smallvec = "1.8.0" -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-prometheus-endpoint = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thiserror = "1.0.31" async-trait = "0.1.57" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index dac7f132850e..33d200fed1c5 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -29,9 +29,9 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-overseer = { path = "../overseer" } metered = { package = "prioritized-metered-channel", version = "0.2.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } kvdb = "0.13.0" parity-db = { version = "0.4.3"} diff --git a/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 09ec4e81dc81..0f9c1964e662 100644 --- a/node/test/client/Cargo.toml +++ b/node/test/client/Cargo.toml @@ -14,22 +14,22 @@ polkadot-primitives = { path = "../../../primitives" } polkadot-node-subsystem = { path = "../../subsystem" } # Substrate dependencies -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-client = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-block-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-inherents = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-state-machine = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = "0.3.21" [features] diff --git a/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index ec85fe4295e0..74f1f152a139 100644 --- a/node/test/service/Cargo.toml +++ b/node/test/service/Cargo.toml @@ -26,41 +26,41 @@ test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" } # Substrate dependencies -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" } -babe = { package = "sc-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master" } -consensus_common = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +babe = { package = "sc-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +consensus_common = { package = "sp-consensus", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +grandpa_primitives = { package = "sp-consensus-grandpa", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-chain-spec = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-executor = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-network-common = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-transaction-pool = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-arithmetic = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-state-machine = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +substrate-test-client = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } serde_json = "1.0.81" -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } tokio = { version = "1.24.2", features = ["macros"] } [features] diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index 3e750e9df3b9..7c3ee39f064e 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -11,10 +11,10 @@ version.workspace = true # various unnecessary Substrate-specific endpoints. parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } derive_more = "0.99.11" bounded-collections = { version = "0.1.5", default-features = false } diff --git a/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index 5970c797bcf1..c30b49ee9138 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/parachain/test-parachains/Cargo.toml @@ -13,7 +13,7 @@ adder = { package = "test-parachain-adder", path = "adder" } halt = { package = "test-parachain-halt", path = "halt" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 8edebc0d8633..1e2d060aebc6 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -9,15 +9,15 @@ authors.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 5db446a9c395..4a3a30fe460b 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/parachain/test-parachains/adder/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 05df7e7d592f..0e5fb9e95f6e 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/undying/Cargo.toml b/parachain/test-parachains/undying/Cargo.toml index 20b0ec933f99..4c33ec72e99a 100644 --- a/parachain/test-parachains/undying/Cargo.toml +++ b/parachain/test-parachains/undying/Cargo.toml @@ -9,16 +9,16 @@ edition.workspace = true [dependencies] parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] } parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = [ "global" ] } log = { version = "0.4.17", default-features = false } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = [ "disable_allocator" ] } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, features = [ "disable_allocator" ] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = [ "std" ] diff --git a/parachain/test-parachains/undying/collator/Cargo.toml b/parachain/test-parachains/undying/collator/Cargo.toml index 8d3c3ddf0ec5..b195b00e6b9f 100644 --- a/parachain/test-parachains/undying/collator/Cargo.toml +++ b/parachain/test-parachains/undying/collator/Cargo.toml @@ -27,9 +27,9 @@ polkadot-service = { path = "../../../../node/service", features = ["rococo-nati polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-subsystem = { path = "../../../../node/subsystem" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-cli = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } # This one is tricky. Even though it is not used directly by the collator, we still need it for the # `puppet_worker` binary, which is required for the integration test. However, this shouldn't be @@ -40,8 +40,8 @@ polkadot-node-core-pvf = { path = "../../../../node/core/pvf" } polkadot-parachain = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } -substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-test-utils = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-service = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } tokio = { version = "1.24.2", features = ["macros"] } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index dc4b2e059a46..39cd8fe8ef7a 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -11,18 +11,18 @@ parity-scale-codec = { version = "3.3.0", default-features = false, features = [ scale-info = { version = "2.1.2", default-features = false, features = ["bit-vec", "derive"] } serde = { version = "1.0.137", optional = true, features = ["derive"] } -application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +application-crypto = { package = "sp-application-crypto", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +primitives = { package = "sp-core", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +runtime_primitives = { package = "sp-runtime", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-arithmetic = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-consensus-slots = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } polkadot-parachain = { path = "../parachain", default-features = false } diff --git a/primitives/test-helpers/Cargo.toml b/primitives/test-helpers/Cargo.toml index 917e5f3babdb..fae4125f1bb2 100644 --- a/primitives/test-helpers/Cargo.toml +++ b/primitives/test-helpers/Cargo.toml @@ -5,9 +5,9 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-application-crypto = { package = "sp-application-crypto", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", features = ["std"] } polkadot-primitives = { path = "../" } rand = "0.8.5" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 198c53559e61..e14e6434ba2e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -7,26 +7,26 @@ edition.workspace = true [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } polkadot-primitives = { path = "../primitives" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } -mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "master" } -beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-client-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-blockchain = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-chain-spec = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-babe-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-epochs = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-consensus-grandpa-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-sync-state-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +mmr-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-block-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +beefy-gadget = { package = "sc-consensus-beefy", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +beefy-gadget-rpc = { package = "sc-consensus-beefy-rpc", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +substrate-state-trie-migration-rpc = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 4d720ffa2672..4742d4cb8f14 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -15,35 +15,35 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-npos-elections = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-fast-unstake = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.7.0", default-features = false } @@ -54,10 +54,10 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support-test = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } serde_json = "1.0.81" libsecp256k1 = "0.7.0" test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" } diff --git a/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index e76002436cf1..4086cf318d9d 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/runtime/common/slot_range_helper/Cargo.toml @@ -8,8 +8,8 @@ edition.workspace = true paste = "1.0" enumn = "0.1.5" parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [features] default = ["std"] diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 61f972d35add..5c4024e421e7 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -16,82 +16,82 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } kusama-runtime-constants = { package = "kusama-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-arithmetic = { package = "sp-arithmetic", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-npos-elections = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-conviction-voting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-ranked-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-referenda = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-whitelist = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bags-list = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-child-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-collective = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-conviction-voting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-democracy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-fast-unstake = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-executive = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nis = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-identity = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-im-online = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-indices = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-membership = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-multisig = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-offences = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-preimage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-proxy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-ranked-collective = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-recovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-referenda = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-scheduler = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-society = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = {git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-tips = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-utility = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-whitelist = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -105,16 +105,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } separator = "0.4.1" serde_json = "1.0.81" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/kusama/constants/Cargo.toml b/runtime/kusama/constants/Cargo.toml index 6d5dc406586c..3faa6061be87 100644 --- a/runtime/kusama/constants/Cargo.toml +++ b/runtime/kusama/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-weights = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/metrics/Cargo.toml b/runtime/metrics/Cargo.toml index 598fb62f36f0..1245656bb7ae 100644 --- a/runtime/metrics/Cargo.toml +++ b/runtime/metrics/Cargo.toml @@ -5,8 +5,8 @@ authors.workspace = true edition.workspace = true [dependencies] -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false} +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } parity-scale-codec = { version = "3.3.0", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 2bd485c7fa55..b590d3b16c67 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -14,29 +14,29 @@ serde = { version = "1.0.139", features = [ "derive" ], optional = true } derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", optional = true } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", optional = true } +sp-application-crypto = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", default-features = false } @@ -51,11 +51,11 @@ polkadot-runtime-metrics = { path = "../metrics", default-features = false} [dev-dependencies] futures = "0.3.21" hex-literal = "0.3.4" -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-support-test = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-keystore = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers"} -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } thousands = "0.2.0" assert_matches = "1" serde_json = "1.0.85" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 015ff7337bb7..3fdae8ef3f13 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -16,74 +16,74 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-npos-elections = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bags-list = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-child-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-collective = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-democracy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-fast-unstake = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-executive = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-identity = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-im-online = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-indices = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-membership = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-multisig = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-offences = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-preimage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-proxy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-scheduler = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-staking-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = {git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } polkadot-runtime-constants = { package = "polkadot-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-tips = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-utility = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -97,16 +97,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } serde_json = "1.0.81" separator = "0.4.1" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/polkadot/constants/Cargo.toml b/runtime/polkadot/constants/Cargo.toml index ad8159e7463d..278c444ecd6e 100644 --- a/runtime/polkadot/constants/Cargo.toml +++ b/runtime/polkadot/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-weights = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index 8b5cb7d9b3cf..5540559ef60c 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -14,71 +14,71 @@ serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } -binary-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } +binary-merkle-tree = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } rococo-runtime-constants = { package = "rococo-runtime-constants", path = "./constants", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nis = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-beefy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-child-bounties = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-collective = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-democracy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-executive = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-identity = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-im-online = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-indices = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-membership = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-mmr = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-multisig = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nis = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-offences = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-preimage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-proxy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-recovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-scheduler = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-society = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-sudo = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = {git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-tips = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-utility = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } hex-literal = { version = "0.3.4" } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -92,16 +92,16 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +remote-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "frame-remote-externalities" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } separator = "0.4.1" serde_json = "1.0.81" -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } tokio = { version = "1.24.2", features = ["macros"] } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/rococo/constants/Cargo.toml b/runtime/rococo/constants/Cargo.toml index 9383a9de6c68..87a0c8d3b38e 100644 --- a/runtime/rococo/constants/Cargo.toml +++ b/runtime/rococo/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-weights = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 2533ad5d455b..4352f7c87492 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -15,44 +15,44 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = {git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-executive = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-indices = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-offences = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-system = {git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } test-runtime-constants = { package = "test-runtime-constants", path = "./constants", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-sudo = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } @@ -66,12 +66,12 @@ xcm = { path = "../../xcm", default-features = false } [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-trie = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } serde_json = "1.0.81" [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/test-runtime/constants/Cargo.toml b/runtime/test-runtime/constants/Cargo.toml index d96de0a0f9c1..5dc562f4206b 100644 --- a/runtime/test-runtime/constants/Cargo.toml +++ b/runtime/test-runtime/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-weights = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 340756ee34a8..8eecc72a7bfd 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -15,76 +15,76 @@ serde = { version = "1.0.139", default-features = false } serde_derive = { version = "1.0.117", optional = true } smallvec = "1.8.0" -authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, package = "sp-beefy" } -inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -offchain-primitives = { package = "sp-offchain", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-mmr-primitives = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -block-builder-api = { package = "sp-block-builder", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +beefy-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, package = "sp-consensus-beefy" } +inherents = { package = "sp-inherents", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +offchain-primitives = { package = "sp-offchain", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-std = { package = "sp-std", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-mmr-primitives = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +tx-pool-api = { package = "sp-transaction-pool", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +block-builder-api = { package = "sp-block-builder", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-npos-elections = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-executive = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } westend-runtime-constants = { package = "westend-runtime-constants", path = "./constants", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +pallet-authority-discovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-authorship = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-babe = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-bags-list = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-collective = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-democracy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-fast-unstake = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-grandpa = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-identity = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-im-online = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-indices = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-membership = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-multisig = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-offences = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-preimage = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-proxy = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-recovery = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-scheduler = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-session = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-society = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-staking-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-sudo = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-timestamp = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-treasury = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-utility = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-vesting = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-try-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-system-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-election-provider-support-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-nomination-pools-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-offences-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +pallet-session-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } hex-literal = { version = "0.3.4", optional = true } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } @@ -99,14 +99,14 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default [dev-dependencies] hex-literal = "0.3.4" tiny-keccak = { version = "2.0.2", features = ["keccak"] } -keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } +keyring = { package = "sp-keyring", git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } serde_json = "1.0.81" -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "frame-remote-externalities" } tokio = { version = "1.24.2", features = ["macros"] } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-wasm-builder = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/runtime/westend/constants/Cargo.toml b/runtime/westend/constants/Cargo.toml index c6fac15dca32..7f7ab36ef8cf 100644 --- a/runtime/westend/constants/Cargo.toml +++ b/runtime/westend/constants/Cargo.toml @@ -7,12 +7,12 @@ edition.workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "master" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-weights = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false , branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 0a028596cedf..97fa07ca9d07 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -6,5 +6,5 @@ edition.workspace = true [dependencies] parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } primitives = { package = "polkadot-primitives", path = "../primitives" } diff --git a/utils/generate-bags/Cargo.toml b/utils/generate-bags/Cargo.toml index 2038dc94a1ea..8cb0d9a26a6f 100644 --- a/utils/generate-bags/Cargo.toml +++ b/utils/generate-bags/Cargo.toml @@ -7,8 +7,8 @@ edition.workspace = true [dependencies] clap = { version = "4.0.9", features = ["derive"] } -generate-bags = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +generate-bags = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } westend-runtime = { path = "../../runtime/westend" } kusama-runtime = { path = "../../runtime/kusama" } diff --git a/utils/remote-ext-tests/bags-list/Cargo.toml b/utils/remote-ext-tests/bags-list/Cargo.toml index 7eb945ef65b2..3c107925af6a 100644 --- a/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/utils/remote-ext-tests/bags-list/Cargo.toml @@ -12,10 +12,10 @@ polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" } kusama-runtime-constants = { path = "../../../runtime/kusama/constants" } westend-runtime-constants = { path = "../../../runtime/westend/constants" } -pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-bags-list-remote-tests = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } clap = { version = "4.0.9", features = ["derive"] } log = "0.4.17" diff --git a/utils/staking-miner/Cargo.toml b/utils/staking-miner/Cargo.toml index 1e117f493eb5..5fbc993e45c5 100644 --- a/utils/staking-miner/Cargo.toml +++ b/utils/staking-miner/Cargo.toml @@ -15,22 +15,22 @@ serde = "1.0.137" serde_json = "1.0" thiserror = "1.0.31" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "sync"] } -remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master", package = "frame-remote-externalities" } +remote-externalities = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", package = "frame-remote-externalities" } signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-version = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-npos-elections = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sc-transaction-pool-api = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-election-provider-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-election-provider-multi-phase = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-staking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } core-primitives = { package = "polkadot-core-primitives", path = "../../core-primitives" } diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index 73690a9a0945..b2a5418e74eb 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -12,12 +12,12 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } parity-scale-codec = { version = "3.3.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-weights = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } serde = { version = "1.0.136", optional = true, features = ["derive"] } xcm-procedural = { path = "procedural" } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/xcm/pallet-xcm-benchmarks/Cargo.toml b/xcm/pallet-xcm-benchmarks/Cargo.toml index ce9d8cb4c972..85cdd269b24f 100644 --- a/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -10,22 +10,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.3.0", default-features = false } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -frame-support = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -frame-system = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-runtime = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-std = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } -sp-io = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } +frame-support = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +frame-system = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +sp-runtime = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +sp-std = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +sp-io = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } xcm-executor = { path = "../xcm-executor", default-features = false } -frame-benchmarking = { default-features = false, branch = "master", git = "https://github.com/paritytech/substrate" } +frame-benchmarking = { default-features = false, branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } xcm = { path = "..", default-features = false } xcm-builder = { path = "../xcm-builder", default-features = false } log = "0.4.17" [dev-dependencies] -pallet-balances = { branch = "master", git = "https://github.com/paritytech/substrate" } -pallet-assets = { branch = "master", git = "https://github.com/paritytech/substrate" } -sp-core = { branch = "master", git = "https://github.com/paritytech/substrate" } -sp-tracing = { branch = "master", git = "https://github.com/paritytech/substrate" } +pallet-balances = { branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +pallet-assets = { branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +sp-core = { branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } +sp-tracing = { branch = "move-beefy-to-consensus", git = "https://github.com/davxy/substrate" } xcm = { path = ".." } # temp pallet-xcm = { path = "../pallet-xcm" } diff --git a/xcm/pallet-xcm/Cargo.toml b/xcm/pallet-xcm/Cargo.toml index 8aaeb522aa5d..216cad77ed6e 100644 --- a/xcm/pallet-xcm/Cargo.toml +++ b/xcm/pallet-xcm/Cargo.toml @@ -12,19 +12,19 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive" serde = { version = "1.0.137", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false, optional = true } +frame-support = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } +frame-system = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } +sp-std = { git = "https://github.com/davxy/substrate", default-features = false, branch = "move-beefy-to-consensus" } xcm = { path = "..", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } polkadot-parachain = { path = "../../parachain" } xcm-builder = { path = "../xcm-builder" } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 337c6e961e05..477d16a3b7c9 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -11,13 +11,13 @@ parity-scale-codec = { version = "3.3.0", default-features = false, features = [ scale-info = { version = "2.1.2", 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 } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-arithmetic = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +pallet-transaction-payment = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } log = { version = "0.4.17", default-features = false } # Polkadot dependencies @@ -25,7 +25,7 @@ polkadot-parachain = { path = "../../parachain", default-features = false } [dev-dependencies] primitive-types = "0.12.1" -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } pallet-xcm = { path = "../pallet-xcm" } polkadot-runtime-parachains = { path = "../../runtime/parachains" } assert_matches = "1.5.0" diff --git a/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index a1104f6db813..69ff98504a69 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/xcm/xcm-executor/Cargo.toml @@ -10,15 +10,15 @@ impl-trait-for-tuples = "0.2.2" environmental = { version = "1.1.4", default-features = false } parity-scale-codec = { version = "3.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 } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-arithmetic = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-weights = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } log = { version = "0.4.17", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master" , default-features = false, optional = true } +frame-benchmarking = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" , default-features = false, optional = true } [features] default = ["std"] diff --git a/xcm/xcm-executor/integration-tests/Cargo.toml b/xcm/xcm-executor/integration-tests/Cargo.toml index 4fff3952a05d..bf5503b4985b 100644 --- a/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/xcm/xcm-executor/integration-tests/Cargo.toml @@ -6,20 +6,20 @@ edition.workspace = true version.workspace = true [dependencies] -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } futures = "0.3.21" pallet-xcm = { path = "../../pallet-xcm" } polkadot-test-client = { path = "../../../node/test/client" } polkadot-test-runtime = { path = "../../../runtime/test-runtime" } polkadot-test-service = { path = "../../../node/test/service" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-consensus = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-keyring = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus", default-features = false } +sp-state-machine = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } xcm = { path = "../..", default-features = false } xcm-executor = { path = ".." } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } [features] default = ["std"] diff --git a/xcm/xcm-simulator/Cargo.toml b/xcm/xcm-simulator/Cargo.toml index 0c2999321f96..350e9edeeea6 100644 --- a/xcm/xcm-simulator/Cargo.toml +++ b/xcm/xcm-simulator/Cargo.toml @@ -9,9 +9,9 @@ edition.workspace = true codec = { package = "parity-scale-codec", version = "3.3.0" } paste = "1.0.7" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } xcm = { path = "../" } xcm-executor = { path = "../xcm-executor" } diff --git a/xcm/xcm-simulator/example/Cargo.toml b/xcm/xcm-simulator/example/Cargo.toml index 476f3077b1d8..a94c5e8fffdc 100644 --- a/xcm/xcm-simulator/example/Cargo.toml +++ b/xcm/xcm-simulator/example/Cargo.toml @@ -10,15 +10,15 @@ codec = { package = "parity-scale-codec", version = "3.3.0" } scale-info = { version = "2.1.2", features = ["derive"] } log = { version = "0.4.14", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-uniques = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-tracing = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } xcm = { path = "../../" } xcm-simulator = { path = "../" } diff --git a/xcm/xcm-simulator/fuzzer/Cargo.toml b/xcm/xcm-simulator/fuzzer/Cargo.toml index c058cda3b5fc..64995948f869 100644 --- a/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -11,13 +11,13 @@ honggfuzz = "0.5.55" arbitrary = "1.2.0" scale-info = { version = "2.1.2", features = ["derive"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } +frame-system = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +frame-support = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +pallet-balances = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-std = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-core = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-runtime = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } +sp-io = { git = "https://github.com/davxy/substrate", branch = "move-beefy-to-consensus" } xcm = { path = "../../" } xcm-simulator = { path = "../" }