Rename rococo-collator to polkadot-collator (#435)

* Rename `rococo-collator` to `polkadot-collator`

Also contains some other small changes.

* Test fixes and some further search&replace
This commit is contained in:
Bastian Köcher
2021-05-12 17:53:22 +02:00
committed by GitHub
parent 8cd71668a3
commit 3194febb1f
30 changed files with 239 additions and 291 deletions
+121 -132
View File
@@ -1606,6 +1606,54 @@ dependencies = [
"xcm",
]
[[package]]
name = "cumulus-rococo-parachain-runtime"
version = "0.1.0"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
"cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue",
"cumulus-ping",
"cumulus-primitives-core",
"cumulus-primitives-utility",
"frame-executive",
"frame-support",
"frame-system",
"hex",
"hex-literal 0.3.1",
"log",
"pallet-assets",
"pallet-aura",
"pallet-balances",
"pallet-randomness-collective-flip",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-xcm",
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"serde",
"sp-api",
"sp-block-builder",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-std",
"sp-transaction-pool",
"sp-version",
"substrate-wasm-builder 4.0.0",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "cumulus-shell-runtime"
version = "0.1.0"
@@ -1624,7 +1672,6 @@ dependencies = [
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"rococo-parachain-primitives",
"serde",
"sp-api",
"sp-block-builder",
@@ -1672,55 +1719,6 @@ dependencies = [
"substrate-test-client",
]
[[package]]
name = "cumulus-test-parachain-runtime"
version = "0.1.0"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
"cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue",
"cumulus-ping",
"cumulus-primitives-core",
"cumulus-primitives-utility",
"frame-executive",
"frame-support",
"frame-system",
"hex",
"hex-literal 0.3.1",
"log",
"pallet-assets",
"pallet-aura",
"pallet-balances",
"pallet-randomness-collective-flip",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-xcm",
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"rococo-parachain-primitives",
"serde",
"sp-api",
"sp-block-builder",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-std",
"sp-transaction-pool",
"sp-version",
"substrate-wasm-builder 4.0.0",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "cumulus-test-relay-sproof-builder"
version = "0.1.0"
@@ -6063,6 +6061,79 @@ dependencies = [
"try-runtime-cli",
]
[[package]]
name = "polkadot-collator"
version = "0.1.0"
dependencies = [
"assert_cmd",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-aura",
"cumulus-client-consensus-common",
"cumulus-client-consensus-relay-chain",
"cumulus-client-network",
"cumulus-client-service",
"cumulus-primitives-core",
"cumulus-primitives-parachain-inherent",
"cumulus-rococo-parachain-runtime",
"cumulus-shell-runtime",
"derive_more 0.15.0",
"exit-future 0.1.4",
"futures 0.3.14",
"hex-literal 0.2.1",
"jsonrpc-core",
"log",
"nix",
"pallet-sudo",
"parity-scale-codec",
"parking_lot 0.9.0",
"polkadot-cli",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-service",
"polkadot-test-client",
"polkadot-test-runtime",
"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-network",
"sc-rpc",
"sc-service",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-timestamp",
"sp-transaction-pool",
"structopt",
"substrate-build-script-utils",
"substrate-prometheus-endpoint",
"substrate-test-client",
"substrate-test-runtime-client",
"tempfile",
"tokio 0.2.24",
"trie-root 0.15.2",
]
[[package]]
name = "polkadot-collator-protocol"
version = "0.1.0"
@@ -7777,88 +7848,6 @@ dependencies = [
"librocksdb-sys",
]
[[package]]
name = "rococo-collator"
version = "0.1.0"
dependencies = [
"assert_cmd",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-aura",
"cumulus-client-consensus-common",
"cumulus-client-consensus-relay-chain",
"cumulus-client-network",
"cumulus-client-service",
"cumulus-primitives-core",
"cumulus-primitives-parachain-inherent",
"cumulus-shell-runtime",
"cumulus-test-parachain-runtime",
"derive_more 0.15.0",
"exit-future 0.1.4",
"futures 0.3.14",
"hex-literal 0.2.1",
"jsonrpc-core",
"log",
"nix",
"pallet-sudo",
"parity-scale-codec",
"parking_lot 0.9.0",
"polkadot-cli",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-service",
"polkadot-test-client",
"polkadot-test-runtime",
"polkadot-test-service",
"rand 0.7.3",
"rococo-parachain-primitives",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sc-finality-grandpa",
"sc-network",
"sc-rpc",
"sc-service",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-timestamp",
"sp-transaction-pool",
"structopt",
"substrate-build-script-utils",
"substrate-prometheus-endpoint",
"substrate-test-client",
"substrate-test-runtime-client",
"tempfile",
"tokio 0.2.24",
"trie-root 0.15.2",
]
[[package]]
name = "rococo-parachain-primitives"
version = "0.1.0"
dependencies = [
"sp-core",
"sp-runtime",
]
[[package]]
name = "rococo-runtime"
version = "0.9.0"