point things to substrate git repo

This commit is contained in:
Robert Habermeier
2018-08-14 18:53:12 +02:00
parent e24537e653
commit cfdda87d44
15 changed files with 99 additions and 99 deletions
+12 -12
View File
@@ -14,18 +14,18 @@ tokio = "0.1.7"
futures = "0.1.17"
parking_lot = "0.4"
exit-future = "0.1"
substrate-cli = { path = "../../substrate/cli" }
substrate-client = { path = "../../substrate/client" }
substrate-codec = { path = "../../substrate/codec" }
substrate-extrinsic-pool = { path = "../../substrate/extrinsic-pool" }
substrate-network = { path = "../../substrate/network" }
substrate-primitives = { path = "../../substrate/primitives" }
substrate-rpc = { path = "../../substrate/rpc" }
substrate-rpc-servers = { path = "../../substrate/rpc-servers" }
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
substrate-service = { path = "../../substrate/service" }
substrate-state-machine = { path = "../../substrate/state-machine" }
substrate-telemetry = { path = "../../substrate/telemetry" }
substrate-cli = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-client = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-extrinsic-pool = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-network = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-rpc = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-rpc-servers = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-service = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-state-machine = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-telemetry = { git = "https://github.com/paritytech/paritysubstrate" }
polkadot-primitives = { path = "../primitives" }
polkadot-runtime = { path = "../runtime" }
polkadot-service = { path = "../service" }