From bf43a956d6b906ebda2c530dd97b2edc4f2f6785 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Sat, 27 Jun 2020 23:23:39 -0600 Subject: [PATCH 1/2] Update substrate branch --- Cargo.lock | 282 ++++++++++++------------ modules/edge-signaling/Cargo.toml | 14 +- modules/edge-treasury-reward/Cargo.toml | 26 +-- modules/edge-voting/Cargo.toml | 14 +- node/cli/Cargo.toml | 98 ++++---- node/executor/Cargo.toml | 36 +-- node/inspect/Cargo.toml | 12 +- node/primitives/Cargo.toml | 10 +- node/rpc-client/Cargo.toml | 2 +- node/rpc/Cargo.toml | 28 +-- node/runtime-interface/Cargo.toml | 6 +- node/runtime/Cargo.toml | 104 ++++----- node/testing/Cargo.toml | 36 +-- 13 files changed, 334 insertions(+), 334 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc8dd9bf..7f47c01c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,9 +997,9 @@ checksum = "72aa14c04dfae8dd7d8a2b1cb7ca2152618cd01336dbfe704b8dcbf8d41dbd69" [[package]] name = "derive_more" -version = "0.99.8" +version = "0.99.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc655351f820d774679da6cdc23355a93de496867d8203496675162e17b1d671" +checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76" dependencies = [ "proc-macro2", "quote 1.0.7", @@ -1687,7 +1687,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", ] @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1730,7 +1730,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -1745,7 +1745,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "serde", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "bitmask", "frame-metadata", @@ -1781,7 +1781,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support-procedural-tools", "proc-macro2", @@ -1792,7 +1792,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "proc-macro2", "quote 1.0.7", @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1830,7 +1830,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-api", @@ -3615,7 +3615,7 @@ dependencies = [ [[package]] name = "node-executor" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "node-primitives", @@ -3632,7 +3632,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-system", "parity-scale-codec", @@ -3644,7 +3644,7 @@ dependencies = [ [[package]] name = "node-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "frame-executive", @@ -3899,7 +3899,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -3934,7 +3934,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -3971,7 +3971,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "frame-support", @@ -3986,7 +3986,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4001,7 +4001,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4022,7 +4022,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -4063,7 +4063,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4078,7 +4078,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4092,7 +4092,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "evm", "frame-support", @@ -4113,7 +4113,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4129,7 +4129,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4149,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4165,7 +4165,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4184,7 +4184,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4200,7 +4200,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4229,7 +4229,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4244,7 +4244,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4259,7 +4259,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4272,7 +4272,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "enumflags2", "frame-support", @@ -4287,7 +4287,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4302,7 +4302,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4322,7 +4322,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4336,7 +4336,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4356,7 +4356,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4381,7 +4381,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4398,7 +4398,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4431,7 +4431,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "parity-scale-codec", @@ -4444,7 +4444,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4458,7 +4458,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-support", "frame-system", @@ -4473,7 +4473,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "enumflags2", "frame-support", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "bytes 0.5.5", "derive_more", @@ -5614,7 +5614,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5654,7 +5654,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5670,7 +5670,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5681,7 +5681,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5721,7 +5721,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "fnv", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "blake2-rfc", "hash-db", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5797,7 +5797,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5850,7 +5850,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "lazy_static", @@ -5878,7 +5878,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "log 0.4.8", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5910,7 +5910,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5931,7 +5931,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "assert_matches", "derive_more", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "finality-grandpa", @@ -5986,7 +5986,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "hex 0.4.2", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "hash-db", "lazy_static", @@ -6040,7 +6040,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "bitflags", "bs58", @@ -6092,7 +6092,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6107,7 +6107,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "bytes 0.5.5", "fnv", @@ -6134,7 +6134,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "libp2p", @@ -6147,7 +6147,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6156,7 +6156,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "hash-db", @@ -6188,7 +6188,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -6212,7 +6212,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6228,7 +6228,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "directories", @@ -6291,7 +6291,7 @@ dependencies = [ [[package]] name = "sc-service-test" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "env_logger", "fdlimit", @@ -6328,7 +6328,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6342,7 +6342,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "bytes 0.5.5", "futures 0.3.5", @@ -6364,7 +6364,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "erased-serde", "log 0.4.8", @@ -6381,7 +6381,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -6401,7 +6401,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -6764,7 +6764,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "log 0.4.8", @@ -6776,7 +6776,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "hash-db", "parity-scale-codec", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "serde", @@ -6815,7 +6815,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-api", @@ -6840,7 +6840,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6851,7 +6851,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-api", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "log 0.4.8", @@ -6879,7 +6879,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "serde", "serde_json", @@ -6888,7 +6888,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -6912,7 +6912,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-api", @@ -6926,7 +6926,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "merlin", "parity-scale-codec", @@ -6944,7 +6944,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6956,7 +6956,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "base58", "blake2-rfc", @@ -6998,7 +6998,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "proc-macro2", "quote 1.0.7", @@ -7017,7 +7017,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "environmental", "parity-scale-codec", @@ -7028,7 +7028,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7044,7 +7044,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "parity-scale-codec", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "hash-db", @@ -7087,7 +7087,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "lazy_static", "sp-core", @@ -7098,7 +7098,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "serde", @@ -7110,7 +7110,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7121,7 +7121,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "sp-api", "sp-core", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "backtrace", "log 0.4.8", @@ -7140,7 +7140,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "serde", "sp-core", @@ -7149,7 +7149,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "either", "hash256-std-hasher", @@ -7171,7 +7171,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7186,7 +7186,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "Inflector", "proc-macro-crate", @@ -7198,7 +7198,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-core", @@ -7211,7 +7211,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "serde", "serde_json", @@ -7220,7 +7220,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-api", @@ -7233,7 +7233,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7243,7 +7243,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "hash-db", "itertools 0.9.0", @@ -7264,12 +7264,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" [[package]] name = "sp-storage" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7295,7 +7295,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "log 0.4.8", "rental", @@ -7305,7 +7305,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "derive_more", "futures 0.3.5", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "hash-db", "memory-db", @@ -7335,7 +7335,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "futures-core", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7359,7 +7359,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7487,7 +7487,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "chrono", "clear_on_drop", @@ -7514,7 +7514,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "platforms", ] @@ -7522,7 +7522,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "async-std", "derive_more", @@ -7559,7 +7559,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "hash-db", @@ -7581,7 +7581,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "cfg-if", "frame-executive", @@ -7621,7 +7621,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc3" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -7642,7 +7642,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/hicommonwealth/substrate.git?branch=apopiak-staking-migration#39a031b3c0cf23bbd39839fdd97d818f30afc01d" +source = "git+https://github.com/hicommonwealth/substrate.git?branch=drew-migrations-after-staking#642d3851ca50860c6a82b188fe1e09382573db2c" [[package]] name = "substrate-wasmtime" diff --git a/modules/edge-signaling/Cargo.toml b/modules/edge-signaling/Cargo.toml index 4471da88..482fb4e6 100644 --- a/modules/edge-signaling/Cargo.toml +++ b/modules/edge-signaling/Cargo.toml @@ -9,16 +9,16 @@ serde = { version = "1.0", default-features = false, optional = true } serde_derive = { version = "1.0", optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } voting = { package ="edge-voting", path = "../edge-voting", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [features] default = ["std"] diff --git a/modules/edge-treasury-reward/Cargo.toml b/modules/edge-treasury-reward/Cargo.toml index 195e8425..6e904d74 100644 --- a/modules/edge-treasury-reward/Cargo.toml +++ b/modules/edge-treasury-reward/Cargo.toml @@ -8,21 +8,21 @@ edition = "2018" serde = { version = "1.0", default-features = false, optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [features] default = ["std"] diff --git a/modules/edge-voting/Cargo.toml b/modules/edge-voting/Cargo.toml index aee30c49..26947741 100644 --- a/modules/edge-voting/Cargo.toml +++ b/modules/edge-voting/Cargo.toml @@ -8,15 +8,15 @@ edition = "2018" serde = { version = "1.0", default-features = false, optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [features] default = ["std"] diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index e35e9369..54de6771 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -42,49 +42,49 @@ hex = "0.3.2" serde_json = "1.0" # primitives -sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } # client dependencies -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-chain-spec = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-network = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-client-db = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sc-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-basic-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sc-tracing = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-telemetry = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-chain-spec = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-network = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-client-db = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sc-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-basic-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sc-tracing = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-telemetry = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } # frame dependencies -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } # node-specific dependencies edgeware-runtime = { path = "../runtime" } @@ -94,23 +94,23 @@ edgeware-executor = { path = "../executor" } # CLI-specific dependencies edgeware-inspect = { version = "3.0.0", optional = true, path = "../inspect" } -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true } -frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } +frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } # WASM-specific dependencies wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } [target.'cfg(target_arch="x86_64")'.dependencies] -node-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", features = [ "wasmtime" ] } -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true, features = [ "wasmtime" ] } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false, features = [ "wasmtime" ] } +node-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", features = [ "wasmtime" ] } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true, features = [ "wasmtime" ] } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false, features = [ "wasmtime" ] } [dev-dependencies] -sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-service-test = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-service-test = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } futures = "0.3.4" tempfile = "3.1.0" assert_cmd = "1.0" @@ -120,11 +120,11 @@ regex = "1" platforms = "0.2.1" [build-dependencies] -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true } -substrate-build-script-utils = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } +substrate-build-script-utils = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } structopt = { version = "0.3.8", optional = true } edgeware-inspect = { version = "3.0.0", optional = true, path = "../inspect" } -frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } [features] diff --git a/node/executor/Cargo.toml b/node/executor/Cargo.toml index 5d824377..7ce91d00 100644 --- a/node/executor/Cargo.toml +++ b/node/executor/Cargo.toml @@ -8,30 +8,30 @@ edition = "2018" [dependencies] trie-root = "0.16.0" codec = { package = "parity-scale-codec", version = "1.3.0" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-state-machine = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-trie = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-benchmarking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-state-machine = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-trie = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-benchmarking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } edgeware-primitives = { path = "../primitives" } edgeware-runtime = { path = "../runtime" } edgeware-runtime-interface = { path = "../runtime-interface" } [dev-dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +test-client = { package = "substrate-test-client", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } wabt = "0.9.2" criterion = "0.3.0" diff --git a/node/inspect/Cargo.toml b/node/inspect/Cargo.toml index fa83090f..15196e1e 100644 --- a/node/inspect/Cargo.toml +++ b/node/inspect/Cargo.toml @@ -11,10 +11,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "1.3.0" } derive_more = "0.99" log = "0.4.8" -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-service = { default-features = false, git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-service = { default-features = false, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } structopt = "0.3.8" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 0dcd306e..28ccaafc 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -9,13 +9,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-application-crypto = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-application-crypto = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sp-serializer = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } pretty_assertions = "0.6.1" [features] diff --git a/node/rpc-client/Cargo.toml b/node/rpc-client/Cargo.toml index 8b76b360..a37c05ec 100644 --- a/node/rpc-client/Cargo.toml +++ b/node/rpc-client/Cargo.toml @@ -11,4 +11,4 @@ hyper = "0.12.35" jsonrpc-core-client = { version = "14.0.3", features = ["http", "ws"] } log = "0.4.8" edgeware-primitives = { path = "../primitives" } -sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 66019c2c..78be15f1 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -9,19 +9,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpc-core = "14.0.3" -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-contracts-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-transaction-payment-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -substrate-frame-rpc-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-finality-grandpa-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-rpc-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-contracts-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-transaction-payment-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +substrate-frame-rpc-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-finality-grandpa-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-rpc-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } edgeware-primitives = { path = "../primitives" } edgeware-runtime = { path = "../runtime" } \ No newline at end of file diff --git a/node/runtime-interface/Cargo.toml b/node/runtime-interface/Cargo.toml index ab276a35..fa9a942f 100644 --- a/node/runtime-interface/Cargo.toml +++ b/node/runtime-interface/Cargo.toml @@ -7,9 +7,9 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime-interface = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime-interface-proc-macro = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime-interface = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime-interface-proc-macro = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } edgeware-primitives = { path = "../primitives" } [features] diff --git a/node/runtime/Cargo.toml b/node/runtime/Cargo.toml index a363a5bf..1963aeb2 100644 --- a/node/runtime/Cargo.toml +++ b/node/runtime/Cargo.toml @@ -20,61 +20,61 @@ serde = { version = "1.0.102", optional = true } static_assertions = "1.1.0" # primitives -sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false} -sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", optional = true } -sp-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-version = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -sp-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false} +sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } +sp-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-version = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } # edgeware primitives edgeware-primitives = { path = "../primitives", default-features = false } # pallet dependencies -pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-collective = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-contracts-primitives = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-contracts-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-democracy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-evm = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-executive = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-identity = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-multisig = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-offences = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-proxy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-recovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-scheduler = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false, features = ["historical"] } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-sudo = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-utility = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } -pallet-vesting = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", default-features = false } +pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-collective = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-contracts-primitives = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-contracts-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-democracy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-evm = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-executive = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-identity = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-multisig = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-offences = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-proxy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-recovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-scheduler = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false, features = ["historical"] } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-sudo = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-utility = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-vesting = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } signaling = { package = "edge-signaling", path = "../../modules/edge-signaling", default-features = false } @@ -82,10 +82,10 @@ treasury-reward = { package = "edge-treasury-reward", path = "../../modules/edge voting = { package = "edge-voting", path = "../../modules/edge-voting", default-features = false } [build-dependencies] -wasm-builder-runner = { package = "substrate-wasm-builder-runner", git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", version = "1.0.4" } +wasm-builder-runner = { package = "substrate-wasm-builder-runner", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", version = "1.0.4" } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } [features] default = ["std"] diff --git a/node/testing/Cargo.toml b/node/testing/Cargo.toml index 0d91a7a1..4bab5c75 100644 --- a/node/testing/Cargo.toml +++ b/node/testing/Cargo.toml @@ -6,25 +6,25 @@ description = "Test utilities for Edgeware." edition = "2018" [dependencies] -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } codec = { package = "parity-scale-codec", version = "1.3.0" } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration", features = ["test-helpers", "db"] } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -substrate-test-client = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "apopiak-staking-migration" } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", features = ["test-helpers", "db"] } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +substrate-test-client = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } wabt = "0.9.2" edgeware-executor = { path = "../executor" } From 0709e6a36e8fec082bf28fbff02da31edb293491 Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Mon, 29 Jun 2020 10:57:22 +0200 Subject: [PATCH 2/2] set branch to time-travel --- modules/edge-signaling/Cargo.toml | 14 ++-- modules/edge-treasury-reward/Cargo.toml | 26 +++--- modules/edge-voting/Cargo.toml | 14 ++-- node/cli/Cargo.toml | 98 +++++++++++----------- node/executor/Cargo.toml | 36 ++++---- node/inspect/Cargo.toml | 12 +-- node/primitives/Cargo.toml | 10 +-- node/rpc-client/Cargo.toml | 2 +- node/rpc/Cargo.toml | 28 +++---- node/runtime-interface/Cargo.toml | 6 +- node/runtime/Cargo.toml | 104 ++++++++++++------------ node/testing/Cargo.toml | 36 ++++---- 12 files changed, 193 insertions(+), 193 deletions(-) diff --git a/modules/edge-signaling/Cargo.toml b/modules/edge-signaling/Cargo.toml index 482fb4e6..015a980f 100644 --- a/modules/edge-signaling/Cargo.toml +++ b/modules/edge-signaling/Cargo.toml @@ -9,16 +9,16 @@ serde = { version = "1.0", default-features = false, optional = true } serde_derive = { version = "1.0", optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } voting = { package ="edge-voting", path = "../edge-voting", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [features] default = ["std"] diff --git a/modules/edge-treasury-reward/Cargo.toml b/modules/edge-treasury-reward/Cargo.toml index 6e904d74..4fbda20c 100644 --- a/modules/edge-treasury-reward/Cargo.toml +++ b/modules/edge-treasury-reward/Cargo.toml @@ -8,21 +8,21 @@ edition = "2018" serde = { version = "1.0", default-features = false, optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [features] default = ["std"] diff --git a/modules/edge-voting/Cargo.toml b/modules/edge-voting/Cargo.toml index 26947741..be4cc838 100644 --- a/modules/edge-voting/Cargo.toml +++ b/modules/edge-voting/Cargo.toml @@ -8,15 +8,15 @@ edition = "2018" serde = { version = "1.0", default-features = false, optional = true } safe-mix = { version = "1.0", default-features = false } codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [features] default = ["std"] diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 54de6771..f1b2c9ff 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -42,49 +42,49 @@ hex = "0.3.2" serde_json = "1.0" # primitives -sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } # client dependencies -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-chain-spec = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-network = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-client-db = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sc-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-basic-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sc-tracing = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-telemetry = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-chain-spec = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-network = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-client-db = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sc-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-basic-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sc-tracing = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-telemetry = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } # frame dependencies -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } # node-specific dependencies edgeware-runtime = { path = "../runtime" } @@ -94,23 +94,23 @@ edgeware-executor = { path = "../executor" } # CLI-specific dependencies edgeware-inspect = { version = "3.0.0", optional = true, path = "../inspect" } -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } -frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true } +frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } # WASM-specific dependencies wasm-bindgen = { version = "0.2.57", optional = true } wasm-bindgen-futures = { version = "0.4.7", optional = true } -browser-utils = { package = "substrate-browser-utils", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } +browser-utils = { package = "substrate-browser-utils", git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true } [target.'cfg(target_arch="x86_64")'.dependencies] -node-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", features = [ "wasmtime" ] } -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true, features = [ "wasmtime" ] } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false, features = [ "wasmtime" ] } +node-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", features = [ "wasmtime" ] } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true, features = [ "wasmtime" ] } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false, features = [ "wasmtime" ] } [dev-dependencies] -sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-service-test = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-service-test = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } futures = "0.3.4" tempfile = "3.1.0" assert_cmd = "1.0" @@ -120,11 +120,11 @@ regex = "1" platforms = "0.2.1" [build-dependencies] -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } -substrate-build-script-utils = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true } +substrate-build-script-utils = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true } structopt = { version = "0.3.8", optional = true } edgeware-inspect = { version = "3.0.0", optional = true, path = "../inspect" } -frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +frame-benchmarking-cli = { optional = true, git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } [features] diff --git a/node/executor/Cargo.toml b/node/executor/Cargo.toml index 7ce91d00..02ad5307 100644 --- a/node/executor/Cargo.toml +++ b/node/executor/Cargo.toml @@ -8,30 +8,30 @@ edition = "2018" [dependencies] trie-root = "0.16.0" codec = { package = "parity-scale-codec", version = "1.3.0" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-state-machine = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-trie = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-benchmarking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-state-machine = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-trie = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-benchmarking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } edgeware-primitives = { path = "../primitives" } edgeware-runtime = { path = "../runtime" } edgeware-runtime-interface = { path = "../runtime-interface" } [dev-dependencies] -test-client = { package = "substrate-test-client", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +test-client = { package = "substrate-test-client", git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } wabt = "0.9.2" criterion = "0.3.0" diff --git a/node/inspect/Cargo.toml b/node/inspect/Cargo.toml index 15196e1e..cff097b2 100644 --- a/node/inspect/Cargo.toml +++ b/node/inspect/Cargo.toml @@ -11,10 +11,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "1.3.0" } derive_more = "0.99" log = "0.4.8" -sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-service = { default-features = false, git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-cli = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-service = { default-features = false, git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } structopt = "0.3.8" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 28ccaafc..130289b3 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -9,13 +9,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-application-crypto = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-application-crypto = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } [dev-dependencies] -sp-serializer = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-serializer = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } pretty_assertions = "0.6.1" [features] diff --git a/node/rpc-client/Cargo.toml b/node/rpc-client/Cargo.toml index a37c05ec..b2d902e2 100644 --- a/node/rpc-client/Cargo.toml +++ b/node/rpc-client/Cargo.toml @@ -11,4 +11,4 @@ hyper = "0.12.35" jsonrpc-core-client = { version = "14.0.3", features = ["http", "ws"] } log = "0.4.8" edgeware-primitives = { path = "../primitives" } -sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 78be15f1..ca963e30 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -9,19 +9,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpc-core = "14.0.3" -sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-contracts-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-transaction-payment-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -substrate-frame-rpc-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-finality-grandpa-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-rpc-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-client-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-contracts-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-transaction-payment-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +substrate-frame-rpc-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-keystore = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-consensus = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-blockchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-finality-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-finality-grandpa-rpc = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-rpc-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } edgeware-primitives = { path = "../primitives" } edgeware-runtime = { path = "../runtime" } \ No newline at end of file diff --git a/node/runtime-interface/Cargo.toml b/node/runtime-interface/Cargo.toml index fa9a942f..81b91ef1 100644 --- a/node/runtime-interface/Cargo.toml +++ b/node/runtime-interface/Cargo.toml @@ -7,9 +7,9 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime-interface = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime-interface-proc-macro = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime-interface = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime-interface-proc-macro = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } edgeware-primitives = { path = "../primitives" } [features] diff --git a/node/runtime/Cargo.toml b/node/runtime/Cargo.toml index 1963aeb2..c887a998 100644 --- a/node/runtime/Cargo.toml +++ b/node/runtime/Cargo.toml @@ -20,61 +20,61 @@ serde = { version = "1.0.102", optional = true } static_assertions = "1.1.0" # primitives -sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false} -sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", optional = true } -sp-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-version = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -sp-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +sp-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-consensus-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-block-builder = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false} +sp-inherents = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-std = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", optional = true } +sp-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-transaction-pool = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-version = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +sp-offchain = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } # edgeware primitives edgeware-primitives = { path = "../primitives", default-features = false } # pallet dependencies -pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-collective = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-contracts-primitives = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-contracts-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-democracy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-evm = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-executive = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-identity = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-multisig = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-offences = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-proxy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-recovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-scheduler = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false, features = ["historical"] } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-sudo = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-utility = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } -pallet-vesting = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", default-features = false } +pallet-authority-discovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-authorship = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-aura = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-collective = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-contracts-primitives = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-contracts-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-democracy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-evm = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-executive = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-finality-tracker = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-identity = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-im-online = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-multisig = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-offences = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-proxy = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-recovery = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-scheduler = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false, features = ["historical"] } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-sudo = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-utility = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } +pallet-vesting = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", default-features = false } signaling = { package = "edge-signaling", path = "../../modules/edge-signaling", default-features = false } @@ -82,10 +82,10 @@ treasury-reward = { package = "edge-treasury-reward", path = "../../modules/edge voting = { package = "edge-voting", path = "../../modules/edge-voting", default-features = false } [build-dependencies] -wasm-builder-runner = { package = "substrate-wasm-builder-runner", git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", version = "1.0.4" } +wasm-builder-runner = { package = "substrate-wasm-builder-runner", git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", version = "1.0.4" } [dev-dependencies] -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } [features] default = ["std"] diff --git a/node/testing/Cargo.toml b/node/testing/Cargo.toml index 4bab5c75..f96c037c 100644 --- a/node/testing/Cargo.toml +++ b/node/testing/Cargo.toml @@ -6,25 +6,25 @@ description = "Test utilities for Edgeware." edition = "2018" [dependencies] -pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +pallet-balances = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } codec = { package = "parity-scale-codec", version = "1.3.0" } -sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking", features = ["test-helpers", "db"] } -pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -substrate-test-client = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } -pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "drew-migrations-after-staking" } +sc-service = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel", features = ["test-helpers", "db"] } +pallet-contracts = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-grandpa = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-indices = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-keyring = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-core = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-io = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-support = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-session = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sp-runtime = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-staking = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +sc-executor = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +frame-system = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +substrate-test-client = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-timestamp = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-transaction-payment = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } +pallet-treasury = { git = "https://github.com/hicommonwealth/substrate.git", branch = "time-travel" } wabt = "0.9.2" edgeware-executor = { path = "../executor" }