Rename cumulus-test-parachain-collator to rococo-collator (#173)

Ran `find . -type f -name "*" -print0 | xargs -0 sed -i -e "s/cumulus-test-parachain-collator/rococo-collator/g"`
This commit is contained in:
Dan Forbes
2020-08-04 10:44:02 -07:00
committed by GitHub
parent 23c1954c74
commit e739334f76
11 changed files with 78 additions and 78 deletions
+59 -59
View File
@@ -1060,65 +1060,6 @@ dependencies = [
"substrate-test-client",
]
[[package]]
name = "cumulus-test-parachain-collator"
version = "0.1.0"
dependencies = [
"ansi_term 0.12.1",
"assert_cmd",
"cumulus-collator",
"cumulus-consensus",
"cumulus-network",
"cumulus-primitives",
"cumulus-test-parachain-runtime",
"derive_more 0.15.0",
"exit-future 0.1.4",
"futures 0.3.5",
"hex-literal",
"log 0.4.11",
"nix 0.17.0",
"pallet-sudo",
"parity-scale-codec",
"parking_lot 0.9.0",
"polkadot-cli",
"polkadot-collator",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-service",
"polkadot-test-runtime",
"polkadot-test-runtime-client",
"polkadot-test-service",
"rand 0.7.3",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sc-finality-grandpa",
"sc-informant",
"sc-network",
"sc-service",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-timestamp",
"sp-transaction-pool",
"sp-trie",
"structopt",
"substrate-build-script-utils",
"substrate-test-client",
"substrate-test-runtime-client",
"tokio 0.2.22",
"trie-root 0.15.2",
]
[[package]]
name = "cumulus-test-parachain-runtime"
version = "0.1.0"
@@ -5683,6 +5624,65 @@ dependencies = [
"librocksdb-sys",
]
[[package]]
name = "rococo-collator"
version = "0.1.0"
dependencies = [
"ansi_term 0.12.1",
"assert_cmd",
"cumulus-collator",
"cumulus-consensus",
"cumulus-network",
"cumulus-primitives",
"cumulus-test-parachain-runtime",
"derive_more 0.15.0",
"exit-future 0.1.4",
"futures 0.3.5",
"hex-literal",
"log 0.4.11",
"nix 0.17.0",
"pallet-sudo",
"parity-scale-codec",
"parking_lot 0.9.0",
"polkadot-cli",
"polkadot-collator",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-service",
"polkadot-test-runtime",
"polkadot-test-runtime-client",
"polkadot-test-service",
"rand 0.7.3",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sc-finality-grandpa",
"sc-informant",
"sc-network",
"sc-service",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-timestamp",
"sp-transaction-pool",
"sp-trie",
"structopt",
"substrate-build-script-utils",
"substrate-test-client",
"substrate-test-runtime-client",
"tokio 0.2.22",
"trie-root 0.15.2",
]
[[package]]
name = "rococo-runtime"
version = "0.8.22"