From 37037dd3a53f4f3c5f85604ea320275402919463 Mon Sep 17 00:00:00 2001 From: HackFisher Date: Thu, 27 Feb 2020 12:51:33 +0800 Subject: [PATCH 1/3] update substrate dep link and renaming canary to crab --- Cargo.lock | 355 ++++++++++----------- README.adoc | 14 +- bin/node/cli/Cargo.toml | 72 ++--- bin/node/cli/res/canary.json | 4 +- bin/node/cli/src/chain_spec.rs | 28 +- bin/node/cli/src/lib.rs | 16 +- bin/node/executor/Cargo.toml | 10 +- bin/node/primitives/Cargo.toml | 4 +- bin/node/rpc-client/Cargo.toml | 2 +- bin/node/rpc/Cargo.toml | 12 +- bin/node/runtime/Cargo.toml | 78 ++--- client/cli/Cargo.toml | 22 +- frame/balances/kton/Cargo.toml | 14 +- frame/balances/ring/Cargo.toml | 14 +- frame/chainrelay/eth/backing/Cargo.toml | 18 +- frame/chainrelay/eth/relay/Cargo.toml | 12 +- frame/elections-phragmen/Cargo.toml | 16 +- frame/staking/Cargo.toml | 24 +- frame/support/Cargo.toml | 6 +- frame/treasury/Cargo.toml | 12 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- primitives/phragmen/Cargo.toml | 8 +- primitives/sp-eth-primitives/Cargo.toml | 6 +- 23 files changed, 373 insertions(+), 376 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fd70bbbc..eec6ffaea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811" +checksum = "d5e63fd144e18ba274ae7095c0197a870a7b9468abc801dd62f190d80817d2ec" dependencies = [ "memchr", ] @@ -976,7 +976,7 @@ dependencies = [ "sp-io", "sp-phragmen", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "substrate-test-utils", ] @@ -1004,7 +1004,7 @@ dependencies = [ "sp-phragmen", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1025,7 +1025,7 @@ dependencies = [ "sp-eth-primitives", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1043,7 +1043,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1055,7 +1055,7 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "substrate-test-utils", ] @@ -1073,7 +1073,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1097,7 +1097,7 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "substrate-test-utils", ] @@ -1109,7 +1109,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1126,7 +1126,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -1292,7 +1292,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "sp-std 2.0.0 (git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop)", + "sp-std", "tiny-keccak 1.5.0", ] @@ -1544,7 +1544,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", ] @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -1560,24 +1560,24 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "frame-metadata" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "serde", "sp-core", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "bitmask", "frame-metadata", @@ -1594,14 +1594,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "tracing", ] [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.9", @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "proc-macro2 1.0.9", "quote 1.0.2", @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1644,14 +1644,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-version", ] [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api", @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "grafana-data-source" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "async-std", "chrono", @@ -3253,7 +3253,7 @@ dependencies = [ "keccak-hash", "rand 0.6.5", "rlp 0.4.4 (git+https://github.com/darwinia-network/parity-common.git)", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "uuid", ] @@ -3589,7 +3589,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-transaction-pool", "sp-version", "substrate-wasm-builder-runner", @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "node-transaction-factory" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -3770,7 +3770,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3782,13 +3782,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3799,13 +3799,13 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3819,14 +3819,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3834,13 +3834,13 @@ dependencies = [ "safe-mix", "serde", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3850,13 +3850,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-contracts" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3868,14 +3868,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-sandbox", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "wasmi-validation", ] [[package]] name = "pallet-contracts-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3892,18 +3892,18 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3913,13 +3913,13 @@ dependencies = [ "sp-finality-tracker", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3931,13 +3931,13 @@ dependencies = [ "sp-finality-grandpa", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3950,13 +3950,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3967,13 +3967,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3981,13 +3981,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -3995,13 +3995,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -4010,26 +4010,26 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "safe-mix", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -4041,14 +4041,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-trie", ] [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -4056,13 +4056,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -4071,27 +4071,27 @@ dependencies = [ "serde", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4108,20 +4108,20 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "parity-scale-codec", "serde", "sp-api", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-support", "frame-system", @@ -4130,7 +4130,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] @@ -5127,7 +5127,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "bytes 0.4.12", "derive_more", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "sc-basic-authority" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "futures 0.3.4", "log 0.4.8", @@ -5173,7 +5173,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api", @@ -5187,7 +5187,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.9", @@ -5213,7 +5213,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "ansi_term 0.12.1", "app_dirs", @@ -5248,7 +5248,7 @@ dependencies = [ [[package]] name = "sc-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "fnv", @@ -5272,7 +5272,7 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-trie", "sp-version", "tracing", @@ -5281,7 +5281,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "fnv", @@ -5303,7 +5303,7 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-transaction-pool", "sp-trie", "sp-version", @@ -5312,7 +5312,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "hash-db", "kvdb 0.2.0", @@ -5337,7 +5337,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "fork-tree", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "futures 0.3.4", "futures-timer 2.0.2", @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5410,7 +5410,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "lazy_static", @@ -5437,7 +5437,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "log 0.4.8", @@ -5452,7 +5452,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5468,7 +5468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -5492,7 +5492,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "finality-grandpa", "fork-tree", @@ -5522,7 +5522,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "hex 0.4.2", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "bitflags", "bytes 0.4.12", @@ -5582,7 +5582,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "futures 0.1.29", "futures 0.3.4", @@ -5598,7 +5598,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "bytes 0.4.12", "fnv", @@ -5625,7 +5625,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "futures 0.3.4", "libp2p", @@ -5636,7 +5636,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "futures 0.3.4", "hash-db", @@ -5665,7 +5665,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "futures 0.3.4", @@ -5687,7 +5687,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -5702,7 +5702,7 @@ dependencies = [ [[package]] name = "sc-service" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "exit-future", @@ -5749,7 +5749,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "bytes 0.4.12", "futures 0.1.29", @@ -5782,7 +5782,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "erased-serde", "grafana-data-source", @@ -5798,7 +5798,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "futures 0.3.4", @@ -5813,7 +5813,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "futures 0.3.4", @@ -6137,21 +6137,21 @@ checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api-proc-macro", "sp-core", "sp-runtime", "sp-state-machine", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-version", ] [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6163,67 +6163,67 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "serde", "sp-core", "sp-io", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "serde", "sp-debug-derive", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-api", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "log 0.4.8", @@ -6239,7 +6239,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "futures 0.3.4", @@ -6251,14 +6251,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-version", ] [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6267,14 +6267,14 @@ dependencies = [ "sp-consensus", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "base58", "blake2-rfc", @@ -6300,7 +6300,7 @@ dependencies = [ "sp-debug-derive", "sp-externalities", "sp-runtime-interface", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-storage", "substrate-bip39", "tiny-bip39", @@ -6313,7 +6313,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "proc-macro2 1.0.9", "quote 1.0.2", @@ -6340,59 +6340,59 @@ dependencies = [ "rustc-hex", "serde", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "triehash", ] [[package]] name = "sp-externalities" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "environmental", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-storage", ] [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "serde", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-finality-tracker" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-inherents", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "parity-scale-codec", "parking_lot 0.9.0", "sp-core", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "hash-db", "libsecp256k1", @@ -6402,14 +6402,14 @@ dependencies = [ "sp-externalities", "sp-runtime-interface", "sp-state-machine", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-trie", ] [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "lazy_static", "sp-core", @@ -6420,7 +6420,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "sp-api", "sp-runtime", @@ -6429,7 +6429,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "backtrace", "log 0.4.8", @@ -6438,17 +6438,17 @@ dependencies = [ [[package]] name = "sp-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "serde", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "serde", "sp-core", @@ -6457,7 +6457,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-trait-for-tuples", "log 0.4.8", @@ -6470,20 +6470,20 @@ dependencies = [ "sp-core", "sp-inherents", "sp-io", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "environmental", "parity-scale-codec", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-externalities", "sp-runtime-interface-proc-macro", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "sp-wasm-interface", "static_assertions 1.1.0", ] @@ -6491,7 +6491,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "Inflector", "proc-macro-crate", @@ -6503,19 +6503,19 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-core", "sp-io", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "wasmi", ] [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "serde", "serde_json", @@ -6524,27 +6524,27 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "sp-api", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "parity-scale-codec", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-state-machine" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "hash-db", "log 0.4.8", @@ -6560,11 +6560,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-std" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" - [[package]] name = "sp-std" version = "2.0.0" @@ -6573,31 +6568,31 @@ source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia- [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-serde 0.2.3", "serde", "sp-debug-derive", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "sp-api", "sp-inherents", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "derive_more", "futures 0.3.4", @@ -6611,13 +6606,13 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", "sp-core", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", "trie-db", "trie-root", ] @@ -6625,19 +6620,19 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", "serde", "sp-runtime", - "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111)", + "sp-std", ] [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "impl-trait-for-tuples", "wasmi", @@ -6759,12 +6754,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.4", @@ -6784,12 +6779,12 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" [[package]] name = "substrate-wasm-builder-runner" version = "1.0.4" -source = "git+https://github.com/paritytech/substrate.git?tag=pre-v2.0-3e65111#3e651110aa06aa835790df63410a29676243fc54" +source = "git+https://github.com/darwinia-network/substrate.git?branch=darwinia-develop#3e651110aa06aa835790df63410a29676243fc54" [[package]] name = "subtle" @@ -7298,9 +7293,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e213bd24252abeb86a0b7060e02df677d367ce6cb772cef17e9214b8390a8d3" +checksum = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab" dependencies = [ "cfg-if", "tracing-attributes", @@ -7309,9 +7304,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cfd395def5a60236e187e1ff905cb55668a59f29928dec05e6e1b1fd2ac1f3" +checksum = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b" dependencies = [ "quote 1.0.2", "syn 1.0.16", diff --git a/README.adoc b/README.adoc index f6dd8a7fa..33f6c92a1 100644 --- a/README.adoc +++ b/README.adoc @@ -7,11 +7,13 @@ image:https://travis-ci.org/darwinia-network/darwinia.svg[Build Status (Travis CI),link=https://travis-ci.org/darwinia-network/darwinia] image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License,link=https://opensource.org/licenses/Apache-2.0] -== Darwinia Relay Chain +== Darwinia Network image:https://github.com/darwinia-network/rfcs/raw/master/logo/darwinia.png[image] -Darwinia Relay Chain is the hub relay chain connecting different Darwinia AppChains and can be connected to Polkadot as a Polkadot Parachain. +Darwinia is the hub chain connecting different application chains and can be connected to Polkadot as a Polkadot Parachain. + +Darwinia also support to build the internet of tokens by introducing token bridges between different blockchain networks. It could have two models, the Solo model and the Polkadot model. For more details, go to https://github.com/darwinia-network/rfcs/blob/master/RFC/zh_CN/0007-dawinia-token-staking-model.md#solo%E6%A8%A1%E5%BC%8F[RFC-0007]. @@ -21,7 +23,7 @@ image:https://github.com/darwinia-network/rfcs/raw/master/RFC/zh_CN/images/0007- == Road Map -Darwinia Network provides game developers the scalability, cross-chain interoperability, and NFT identifiability, with seamless integrations to Polkadot, bridges to all major blockchains, and on-chain RNG services. For more details, go to link:ROADMAP.md[Road Map]. +Darwinia Network provides application developers the scalability, cross-chain interoperability with seamless integrations to Polkadot, token bridges to all major blockchains etc. For more details, go to link:ROADMAP.md[Road Map]. // === So far @@ -232,13 +234,13 @@ please kindly check following things before making an issue. * using the latest nightly Rust * build without `sccache` -== Joining the Canary Testnet +== Joining the Crab Testnet // Latest known working version: `` === Quick start (professional): - * https://telemetry.polkadot.io/#list/Darwinia%20Canary%20Testnet[Telemetry] - * https://canary-wallet.darwinia.network[Darwinia Web Wallet] + * https://telemetry.polkadot.io/#list/Darwinia%20Crab%20Testnet[Telemetry] + * https://crab-wallet.darwinia.network[Darwinia Web Wallet] * Bootnodes: ** `/ip4/45.249.244.33/tcp/20222/p2p/QmPCSb9yCRAXnqvG6AnX27X6gutvVDq4NBPDNJtnBmNk43` ** `/ip4/121.199.60.87/tcp/20222/p2p/QmaRDRZZpmY9FwjSwW8JhfkyaHc6XRHsLWnp6cLtyb3FCF` diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 887233f2a..d773274e1 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -34,44 +34,44 @@ serde = { version = "1.0.102", features = ["derive"] } structopt = "=0.3.7" # primitives -grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-authority-discovery = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-consensus = { version = "0.8", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-consensus-babe = { version = "0.8", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-finality-tracker = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-inherents = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-keyring = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-authority-discovery = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-consensus = { version = "0.8", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-consensus-babe = { version = "0.8", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-finality-tracker = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-inherents = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-keyring = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # client dependencies -grandpa = { version = "2.0.0", package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-authority-discovery = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-basic-authority = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-chain-spec = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-client = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-client-api = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-client-db = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-consensus-babe = { version = "0.8", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-network = { version = "0.8", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-offchain = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-service = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-telemetry = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-transaction-pool = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-transaction-pool = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +grandpa = { version = "2.0.0", package = "sc-finality-grandpa", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-authority-discovery = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-basic-authority = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-chain-spec = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-client = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-client-api = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-client-db = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-consensus-babe = { version = "0.8", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-network = { version = "0.8", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-offchain = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-rpc = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-service = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-telemetry = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-transaction-pool = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-transaction-pool = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # frame dependencies -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-authority-discovery = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-contracts = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-im-online = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-indices = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-authority-discovery = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-contracts = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-im-online = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-indices = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # node-specific dependencies node-executor = { path = "../executor" } @@ -81,7 +81,7 @@ node-runtime = { path = "../runtime" } # CLI-specific dependencies ctrlc = { version = "3.1.3", features = ["termination"], optional = true } -node-transaction-factory = { version = "2.0.0", optional = true, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +node-transaction-factory = { version = "2.0.0", optional = true, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } tokio = { version = "0.1.22", optional = true } sc-cli = { package = "darwinia-cli", optional = true, path = "../../../client/cli" } @@ -101,7 +101,7 @@ wasm-bindgen-futures = { version = "0.3.22", optional = true } structopt = "=0.3.7" vergen = "3.0.4" -build-script-utils = { version = "2.0.0", package = "substrate-build-script-utils", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +build-script-utils = { version = "2.0.0", package = "substrate-build-script-utils", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } sc-cli = { package = "darwinia-cli", path = "../../../client/cli" } diff --git a/bin/node/cli/res/canary.json b/bin/node/cli/res/canary.json index 403a7bfbf..b4f948d7b 100644 --- a/bin/node/cli/res/canary.json +++ b/bin/node/cli/res/canary.json @@ -1,6 +1,6 @@ { - "name": "Darwinia Canary Testnet", - "id": "canary_testnet", + "name": "Darwinia Crab Testnet", + "id": "crab_testnet", "bootNodes": [], "telemetryEndpoints": [ [ diff --git a/bin/node/cli/src/chain_spec.rs b/bin/node/cli/src/chain_spec.rs index b5fd698a7..a94738d83 100644 --- a/bin/node/cli/src/chain_spec.rs +++ b/bin/node/cli/src/chain_spec.rs @@ -41,9 +41,9 @@ pub struct Extensions { /// Specialized `ChainSpec`. pub type ChainSpec = sc_service::ChainSpec; -/// Canary testnet generator -pub fn canary_testnet_config() -> Result { - ChainSpec::from_json_bytes(&include_bytes!("../res/canary.json")[..]) +/// Crab testnet generator +pub fn crab_testnet_config() -> Result { + ChainSpec::from_json_bytes(&include_bytes!("../res/crab.json")[..]) } fn session_keys( @@ -355,9 +355,9 @@ pub fn development_config() -> ChainSpec { ) } -/// Canary local testnet config (multivalidator Alice + Bob) +/// Crab local testnet config (multivalidator Alice + Bob) pub fn local_testnet_config() -> ChainSpec { - fn canary_config_genesis() -> GenesisConfig { + fn crab_config_genesis() -> GenesisConfig { darwinia_genesis( vec![ get_authority_keys_from_seed("Alice"), @@ -382,9 +382,9 @@ pub fn local_testnet_config() -> ChainSpec { } ChainSpec::from_genesis( - "Darwinia Canary Testnet", - "canary_testnet", - canary_config_genesis, + "Darwinia Crab Testnet", + "crab_testnet", + crab_config_genesis, vec![], Some(TelemetryEndpoints::new(vec![(STAGING_TELEMETRY_URL.to_string(), 0)])), Some("DAR"), @@ -404,9 +404,9 @@ pub fn local_testnet_config() -> ChainSpec { ) } -/// Canary testnet config generator -pub fn gen_canary_testnet_config() -> ChainSpec { - fn canary_config_genesis() -> GenesisConfig { +/// Crab testnet config generator +pub fn gen_crab_testnet_config() -> ChainSpec { + fn crab_config_genesis() -> GenesisConfig { darwinia_genesis( vec![ ( @@ -445,9 +445,9 @@ pub fn gen_canary_testnet_config() -> ChainSpec { } ChainSpec::from_genesis( - "Darwinia Canary Testnet", - "canary_testnet", - canary_config_genesis, + "Darwinia Crab Testnet", + "crab_testnet", + crab_config_genesis, vec![], Some(TelemetryEndpoints::new(vec![(STAGING_TELEMETRY_URL.to_string(), 0)])), Some("DAR"), diff --git a/bin/node/cli/src/lib.rs b/bin/node/cli/src/lib.rs index ada81f888..186be308b 100644 --- a/bin/node/cli/src/lib.rs +++ b/bin/node/cli/src/lib.rs @@ -36,10 +36,10 @@ pub enum ChainSpec { Development, /// Whatever the current runtime is, with simple Alice/Bob auths. LocalTestnet, - /// Generate Canary testnet config. - GenCanaryTestnet, - /// The Canary testnet. - CanaryTestnet, + /// Generate Crab testnet config. + GenCrabTestnet, + /// The Crab testnet. + CrabTestnet, /// Whatever the current runtime is with the "global testnet" defaults. StagingTestnet, } @@ -51,8 +51,8 @@ impl ChainSpec { ChainSpec::Development => chain_spec::development_config(), ChainSpec::LocalTestnet => chain_spec::local_testnet_config(), ChainSpec::StagingTestnet => chain_spec::staging_testnet_config(), - ChainSpec::GenCanaryTestnet => chain_spec::gen_canary_testnet_config(), - ChainSpec::CanaryTestnet => chain_spec::canary_testnet_config()?, + ChainSpec::GenCrabTestnet => chain_spec::gen_crab_testnet_config(), + ChainSpec::CrabTestnet => chain_spec::crab_testnet_config()?, }) } @@ -61,8 +61,8 @@ impl ChainSpec { "dev" => Some(ChainSpec::Development), "local" => Some(ChainSpec::LocalTestnet), "staging" => Some(ChainSpec::StagingTestnet), - "gen" => Some(ChainSpec::GenCanaryTestnet), - "" | "canary" | "Canary" => Some(ChainSpec::CanaryTestnet), + "gen" => Some(ChainSpec::GenCrabTestnet), + "" | "crab" | "Crab" => Some(ChainSpec::CrabTestnet), _ => None, } } diff --git a/bin/node/executor/Cargo.toml b/bin/node/executor/Cargo.toml index e9e610044..0f2dbfab3 100644 --- a/bin/node/executor/Cargo.toml +++ b/bin/node/executor/Cargo.toml @@ -11,11 +11,11 @@ codec = { package = "parity-scale-codec", version = "1.0.0" } trie-root = "0.15.2" # github.com -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-executor = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-state-machine = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-trie = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-executor = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-state-machine = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-trie = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia node-primitives = { path = "../primitives" } diff --git a/bin/node/primitives/Cargo.toml b/bin/node/primitives/Cargo.toml index 9d82d7bdf..74cb2d6c7 100644 --- a/bin/node/primitives/Cargo.toml +++ b/bin/node/primitives/Cargo.toml @@ -5,8 +5,8 @@ authors = ["darwinia "] edition = "2018" [dependencies] -sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/bin/node/rpc-client/Cargo.toml b/bin/node/rpc-client/Cargo.toml index f0360a531..e1abb0d07 100644 --- a/bin/node/rpc-client/Cargo.toml +++ b/bin/node/rpc-client/Cargo.toml @@ -13,7 +13,7 @@ jsonrpc-core-client = { version = "14.0.3", features = ["http", "ws"] } log = "0.4.8" # github.com -sc-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sc-rpc = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia node-primitives = { path = "../primitives" } diff --git a/bin/node/rpc/Cargo.toml b/bin/node/rpc/Cargo.toml index 58062c0b1..5c9bf425a 100644 --- a/bin/node/rpc/Cargo.toml +++ b/bin/node/rpc/Cargo.toml @@ -9,12 +9,12 @@ edition = "2018" jsonrpc-core = "14.0.3" # github.com -pallet-contracts-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-client = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-transaction-pool = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -substrate-frame-rpc-system = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +pallet-contracts-rpc = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment-rpc = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-client = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-transaction-pool = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +substrate-frame-rpc-system = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia node-primitives = { path = "../primitives" } diff --git a/bin/node/runtime/Cargo.toml b/bin/node/runtime/Cargo.toml index 2f4323059..2561f2bb0 100644 --- a/bin/node/runtime/Cargo.toml +++ b/bin/node/runtime/Cargo.toml @@ -14,48 +14,48 @@ safe-mix = { version = "1.0", default-features = false } serde = { version = "1.0.102", optional = true } # primitives -sp-api = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-authority-discovery = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111", default-features = false } -sp-consensus-babe = { version = "0.8", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-inherents = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-keyring = { version = "2.0.0", optional = true, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-offchain = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-session = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-staking = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-transaction-pool = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-version = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-api = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-authority-discovery = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-block-builder = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop", default-features = false } +sp-consensus-babe = { version = "0.8", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-inherents = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-keyring = { version = "2.0.0", optional = true, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-offchain = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-session = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-staking = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-transaction-pool = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-version = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } node-primitives = { default-features = false, path = "../primitives" } # frame dependencies -frame-executive = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-authority-discovery = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-authorship = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-babe = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-collective = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-contracts = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-contracts-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-finality-tracker = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-grandpa = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-im-online = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-indices = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-membership = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-nicks = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-offences = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-randomness-collective-flip = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-session = { version = "2.0.0", default-features = false, features = ["historical"], git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-sudo = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-utility = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-executive = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-authority-discovery = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-authorship = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-babe = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-collective = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-contracts = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-contracts-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-finality-tracker = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-grandpa = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-im-online = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-indices = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-membership = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-nicks = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-offences = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-randomness-collective-flip = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-session = { version = "2.0.0", default-features = false, features = ["historical"], git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-sudo = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-timestamp = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-utility = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } pallet-elections-phragmen = { package = "darwinia-elections-phragmen", default-features = false, path = "../../../frame/elections-phragmen" } pallet-eth-backing = { package = "darwinia-eth-backing", default-features = false, path = "../../../frame/chainrelay/eth/backing" } @@ -66,7 +66,7 @@ pallet-staking = { package = "darwinia-staking", default-features = false, featu pallet-treasury = { package = "darwinia-treasury", default-features = false, path = "../../../frame/treasury" } [build-dependencies] -wasm-builder-runner = { version = "1.0.4", package = "substrate-wasm-builder-runner", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +wasm-builder-runner = { version = "1.0.4", package = "substrate-wasm-builder-runner", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index 5c84464cf..f973308eb 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -26,17 +26,17 @@ time = "0.1.42" tokio = "0.2.1" # github.com -sc-client-api = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-network = { version = "0.8", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-service = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-tracing = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-blockchain = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-keyring = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-panic-handler = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-state-machine = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sc-telemetry = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sc-client-api = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-network = { version = "0.8", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-service = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-tracing = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-blockchain = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-keyring = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-panic-handler = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-state-machine = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sc-telemetry = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [target.'cfg(not(target_os = "unknown"))'.dependencies] rpassword = "4.0.1" diff --git a/frame/balances/kton/Cargo.toml b/frame/balances/kton/Cargo.toml index 55a1337a8..6b6b736d9 100644 --- a/frame/balances/kton/Cargo.toml +++ b/frame/balances/kton/Cargo.toml @@ -11,18 +11,18 @@ safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.101", optional = true } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-support = { default-features = false, path = "../../support" } [dev-dependencies] -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } darwinia-ring = { path = "../ring" } diff --git a/frame/balances/ring/Cargo.toml b/frame/balances/ring/Cargo.toml index 6c3205da0..d49efb021 100644 --- a/frame/balances/ring/Cargo.toml +++ b/frame/balances/ring/Cargo.toml @@ -11,18 +11,18 @@ safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.101", optional = true } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-support = { default-features = false, path = "../../support" } [dev-dependencies] -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-transaction-payment = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/frame/chainrelay/eth/backing/Cargo.toml b/frame/chainrelay/eth/backing/Cargo.toml index f8d9e55a0..6269b6718 100644 --- a/frame/chainrelay/eth/backing/Cargo.toml +++ b/frame/chainrelay/eth/backing/Cargo.toml @@ -13,11 +13,11 @@ serde = { version = "1.0.101", optional = true } # github.com ethabi = { default-features = false, git = "https://github.com/darwinia-network/ethabi.git", branch = "with_no_std" } -frame-support = { version = "2.0.0", default-features = false , git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false , git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-eth-relay = { default-features = false, path = "../relay" } @@ -28,11 +28,11 @@ sp-eth-primitives = { default-features = false, path = "../../../../primitives/s hex-literal = "0.2.1" rustc-hex = "2.0" -pallet-session = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111"} +pallet-session = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop"} rlp = { package = "rlp", git = "https://github.com/darwinia-network/parity-common.git" } -sp-io = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-phragmen = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111"} -sp-staking = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111"} +sp-io = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-phragmen = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop"} +sp-staking = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop"} kton = { package = "darwinia-kton", path = "../../../balances/kton" } ring = { package = "darwinia-ring", path = '../../../balances/ring' } diff --git a/frame/chainrelay/eth/relay/Cargo.toml b/frame/chainrelay/eth/relay/Cargo.toml index e85d4f883..156fefee2 100644 --- a/frame/chainrelay/eth/relay/Cargo.toml +++ b/frame/chainrelay/eth/relay/Cargo.toml @@ -12,11 +12,11 @@ codec = { package = "parity-scale-codec", version = "1.0.0", default-features = serde = { version = "1.0.101", optional = true } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } rlp = { default-features = false, git = "https://github.com/darwinia-network/parity-common.git" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia ethash = { default-features = false, path = "../../../../primitives/ethash" } @@ -28,8 +28,8 @@ hex-literal = "0.2.1" keccak-hasher = "0.15.2" rustc-hex = "2.0" -sp-core = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/frame/elections-phragmen/Cargo.toml b/frame/elections-phragmen/Cargo.toml index 30cd979ae..175c5703c 100644 --- a/frame/elections-phragmen/Cargo.toml +++ b/frame/elections-phragmen/Cargo.toml @@ -9,11 +9,11 @@ edition = "2018" codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-phragmen = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-phragmen = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-support = { default-features = false, path = "../support" } @@ -22,9 +22,9 @@ darwinia-support = { default-features = false, path = "../support" } hex-literal = "0.2.1" serde = { version = "1.0.101" } -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -substrate-test-utils = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +substrate-test-utils = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } pallet-balances = { package = "darwinia-ring", path = "../balances/ring" } diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 93ab2e2c3..0c27210d1 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -11,24 +11,24 @@ safe-mix = { version = "1.0.0", default-features = false } serde = { version = "1.0.101", optional = true } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-authorship = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-session = { version = "2.0.0", default-features = false, features = ["historical"], git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io ={ default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-keyring = { version = "2.0.0", optional = true, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-staking = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-authorship = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-session = { version = "2.0.0", default-features = false, features = ["historical"], git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-core = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io ={ default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-keyring = { version = "2.0.0", optional = true, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-staking = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-phragmen = { default-features = false, path = "../../primitives/phragmen" } darwinia-support = { default-features = false, path = "../support" } [dev-dependencies] -substrate-test-utils = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -pallet-timestamp = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +substrate-test-utils = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +pallet-timestamp = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } pallet-ring = { package = "darwinia-ring", path = "../../frame/balances/ring" } pallet-kton = { package = "darwinia-kton", path = "../../frame/balances/kton" } diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index de87ca9d5..a44872b6b 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -10,9 +10,9 @@ codec = { package = "parity-scale-codec", version = "1.0.0", default-features = num-traits = { version = "0.2.8", default-features = false } # github.com -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/frame/treasury/Cargo.toml b/frame/treasury/Cargo.toml index 951d8bc28..350b8b305 100644 --- a/frame/treasury/Cargo.toml +++ b/frame/treasury/Cargo.toml @@ -10,16 +10,16 @@ codec = { package = "parity-scale-codec", version = "1.0.0", default-features = serde = { version = "1.0.101", optional = true, features = ["derive"] } # github.com -frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } darwinia-support = { default-features = false, path = "../support" } [dev-dependencies] -sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-io ={ version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-core = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-io ={ version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } darwinia-ring = { path = "../balances/ring" } darwinia-kton = { path = "../balances/kton" } diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index 75722471a..0539afba4 100644 --- a/primitives/merkle-patricia-trie/Cargo.toml +++ b/primitives/merkle-patricia-trie/Cargo.toml @@ -13,7 +13,7 @@ hashbrown = { version = "0.6.0" } # github.com hash = { package = "keccak-hash", default-features = false, git = "https://github.com/darwinia-network/parity-common.git" } rlp = { default-features = false, git = "https://github.com/darwinia-network/parity-common.git" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [dev-dependencies] criterion = "0.2.10" diff --git a/primitives/phragmen/Cargo.toml b/primitives/phragmen/Cargo.toml index 49a255db4..b22aa6ca7 100644 --- a/primitives/phragmen/Cargo.toml +++ b/primitives/phragmen/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" serde = { version = "1.0.101", optional = true, features = ["derive"] } # github.com -sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } # darwinia darwinia-support = { default-features = false, path = "../../frame/support" } @@ -18,8 +18,8 @@ darwinia-support = { default-features = false, path = "../../frame/support" } [dev-dependencies] rand = "0.7.2" -sp-io ={ version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -substrate-test-utils = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-io ={ version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +substrate-test-utils = { version = "2.0.0", git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [features] default = ["std"] diff --git a/primitives/sp-eth-primitives/Cargo.toml b/primitives/sp-eth-primitives/Cargo.toml index ebccb4dc8..3572a0cbc 100644 --- a/primitives/sp-eth-primitives/Cargo.toml +++ b/primitives/sp-eth-primitives/Cargo.toml @@ -19,15 +19,15 @@ keccak-hash = { default-features = false, git = "https://github.com/darwinia-net primitive-types = { default-features = false, features = ["codec", "rlp"], git = "https://github.com/darwinia-network/parity-common.git" } rlp = { default-features = false, git = "https://github.com/darwinia-network/parity-common.git" } rlp-derive = { git = "https://github.com/darwinia-network/parity-common.git" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } +sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } [dev-dependencies] hex-literal = "0.2.1" keccak-hasher = "0.15.2" rustc-hex = "2.0" -frame-support = { git = "https://github.com/paritytech/substrate.git", tag = "pre-v2.0-3e65111" } +frame-support = { git = "https://github.com/darwinia-network/substrate.git", branch = "darwinia-develop" } triehash = { git = "https://github.com/darwinia-network/parity-common.git" } From 2214b888f503c63ca2dda1ed14726a941d40b981 Mon Sep 17 00:00:00 2001 From: HackFisher Date: Thu, 27 Feb 2020 13:12:03 +0800 Subject: [PATCH 2/3] renaming genesis config file from canary to crab --- bin/node/cli/res/{canary.json => crab.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bin/node/cli/res/{canary.json => crab.json} (100%) diff --git a/bin/node/cli/res/canary.json b/bin/node/cli/res/crab.json similarity index 100% rename from bin/node/cli/res/canary.json rename to bin/node/cli/res/crab.json From ae37d2fe33923e2a7087856d3a6d8afaa6f92fed Mon Sep 17 00:00:00 2001 From: HackFisher Date: Thu, 27 Feb 2020 21:03:32 +0800 Subject: [PATCH 3/3] Closes #130, rm Error trait impl --- primitives/sp-eth-primitives/src/error.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/primitives/sp-eth-primitives/src/error.rs b/primitives/sp-eth-primitives/src/error.rs index 5187928c1..476a1d28a 100644 --- a/primitives/sp-eth-primitives/src/error.rs +++ b/primitives/sp-eth-primitives/src/error.rs @@ -42,10 +42,3 @@ impl From for &str { } } } - -//#[cfg(feature = "std")] -//impl Error for BlockError { -// fn description(&self) -> &str { -// "Block error" -// } -//}