parity-substrate -> substrate

This commit is contained in:
Robert Habermeier
2018-08-15 14:34:49 +02:00
parent 56759c781c
commit 898c7d3138
19 changed files with 621 additions and 621 deletions
+4 -4
View File
@@ -6,13 +6,13 @@ description = "Collator node implementation"
[dependencies]
futures = "0.1.17"
substrate-client = { git = "https://github.com/paritytech/parity-substrate" }
substrate-codec = { git = "https://github.com/paritytech/parity-substrate", version = "0.1" }
substrate-primitives = { git = "https://github.com/paritytech/parity-substrate", version = "0.1" }
substrate-client = { git = "https://github.com/paritytech/substrate" }
substrate-codec = { git = "https://github.com/paritytech/substrate", version = "0.1" }
substrate-primitives = { git = "https://github.com/paritytech/substrate", version = "0.1" }
polkadot-api = { path = "../api" }
polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-cli = { path = "../cli" }
log = "0.4"
ed25519 = { git = "https://github.com/paritytech/parity-substrate" }
ed25519 = { git = "https://github.com/paritytech/substrate" }
tokio = "0.1.7"