Rename codec -> substrate-codec, executor -> substrate-executor.

This commit is contained in:
Gav
2018-02-07 11:29:10 +01:00
parent 1b7f34bef2
commit c0d072a5f3
35 changed files with 116 additions and 115 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
error-chain = "0.11"
jsonrpc-core = { git="https://github.com/paritytech/jsonrpc.git" }
jsonrpc-macros = { git="https://github.com/paritytech/jsonrpc.git" }
polkadot-client = { path = "../client", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-state-machine = { path = "../state-machine", version = "0.1" }
polkadot-client = { path = "../client" }
polkadot-primitives = { path = "../primitives" }
polkadot-state-machine = { path = "../state-machine" }
[dev-dependencies]
assert_matches = "1.1"
polkadot-executor = { path = "../executor", version = "0.1" }
substrate-executor = { path = "../executor" }