Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 00202d3

Browse files
authored
Remove v0 node-side parachains code (#1609)
* clean out v0 consensus crates * remove service dependencies on old consensus code * fix cli * kill adder-collator * bump Cargo.lock
1 parent 62cf5b9 commit 00202d3

File tree

40 files changed

+39
-11468
lines changed

40 files changed

+39
-11468
lines changed

Cargo.lock

Lines changed: 7 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ edition = "2018"
1010

1111
[dependencies]
1212
cli = { package = "polkadot-cli", path = "cli" }
13-
# It looks like this is the only way to pass features to it
14-
collator = { package = "polkadot-collator", path = "collator" }
1513
futures = "0.3.4"
1614
service = { package = "polkadot-service", path = "service" }
1715
parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] }
@@ -23,13 +21,9 @@ tempfile = "3.1.0"
2321

2422
[workspace]
2523
members = [
26-
"availability-store",
2724
"cli",
28-
"collator",
2925
"core-primitives",
3026
"erasure-coding",
31-
"network",
32-
"network/test",
3327
"primitives",
3428
"runtime/common",
3529
"runtime/parachains",
@@ -69,7 +63,6 @@ members = [
6963

7064
"parachain/test-parachains",
7165
"parachain/test-parachains/adder",
72-
"parachain/test-parachains/adder/collator",
7366
]
7467

7568
[badges]
@@ -83,5 +76,4 @@ panic = "unwind"
8376
runtime-benchmarks=["cli/runtime-benchmarks"]
8477
service-rewr= [
8578
"cli/service-rewr",
86-
"collator/service-rewr",
8779
]

availability-store/Cargo.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)